Author: glen                         Date: Mon Apr 19 10:16:07 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 0.9.8
- package ghost soname symlink
- fix-info-dir on -devel

---- Files affected:
packages/check:
   check.spec (1.16 -> 1.17) 

---- Diffs:

================================================================
Index: packages/check/check.spec
diff -u packages/check/check.spec:1.16 packages/check/check.spec:1.17
--- packages/check/check.spec:1.16      Sat Jan 30 20:30:24 2010
+++ packages/check/check.spec   Mon Apr 19 12:16:02 2010
@@ -2,19 +2,18 @@
 Summary:       Check - unit testing framework for C
 Summary(pl.UTF-8):     Check - szkielet testów jednostkowych dla C
 Name:          check
-Version:       0.9.5
-Release:       2
+Version:       0.9.8
+Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       http://downloads.sourceforge.net/check/%{name}-%{version}.tar.gz
-# Source0-md5: 30143c7974b547a12a7da47809a90951
+# Source0-md5: 5d75e9a6027cde79d2c339ef261e7470
 Patch0:                %{name}-info.patch
 URL:           http://check.sourceforge.net/
 # aclocal required for %{_aclocaldir}
 BuildRequires: automake
 BuildRequires: libtool
 BuildRequires: texinfo >= 4.2
-Requires(post,postun): /sbin/ldconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %undefine      __cxx
@@ -76,22 +75,25 @@
 
 rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
 rm -f $RPM_BUILD_ROOT%{_libdir}/libcheck.la
+rm -f $RPM_BUILD_ROOT%{_infodir}/dir
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-/sbin/ldconfig
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} 
>/dev/null 2>&1
-
-%postun
-/sbin/ldconfig
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} 
>/dev/null 2>&1
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
+%post devel -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
+
+%postun devel -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
 
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog* NEWS README SVNChangeLog THANKS TODO
 %attr(755,root,root) %{_libdir}/libcheck.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libcheck.so.0
 
 %files devel
 %defattr(644,root,root,755)
@@ -112,6 +114,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2010/04/19 10:16:02  glen
+- up to 0.9.8
+- package ghost soname symlink
+- fix-info-dir on -devel
+
 Revision 1.16  2010/01/30 19:30:24  glen
 - -devel subpackage (parted links with libcheck.so); rel 2
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/check/check.spec?r1=1.16&r2=1.17&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to