]> git.pld-linux.org Git - packages/commoncpp2.git/blobdiff - commoncpp2.spec
- up to 1.6.2
[packages/commoncpp2.git] / commoncpp2.spec
index 2b0f170b6165e9c6bb64fb2b9c9a0d2812dbfaf5..dc2e472dc208bd7d4be8f65ff1cc8b7fed27f672 100644 (file)
@@ -1,13 +1,12 @@
 Summary:       A GNU package for creating portable C++ programs
 Summary(pl.UTF-8):     Pakiet GNU do tworzenia przenośnych programów w C++
 Name:          commoncpp2
-Version:       1.5.6
+Version:       1.6.2
 Release:       1
 License:       GPL
 Group:         Libraries
 Source0:       ftp://ftp.gnu.org/pub/gnu/commoncpp/%{name}-%{version}.tar.gz
-# Source0-md5: db2fef116e3009a94a359b68602cfe85
-Patch0:                %{name}-Makefile.patch
+# Source0-md5: f564340284125bde66b43abb4aca2bf0
 URL:           http://www.gnu.org/software/commoncpp/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -67,7 +66,6 @@ Statyczna biblioteka commoncpp2.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -91,16 +89,18 @@ rm -rf $RPM_BUILD_ROOT
 %post  -p /sbin/ldconfig
 %postun        -p /sbin/ldconfig
 
-%post devel
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
+%post devel    -p      /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
 
-%postun devel
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
+%postun devel  -p      /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
 
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING.addendum NEWS README TODO ChangeLog
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%ghost %{_libdir}/libccext2-1.6.so.0
+%ghost %{_libdir}/libccgnu2-1.6.so.0
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.06248 seconds and 4 git commands to generate.