Browse Source

kdepimlibs: rebuild under current VineSeed

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11454 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 6 years ago
parent
commit
c2008e92be
1 changed files with 15 additions and 1 deletions
  1. 15 1
      k/kdepimlibs/kdepimlibs-vl.spec

+ 15 - 1
k/kdepimlibs/kdepimlibs-vl.spec

@@ -8,7 +8,7 @@ Name: kdepimlibs
 Summary: KDE PIM Libraries
 Summary(ja): KDE PIM ライブラリ
 Version: 4.14.3
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 
 # http://techbase.kde.org/Policies/Licensing_Policy
 License: LGPLv2+
@@ -17,6 +17,13 @@ URL: http://www.kde.org/
 
 Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kdepimlibs-%{version}.tar.xz
 
+# to avoid build error because of missing files
+Source11: pastehelper.moc
+Source12: moc_collectionsync_p.cpp
+
+# https://bugzilla.redhat.com/show_bug.cgi?id=1512300
+Patch1:  libical-3.0.patch
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: kdelibs4-devel >= %{version}
 BuildRequires: nepomuk-core-devel >= %{version}
@@ -107,6 +114,8 @@ format for easy browsing.
 
 %prep
 %setup -q -n kdepimlibs-%{version}
+%patch1 -p1
+%{__cp} %{SOURCE11} %{SOURCE12} akonadi/
 
 %build
 mkdir -p %{_target_platform}
@@ -257,6 +266,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jan 29 2018 Toshiaki Ara <ara_t@384.jp> 4.14.3-4
+- rebuild under current VineSeed
+- add Source11 and Source12
+- add Patch1 (libical-3.0.patch)
+
 * Mon Jul 04 2016  Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-3
 - rebuild with gcc-5.4.0