rpms/libxfcegui4/FC-5 .cvsignore, 1.4, 1.5 libxfcegui4.spec, 1.12, 1.13 sources, 1.4, 1.5

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Mon Jun 25 01:00:26 UTC 2007


Author: cwickert

Update of /cvs/extras/rpms/libxfcegui4/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21388

Modified Files:
	.cvsignore libxfcegui4.spec sources 
Log Message:
final update to 4.2.4


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libxfcegui4/FC-5/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	10 Nov 2005 19:36:55 -0000	1.4
+++ .cvsignore	25 Jun 2007 00:59:32 -0000	1.5
@@ -1 +1 @@
-libxfcegui4-4.2.3.tar.gz
+libxfcegui4-4.2.4.tar.gz


Index: libxfcegui4.spec
===================================================================
RCS file: /cvs/extras/rpms/libxfcegui4/FC-5/libxfcegui4.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libxfcegui4.spec	6 Jun 2006 00:43:58 -0000	1.12
+++ libxfcegui4.spec	25 Jun 2007 00:59:32 -0000	1.13
@@ -1,14 +1,12 @@
 Summary: GTK widgets for Xfce
 Name: libxfcegui4
-Version: 4.2.3
-Release: 5%{?dist}
+Version: 4.2.4
+Release: 1%{?dist}
 License: LGPL
 URL: http://www.xfce.org/
-Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/libxfcegui4-4.2.3.tar.gz
-Group: Development/Libraries
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-Prereq: /sbin/ldconfig
-Requires: gtk2 >= 2.0.6
+Source0: http://www.us.xfce.org/archive/xfce-4.2.4/src/libxfcegui4-4.2.4.tar.gz
+Group: System Environment/Libraries
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: libxfce4util >= %{version}
 BuildRequires: gtk2-devel >= 2.0.6
 BuildRequires: libxfce4util-devel >= %{version}
@@ -26,8 +24,8 @@
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
 Requires: gtk2-devel
-Requires: libxfce4util-devel
-Provides: libxfcegui4-devel
+Requires: libxfce4util-devel >= %{version}
+BuildRequires: gtk-doc
 
 %description devel
 This package includes the static libraries and header files you will need
@@ -37,7 +35,7 @@
 %setup -q
 
 %build
-%configure --enable-xinerama --disable-static
+%configure --enable-xinerama --disable-static --enable-gtk-doc
 
 make %{?_smp_mflags}
 
@@ -57,27 +55,36 @@
 %postun -p /sbin/ldconfig
 
 %files -f %{name}.lang
-%defattr(-,root,root)
-%{_libdir}/lib*.so*
+%defattr(-,root,root,-)
+%{_libdir}/lib*.so.*
+%dir %{_libdir}/xfce4
+%dir %{_libdir}/xfce4/modules
 %{_libdir}/xfce4/modules/*.so*
-%{_datadir}/xfce4/*
+%{_datadir}/xfce4/
 
 %files devel
-%defattr(-, root, root)
+%defattr(-,root,root,-)
 %{_libdir}/lib*.so
 %{_libdir}/pkgconfig/*.pc
 %{_includedir}/xfce4/*
 %{_datadir}/gtk-doc/html/libxfcegui4
 
 %changelog
-* Mon Jun  5 2006  <kevin at tummy.com> - 4.2.3-5
-- Add gettext and intltool BuildRequires (fixes #194138)
+* Wed Jun 20 2007 Christoph Wickert <fedora at christoph-wickert.de> - 4.2.4-1
+- Update to 4.2.4
+- enable-gtk-doc
+- Fix %%files section to not include libxfcegui4.so twice
+- Remove superflurious %%Requires and %%Prereq
+- Own %%{_libdir}/xfce4/ and %%{_datadir}/xfce4/
+
+* Mon Jun  5 2006 Kevin Fenzi <kevin at tummy.com> - 4.2.3-5
+- Add gettext and intltool %%BuildRequires (fixes #194138)
 
 * Thu Feb 16 2006 Kevin Fenzi <kevin at tummy.com> - 4.2.3-4.fc5
 - Rebuild for fc5
 
 * Sun Jan 29 2006 Kevin Fenzi <kevin at scrye.com> - 4.2.3-3.fc5
-- Add BuildRequires for modular xorg
+- Add %%BuildRequires for modular xorg
 
 * Thu Nov 10 2005 Kevin Fenzi <kevin at tummy.com> - 4.2.3-2.fc4
 - disable-static instead of removing .a files
@@ -98,7 +105,7 @@
 - remove stuff, remove version from dbh-devel buildreq
 
 * Wed Mar 16 2005 Kevin Fenzi <kevin at tummy.com> - 4.2.1-2
-- Fixed %files bug that wasn't packaging .so files
+- Fixed %%files bug that wasn't packaging .so files
 
 * Tue Mar 15 2005 Kevin Fenzi <kevin at tummy.com> - 4.2.1-1
 - Updated to 4.2.1 version
@@ -108,8 +115,8 @@
 
 * Sun Mar  6 2005 Kevin Fenzi <kevin at tummy.com> - 4.2.0-2
 - Capitalized first letter of Summary in devel section to quiet rpmlint
-- Added dbh-devel to BuildRequires
-- Capitalized the GTK in the Summary to queit rpmlint
+- Added dbh-devel to %%BuildRequires
+- Capitalized the GTK in the Summary to quiet rpmlint
 - Moved all the module *.a and *.la libraries to the devel package
 - Added Provides: libxfcegui4-devel to devel package
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libxfcegui4/FC-5/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	10 Nov 2005 19:36:55 -0000	1.4
+++ sources	25 Jun 2007 00:59:32 -0000	1.5
@@ -1 +1 @@
-5d2bae78c5ef66e914ae7a930bbdeb57  libxfcegui4-4.2.3.tar.gz
+40c3a5874021e2aaf73fd66df496d38f  libxfcegui4-4.2.4.tar.gz




More information about the fedora-extras-commits mailing list