rpms/libxfcegui4/FC-3 .cvsignore, 1.4, 1.5 libxfcegui4.spec, 1.5, 1.6 sources, 1.4, 1.5

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sun Mar 20 08:10:21 UTC 2005


Update of /cvs/dist/rpms/libxfcegui4/FC-3
In directory cvs.devel.redhat.com:/tmp/cvs-serv10225/FC-3

Modified Files:
	.cvsignore libxfcegui4.spec sources 
Log Message:
auto-import libxfcegui4-4.2.1-3.FC3 on branch FC-3 from libxfcegui4-4.2.1-3.FC3.src.rpm


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/libxfcegui4/FC-3/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	9 Sep 2004 07:53:33 -0000	1.4
+++ .cvsignore	20 Mar 2005 08:10:18 -0000	1.5
@@ -1 +1 @@
-libxfcegui4-4.0.6.tar.gz
+libxfcegui4-4.2.1.tar.bz2


Index: libxfcegui4.spec
===================================================================
RCS file: /cvs/dist/rpms/libxfcegui4/FC-3/libxfcegui4.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libxfcegui4.spec	9 Sep 2004 07:53:33 -0000	1.5
+++ libxfcegui4.spec	20 Mar 2005 08:10:18 -0000	1.6
@@ -1,31 +1,33 @@
-Summary: gtk widgets for xfce
+Summary: GTK widgets for Xfce
 Name: libxfcegui4
-Version: 4.0.6
-Release: 1
+Version: 4.2.1
+Release: 3.FC3
 License: LGPL
 URL: http://www.xfce.org/
-Source0: http://www.xfce.org/archive/%{name}-%{version}.tar.gz
+Source0: http://www.us.xfce.org/archive/xfce-4.2.1/src-bz2/libxfcegui4-4.2.1.tar.bz2
 Group: Development/Libraries
-BuildRoot: %{_tmppath}/%{name}-root
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Prereq: /sbin/ldconfig
 Requires: gtk2 >= 2.0.6
-Requires: libxfce4util >= 4.0.5
+Requires: libxfce4util >= %{version}
 BuildRequires: gtk2-devel >= 2.0.6
-BuildRequires: libxfce4util-devel >= 4.0.5
+BuildRequires: libxfce4util-devel >= %{version}
+BuildRequires: dbh-devel
 
 %description
-The package includes various gtk widgets for XFce.
+The package includes various gtk widgets for Xfce.
 
 %package devel
-Summary: developpment tools for libxfcegui4 library
+Summary: Developpment tools for libxfcegui4 library
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
 Requires: gtk2-devel
 Requires: libxfce4util-devel
+Provides: libxfcegui4-devel
 
 %description devel
 This package includes the static libraries and header files you will need
-to compile applications for XFce.
+to compile applications for Xfce.
 
 %prep
 %setup -q
@@ -39,6 +41,8 @@
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -46,18 +50,48 @@
 
 %postun -p /sbin/ldconfig
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root)
-%{_libdir}/lib*.so.*
+%{_libdir}/lib*.so*
+%{_libdir}/xfce4/modules/*.so*
+%{_datadir}/xfce4/*
 
 %files devel
 %defattr(-, root, root)
 %{_libdir}/lib*.so
 %{_libdir}/*a
+%{_libdir}/xfce4/modules/*.a
+%{_libdir}/xfce4/modules/*.la
 %{_libdir}/pkgconfig/*.pc
-%{_includedir}/xfce4/libxfcegui4
+%{_includedir}/xfce4/*
+%{_datadir}/gtk-doc/html/libxfcegui4
 
 %changelog
+* Sat Mar 19 2005 Warren Togami <wtogami at redhat.com> - 4.2.1-3
+- 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
+
+* Tue Mar 15 2005 Kevin Fenzi <kevin at tummy.com> - 4.2.1-1
+- Updated to 4.2.1 version
+
+* Tue Mar  8 2005 Kevin Fenzi <kevin at tummy.com> - 4.2.0-3
+- Fixed Xfce case
+
+* 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
+- Moved all the module *.a and *.la libraries to the devel package
+- Added Provides: libxfcegui4-devel to devel package
+
+* Sun Jan 23 2005 Than Ngo <than at redhat.com> 4.2.0-1
+- update to 4.2.0
+
+* Wed Dec 08 2004 Than Ngo <than at redhat.com> 4.1.99.1-1
+- update to 4.2 rc1
+
 * Mon Jul 19 2004 Than Ngo <than at redhat.com> 4.0.6-1
 - update to 4.0.6
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/libxfcegui4/FC-3/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	9 Sep 2004 07:53:33 -0000	1.4
+++ sources	20 Mar 2005 08:10:18 -0000	1.5
@@ -1 +1 @@
-e6b5ebef17fc990e6f7af0684c70d00d  libxfcegui4-4.0.6.tar.gz
+020c057cfe25a8aca99af9f39fe2015a  libxfcegui4-4.2.1.tar.bz2




More information about the fedora-cvs-commits mailing list