rpms/exo/devel sources, 1.2, 1.3 .cvsignore, 1.2, 1.3 exo.spec, 1.12, 1.13

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Wed Aug 9 01:54:50 UTC 2006


Author: kevin

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

Modified Files:
	sources .cvsignore exo.spec 
Log Message:
Upgrade to 0.3.1.8beta2



Index: sources
===================================================================
RCS file: /cvs/extras/rpms/exo/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	28 May 2005 03:29:30 -0000	1.2
+++ sources	9 Aug 2006 01:54:50 -0000	1.3
@@ -1 +1 @@
-ffcd73ec6b34f19c81afdc3f1a97377b  exo-0.3.0.tar.bz2
+b8465faab19e233d5edda12bdd4940b4  exo-0.3.1.8beta2.tar.bz2


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/exo/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	28 May 2005 03:29:30 -0000	1.2
+++ .cvsignore	9 Aug 2006 01:54:50 -0000	1.3
@@ -1 +1 @@
-exo-0.3.0.tar.bz2
+exo-0.3.1.8beta2.tar.bz2


Index: exo.spec
===================================================================
RCS file: /cvs/extras/rpms/exo/devel/exo.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- exo.spec	17 Feb 2006 01:06:57 -0000	1.12
+++ exo.spec	9 Aug 2006 01:54:50 -0000	1.13
@@ -2,11 +2,11 @@
 
 Summary: Application library for the Xfce desktop environment
 Name: exo
-Version: 0.3.0
-Release: 12%{?dist}
+Version: 0.3.1.8
+Release: 0.1.beta2%{?dist}
 License: LGPL
-URL: http://libexo.os-cillation.com/
-Source0: http://download.berlios.de/xfce-goodies/exo-0.3.0.tar.bz2
+URL: http://xfce.org/
+Source0: http://www.xfce.org/archive/xfce-4.3.90.2/src/exo-0.3.1.8beta2.tar.bz2
 Patch0: exo-0.3.0-x86_64-build.patch
 Group: Development/Libraries
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -34,7 +34,7 @@
 Static libraries and header files for the exo library.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}beta2
 
 %patch0 -p1 -b x86_64-build
 
@@ -46,6 +46,9 @@
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
+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
 
 %find_lang libexo-0.3
 
@@ -60,24 +63,48 @@
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog HACKING NEWS README THANKS TODO COPYING
 %{_libdir}/lib*.so.*
+%{_datadir}/xfce4/helpers
+%{_datadir}/xfce4/doc/C
+%{_datadir}/xfce4/doc/ja
+%{_mandir}/man1/exo-csource.1.gz
+%{_mandir}/man1/exo-open.1.gz
+%{_bindir}/exo-csource
+%{_bindir}/exo-desktop-item-edit
+%{_bindir}/exo-open
+%{_bindir}/exo-preferred-applications
+%config(noreplace) %{_sysconfdir}/xdg/xfce4/helpers.rc
+%{_libexecdir}/exo-helper-0.3
+%{_libexecdir}/exo-compose-mail-0.3
+%{_datadir}/applications/exo-preferred-applications.desktop
+%{_datadir}/icons/hicolor/48x48/apps/preferences-desktop-default-applications.png
+%{_datadir}/icons/hicolor/48x48/apps/applications-internet.png
+%{_datadir}/icons/hicolor/48x48/apps/applications-other.png
 
 %files devel
 %defattr(-, root, root)
 %doc %{_datadir}/gtk-doc/html/exo/
 %{_includedir}/exo*
 %{_libdir}/lib*.so
-%{_libdir}/lib*a
 %{_libdir}/pkgconfig/*.pc
 %{_datadir}/pygtk/*/defs/exo-*/
 %{python_sitearch}/exo-*
 %{python_sitearch}/pyexo.*
 
 %changelog
-* Thu Feb 16 2006 Kevin Fenzi <kevin at tummy.com> - 0.3.0-12.fc5
-- Rebuild for fc5
+* 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
+- Mark helpers.rc as a configfile
+
+* Wed Jul 12 2006 Kevin Fenzi <kevin at tummy.com> - 0.3.1.8-0.beta2
+- Upgrade to 0.3.1.8beta2
+- Removed unneeded patch
 
-* Sat Jan 28 2006 Kevin Fenzi <kevin at tummy.com> - 0.3.0-11.fc5
-- Add imake and libXt-devel to BR to allow detection of modular xorg
+* Mon May  8 2006 Kevin Fenzi <kevin at tummy.com> - 0.3.1.6beta1
+- Upgrade to 0.3.1.6beta1
+
+* Sat Jan 21 2006 Kevin Fenzi <kevin at scrye.com> - 0.3.0-11.fc5
+- Add imake to BR to allow detection of modular xorg
 
 * Wed Aug 17 2005 Kevin Fenzi <kevin at tummy.com> - 0.3.0-10.fc5
 - Rebuild for new libcairo and libpixman
@@ -119,7 +146,7 @@
 - Upgraded to 0.3.0 version
 
 * Tue Mar  8 2005 Kevin Fenzi <kevin at tummy.com> - 0.2.0-3
-- Removed generic INSTALL doc from %doc
+- Removed generic INSTALL doc from %%doc
 
 * Sun Mar  6 2005 Kevin Fenzi <kevin at tummy.com> - 0.2.0-2
 - Inital Fedora Extras version




More information about the scm-commits mailing list