]> git.pld-linux.org Git - packages/libcmis.git/blobdiff - libcmis.spec
boost rebuild
[packages/libcmis.git] / libcmis.spec
index b1c64e286a61d7d1e9e7be6e7557bbd5e3d18052..dbeabea27e3cde30e020002c7771f1c65ce76660 100644 (file)
@@ -5,24 +5,27 @@
 Summary:       A C++ client library for the CMIS interface
 Summary(pl.UTF-8):     Biblioteka klienta C++ dla inferfejsu CMIS
 Name:          libcmis
-Version:       0.5.0
-Release:       4
+Version:       0.5.2
+Release:       5
 License:       GPL v2+ or LGPL v2+ or MPL v1.1
 Group:         Libraries
-Source0:       http://downloads.sourceforge.net/libcmis/%{name}-%{version}.tar.gz
-# Source0-md5: 5821b806a98e6c38370970e682ce76e8
+#Source0Download: https://github.com/tdf/libcmis/releases
+Source0:       https://github.com/tdf/libcmis/releases/download/v%{version}/%{name}-%{version}.tar.xz
+# Source0-md5: 3653bc54e1bcd17ae09a1a7086daa38b
+#Source0:      http://downloads.sourceforge.net/libcmis/%{name}-%{version}.tar.gz
 URL:           http://sourceforge.net/projects/libcmis/
 BuildRequires: autoconf >= 2.63
-BuildRequires: automake
-BuildRequires: boost-devel
+BuildRequires: automake >= 1:1.10
+BuildRequires: boost-devel >= 1.36
 BuildRequires: cppunit-devel >= 1.12
 BuildRequires: curl-devel >= 7.12.3
 BuildRequires: docbook2X >= 0.8.8-4
-BuildRequires: libstdc++-devel
+BuildRequires: libstdc++-devel >= 6:4.7
 BuildRequires: libtool >= 2:2
 BuildRequires: libxml2-devel >= 2.0
 BuildRequires: pkgconfig
-BuildRequires: sed >= 4.0
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
 Requires:      curl-libs >= 7.12.3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -42,7 +45,7 @@ Summary:      Development files for CMIS library
 Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki CMIS
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
-Requires:      boost-devel
+Requires:      boost-devel >= 1.36
 Requires:      curl-devel >= 7.12.3
 Requires:      libstdc++-devel
 Requires:      libxml2-devel >= 2.0
@@ -83,8 +86,6 @@ poleceń.
 %prep
 %setup -q
 
-#%{__sed} -i -e 's/docbook-to-man/docbook2X2man/' configure.ac
-
 %build
 %{__libtoolize}
 %{__aclocal} -I m4
@@ -116,7 +117,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS ChangeLog NEWS
 %attr(755,root,root) %{_libdir}/libcmis-0.5.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libcmis-0.5.so.5
 %attr(755,root,root) %{_libdir}/libcmis-c-0.5.so.*.*.*
This page took 0.067871 seconds and 4 git commands to generate.