SPECS: littlewizard.spec - added %post and %postun
darekr
darekr at pld-linux.org
Wed Jul 13 17:32:50 CEST 2005
Author: darekr Date: Wed Jul 13 15:32:50 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added %post and %postun
---- Files affected:
SPECS:
littlewizard.spec (1.9 -> 1.10)
---- Diffs:
================================================================
Index: SPECS/littlewizard.spec
diff -u SPECS/littlewizard.spec:1.9 SPECS/littlewizard.spec:1.10
--- SPECS/littlewizard.spec:1.9 Wed Jul 13 16:34:42 2005
+++ SPECS/littlewizard.spec Wed Jul 13 17:32:44 2005
@@ -12,6 +12,7 @@
URL: http://littlewizard.sourceforge.net/
BuildRequires: pkgconfig
BuildRequires: libxml2-devel
+Requires(post,postun): /sbin/ldconfig
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -63,6 +64,9 @@
%clean
rm -rf $RPM_BUILD_ROOT
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog TODO
@@ -87,6 +91,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.10 2005/07/13 15:32:44 darekr
+- added %post and %postun
+
Revision 1.9 2005/07/13 14:34:42 darekr
- fixed %files, added -devel and -static subpackages
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/littlewizard.spec?r1=1.9&r2=1.10&f=u
More information about the pld-cvs-commit
mailing list