rpms/fmt-ptrn/F-11 fmt-ptrn.spec,1.10,1.11

W. Michael Petullo mikep at fedoraproject.org
Sun Apr 26 02:34:14 UTC 2009


Author: mikep

Update of /cvs/pkgs/rpms/fmt-ptrn/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28512

Modified Files:
	fmt-ptrn.spec 
Log Message:
Fix post script.



Index: fmt-ptrn.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fmt-ptrn/F-11/fmt-ptrn.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- fmt-ptrn.spec	24 Feb 2009 17:44:46 -0000	1.10
+++ fmt-ptrn.spec	26 Apr 2009 02:33:44 -0000	1.11
@@ -54,6 +54,16 @@
 %{_libdir}/libnewtemplate.so.%{PACKAGE_VERSION}
 %{_datadir}/fmt-ptrn
 %{_mandir}/*/*
+
+
+%post
+/sbin/ldconfig
+
+
+
+%postun
+/sbin/ldconfig
+
 %doc	AUTHORS COPYING ChangeLog INSTALL NEWS README FAQ 
 
 
@@ -79,6 +89,10 @@
 %{_libdir}/libnewfmt-ptrn.so
 %{_libdir}/libnewtemplate.so
 
+
+
+
+
 %package java
 Summary: Files needed to develop applications using fmt-ptrn's Java classes
 Group: Development/Libraries
@@ -100,6 +114,16 @@
 %{_libdir}/libnewfmt-ptrnjava.so*
 %{_datadir}/java/*
 
+
+%post -n fmt-ptrn-java
+/sbin/ldconfig
+
+
+
+%postun -n fmt-ptrn-java
+/sbin/ldconfig
+
+
 %prep
 
 
@@ -126,132 +150,126 @@
 rm -rf $RPM_BUILD_ROOT
 
 
-%post
-java -p /sbin/ldconfig
-
-%postun
-java -p /sbin/ldconfig
-
 
 
 %changelog
-* Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.20-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+* Sat Apr 25 2009 W. Michael Petullo <mike[@]flyn.org> - 1.3.20-2
+- Fix ldconfig post for java package.
 
 * Sat Feb 14 2009 W. Michael Petullo <mike[@]flyn.org> - 1.3.20-1
-   - Updated to fmt-ptrn 1.3.20.
+- Updated to fmt-ptrn 1.3.20.
 
-   - Integrate stack_t solution upstream, pull previous patch.
+- Integrate stack_t solution upstream, pull previous patch.
 
 * Thu Feb 12 2009 Caolán McNamara <caolanm at redhat.com> - 1.3.17-3
-   - rebuild for dependencies, rename stack_t to my_stack_t to avoid conflict with /usr/include/bits/sigstack.h's stack_t.
+- rebuild for dependencies, rename stack_t to my_stack_t to avoid conflict with /usr/include/bits/sigstack.h's stack_t.
 
 * Sun May 25 2008 W. Michael Petullo <mike[@]flyn.org> - 1.3.17-2
-   - Fixed placement of %%doc in RPM specification.
+- Fixed placement of %%doc in RPM specification.
 
 * Wed Apr 02 2008 W. Michael Petullo <mike[@]flyn.org> - 1.3.17-1
-   - Updated to fmt-ptrn 1.3.17.
+- Updated to fmt-ptrn 1.3.17.
 
 * Tue Apr 01 2008 W. Michael Petullo <mike[@]flyn.org> - 1.3.16-1
-   - Updated to fmt-ptrn 1.3.16, should fix ppc64 build.
+- Updated to fmt-ptrn 1.3.16, should fix ppc64 build.
 
 * Tue Apr 01 2008 W. Michael Petullo <mike[@]flyn.org> - 1.3.15-1
-   - Updated to fmt-ptrn 1.3.15.
+- Updated to fmt-ptrn 1.3.15.
 
 * Tue Feb 12 2008 W. Michael Petullo <mike[@]flyn.org> - 1.3.14-1
-   - Updated to new 1.3.14.
+- Updated to new 1.3.14.
 
 * Mon Feb 11 2008 W. Michael Petullo <mike[@]flyn.org> - 1.3.13-2
-   - Update to use java-1.5.0-gcj-devel.
+- Update to use java-1.5.0-gcj-devel.
 
 * Sat Dec 22 2007 W. Michael Petullo <mike[@]flyn.org> - 1.3.13-1
-   - Updated to new 1.3.13.
+- Updated to new 1.3.13.
 
-   - License GPLv2+.
+- License GPLv2+.
 
-   - Update make install command.
+- Update make install command.
 
 * Thu Dec 13 2007 W. Michael Petullo <mike[@]flyn.org> - 1.3.12-1
-   - Updated to new 1.3.12.
+- Updated to new 1.3.12.
 
-   - Change package name to fmt-ptrn.
+- Change package name to fmt-ptrn.
 
 * Mon Oct 02 2007 W. Michael Petullo <mike[@]flyn.org> - 1.3.11-2
-   - Don't build static libraries.
+- Don't build static libraries.
 
 * Tue Aug 21 2007 W. Michael Petullo <mike[@]flyn.org> - 1.3.11-1
-   - Updated to fmt-ptrn 1.3.11.
+- Updated to fmt-ptrn 1.3.11.
 
 * Sun Aug 19 2007 W. Michael Petullo <mike[@]flyn.org> - 1.3.10-2
-   - Don't install INSTALL.
+- Don't install INSTALL.
 
-   - Another %% fix.
+- Another %% fix.
 
-   - Run ldconfig for java package.
+- Run ldconfig for java package.
 
 * Sat Aug 18 2007 W. Michael Petullo <mike[@]flyn.org> - 1.3.10-1
-   - Updated to new 1.3.10.
+- Updated to new 1.3.10.
 
-   - Change license to GPLv2.
+- Change license to GPLv2.
 
-   - Use %% in ChangeLog.
+- Use %% in ChangeLog.
 
-   - Don't use %%makeinstall.
+- Don't use %%makeinstall.
 
-   - deffattr(-,root,root,-).
+- deffattr(-,root,root,-).
 
-   - Don't install FmtPtrnTest.
+- Don't install FmtPtrnTest.
 
-   - Don't use SMP build flags for now.
+- Don't use SMP build flags for now.
 
 * Tue Aug 14 2007 W. Michael Petullo <mike[@]flyn.org> - 1.3.9-2
-   - Fix build (junit.o should not be distributed.)
+- Fix build (junit.o should not be distributed.)
 
 * Sun Jul 29 2007 W. Michael Petullo <mike[@]flyn.org> - 1.3.9-1
-   - Updated to new 1.3.9.
+- Updated to new 1.3.9.
 
-   - Build the Java package.
+- Build the Java package.
 
 * Sun Sep 10 2006 W. Michael Petullo <mike[@]flyn.org> - 1.3.8-2
-   - BuildRequires Java tools.
+- BuildRequires Java tools.
 
 * Sun Sep 10 2006 W. Michael Petullo <mike[@]flyn.org> - 1.3.8-1
-   - Updated to new 1.3.8.
+- Updated to new 1.3.8.
 
-   - Create new Java package, comment out for now.
+- Create new Java package, comment out for now.
 
 * Thu Sep 07 2006 W. Michael Petullo <mike[@]flyn.org> - 1.3.7-4
-   - Use _libdir macro for rm -rf of .a and .la (fix 64-bit build.)
+- Use _libdir macro for rm -rf of .a and .la (fix 64-bit build.)
 
 * Thu Sep 07 2006 W. Michael Petullo <mike[@]flyn.org> - 1.3.7-3
-   - Rebuild for Fedora Extras 6.
+- Rebuild for Fedora Extras 6.
 
 * Fri Feb 17 2006 W. Michael Petullo <mike[@]flyn.org> - 1.3.7-2
-   - Rebuild for Fedora Extras 5.
+- Rebuild for Fedora Extras 5.
 
 * Thu Feb 02 2006 W. Michael Petullo <mike[@]flyn.org> - 1.3.7-1
-   - Updated to new 1.3.7.
+- Updated to new 1.3.7.
 
 * Wed Feb 01 2006 W. Michael Petullo <mike[@]flyn.org> - 1.3.6-1
-   - Updated to new 1.3.6.
+- Updated to new 1.3.6.
 
 * Sat Dec 24 2005  <W. Michael Petullo> - 1.3.5-3
-   - Add %%defattr for %%files devel.
+- Add %%defattr for %%files devel.
 
 * Tue Dec 13 2005 W. Michael Petullo <mike[@]flyn.org> - 1.3.5-2
-   - Broke out -devel package.
+- Broke out -devel package.
 
-   - Simplifies %%files block.
+- Simplifies %%files block.
 
-   - Don't use %%doc %%{_mandir}.
+- Don't use %%doc %%{_mandir}.
 
-   - No empty NEWS or FAQ.
+- No empty NEWS or FAQ.
 
 * Sun Dec 11 2005 W. Michael Petullo <mike[@]flyn.org> - 1.3.5-1
-   - Updated to new 1.3.5.
+- Updated to new 1.3.5.
 
 * Sun Dec 11 2005 W. Michael Petullo <mike[@]flyn.org> - 1.3.5-1
-   - Updated to new 1.3.5.
+- Updated to new 1.3.5.
 
 
 




More information about the scm-commits mailing list