rpms/libxfcegui4/devel libxfcegui4.spec,1.15,1.16

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Fri Oct 6 01:38:33 UTC 2006


Author: kevin

Update of /cvs/extras/rpms/libxfcegui4/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13384

Modified Files:
	libxfcegui4.spec 
Log Message:
Fix defattr



Index: libxfcegui4.spec
===================================================================
RCS file: /cvs/extras/rpms/libxfcegui4/devel/libxfcegui4.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- libxfcegui4.spec	5 Oct 2006 01:43:59 -0000	1.15
+++ libxfcegui4.spec	6 Oct 2006 01:38:33 -0000	1.16
@@ -1,7 +1,7 @@
 Summary: GTK widgets for Xfce
 Name: libxfcegui4
 Version: 4.3.99.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: LGPL
 URL: http://www.xfce.org/
 Source0: http://www.xfce.org/archive/xfce-4.3.99.1/src/libxfcegui4-4.3.99.1.tar.bz2
@@ -55,18 +55,21 @@
 %postun -p /sbin/ldconfig
 
 %files -f %{name}.lang
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING 
 %{_libdir}/lib*.so.*
 %{_datadir}/xfce4/xfce-svg-test.svg
 
 %files devel
-%defattr(-, root, root)
+%defattr(-, root,root,-)
 %{_libdir}/lib*.so
 %{_libdir}/pkgconfig/*.pc
 %{_includedir}/xfce4/*
 
 %changelog
+* Thu Oct  5 2006 Kevin Fenzi <kevin at tummy.com> - 4.3.99.1-3
+- Fix defattr
+
 * Wed Oct  4 2006 Kevin Fenzi <kevin at tummy.com> - 4.3.99.1-2
 - Bump release for devel build
 




More information about the scm-commits mailing list