rpms/libpeas/devel libpeas.spec,1.9,1.10

Bastien Nocera hadess at fedoraproject.org
Thu Jul 22 13:34:10 UTC 2010


Author: hadess

Update of /cvs/pkgs/rpms/libpeas/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22259

Modified Files:
	libpeas.spec 
Log Message:
* Thu Jul 22 2010 Bastien Nocera <bnocera at redhat.com> 0.5.2-5
- Fix post scriplet (#615021)



Index: libpeas.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libpeas/devel/libpeas.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- libpeas.spec	15 Jul 2010 18:57:08 -0000	1.9
+++ libpeas.spec	22 Jul 2010 13:34:09 -0000	1.10
@@ -1,6 +1,6 @@
 Name:		libpeas
 Version:	0.5.2
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	Plug-ins implementation convenience library
 
 Group:		System Environment/Libraries
@@ -53,7 +53,8 @@ rm $RPM_BUILD_ROOT/%{_libdir}/lib*.la	\
 
 %find_lang libpeas
 
-%post -p /sbin/ldconfig
+%post
+/sbin/ldconfig
 touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
 
 %postun
@@ -88,6 +89,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Thu Jul 22 2010 Bastien Nocera <bnocera at redhat.com> 0.5.2-5
+- Fix post scriplet (#615021)
+
 * Thu Jul 15 2010 Colin Walters <walters at verbum.org> - 0.5.2-4
 - Rebuild with new gobject-introspection
 



More information about the scm-commits mailing list