rpms/exo/devel exo.spec,1.16,1.17

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Thu Oct 5 02:19:43 UTC 2006


Author: kevin

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

Modified Files:
	exo.spec 
Log Message:
Bump release for devel checkin



Index: exo.spec
===================================================================
RCS file: /cvs/extras/rpms/exo/devel/exo.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- exo.spec	7 Sep 2006 22:07:51 -0000	1.16
+++ exo.spec	5 Oct 2006 02:19:43 -0000	1.17
@@ -3,15 +3,13 @@
 Summary: Application library for the Xfce desktop environment
 Name: exo
 Version: 0.3.1.10
-Release: 0.1.rc1%{?dist}
+Release: 0.4.rc1%{?dist}
 License: LGPL
 URL: http://xfce.org/
 Source0: http://www.xfce.org/archive/xfce-4.3.99.1/src/exo-0.3.1.10rc1.tar.bz2
 Patch0: exo-0.3.0-x86_64-build.patch
 Group: Development/Libraries
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires: libxfcegui4 >= 4.2.0
-BuildRequires: libxfcegui4-devel >= 4.2.0
 Requires: dbus-glib >= 0.22
 BuildRequires: dbus-devel >= 0.22
 BuildRequires: gtk-doc
@@ -21,6 +19,8 @@
 BuildRequires: imake
 BuildRequires: libXt-devel
 BuildRequires: perl-URI
+BuildRequires: xfce-mcs-manager-devel
+BuildRequires: libxfce4util-devel
 
 %description
 Extension library for Xfce, targeted at application development.
@@ -29,11 +29,18 @@
 Summary: Development tools for exo library
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
-Requires: libxfcegui4-devel
 
 %description devel
 Static libraries and header files for the exo library.
 
+%package -n python-exo
+Summary: Python tools for exo library
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description -n python-exo
+Python libraries and header files for the exo library.
+
 %prep
 %setup -q -n %{name}-%{version}rc1
 
@@ -50,6 +57,8 @@
 rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
 rm -f $RPM_BUILD_ROOT/%{_libdir}/xfce4/mcs-plugins/*.la
 rm -f $RPM_BUILD_ROOT/%{_libdir}/xfce4/mcs-plugins/*.a
+rm -f $RPM_BUILD_ROOT/%{python_sitearch}/*.la
+rm -f $RPM_BUILD_ROOT/%{python_sitearch}/*.a
 
 %find_lang libexo-0.3
 
@@ -61,7 +70,7 @@
 %postun -p /sbin/ldconfig
 
 %files -f libexo-0.3.lang
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog HACKING NEWS README THANKS TODO COPYING
 %{_libdir}/lib*.so.*
 %{_datadir}/xfce4/helpers
@@ -83,25 +92,31 @@
 %{_datadir}/pixmaps/exo-0.3/exo-thumbnail-frame.png
 
 %files devel
-%defattr(-, root, root)
+%defattr(-, root, root,-)
 %doc %{_datadir}/gtk-doc/html/exo/
 %{_includedir}/exo*
 %{_libdir}/lib*.so
 %{_libdir}/pkgconfig/*.pc
 %{_datadir}/pygtk/*/defs/exo-*/
+
+%files -n python-exo
+%defattr(-, root, root,-)
 %{python_sitearch}/exo-*
 %{python_sitearch}/pyexo.*
 
 %changelog
+* Wed Oct  4 2006 Kevin Fenzi <kevin at tummy.com> - 0.3.1.10-0.4.rc1
+- Bump release for devel checkin
+
+* Thu Sep 28 2006 Kevin Fenzi <kevin at tummy.com> - 0.3.1.10-0.3.rc1
+- Remove libxfce4gui/libxfce4gui-devel Requires/BuildRequires
+
 * Sun Sep  7 2006 Kevin Fenzi <kevin at tummy.com> - 0.3.1.10-0.1.rc1
 - Upgrade to 0.3.1.10-0.1.rc1
 
 * Tue Aug 29 2006 Kevin Fenzi <kevin at tummy.com> - 0.3.1.8-0.3.beta2
 - Add perl-URI BuildRequires
 
-* Tue Aug 29 2006 Kevin Fenzi <kevin at tummy.com> - 0.3.1.8-0.2.beta2
-- Rebuild for fc6
-
 * Wed Aug  2 2006 Kevin Fenzi <kevin at tummy.com> - 0.3.1.8-0.1.beta2
 - Fix release numbering
 - General cleanup for devel push




More information about the scm-commits mailing list