rpms/xfce4-appfinder/EL-5 sources, 1.8, 1.9 xfce4-appfinder.spec, 1.14, 1.15

Kevin Fenzi kevin at fedoraproject.org
Mon Jul 26 04:35:33 UTC 2010


Author: kevin

Update of /cvs/pkgs/rpms/xfce4-appfinder/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6728

Modified Files:
	sources xfce4-appfinder.spec 
Log Message:
Initial version for epel5



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-appfinder/EL-5/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	23 Apr 2007 02:37:05 -0000	1.8
+++ sources	26 Jul 2010 04:35:33 -0000	1.9
@@ -1 +1 @@
-6239daaafbc35ed2b3ca5f53802ebcbb  xfce4-appfinder-4.4.1.tar.bz2
+7752e43578b821e35010bcd3762da166  xfce4-appfinder-4.6.2.tar.bz2


Index: xfce4-appfinder.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-appfinder/EL-5/xfce4-appfinder.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- xfce4-appfinder.spec	27 Aug 2007 20:32:41 -0000	1.14
+++ xfce4-appfinder.spec	26 Jul 2010 04:35:33 -0000	1.15
@@ -1,16 +1,19 @@
 Summary: Appfinder for the Xfce4 Desktop Environment
 Name: xfce4-appfinder
-Version: 4.4.1
-Release: 2%{?dist}
+Version: 4.6.2
+Release: 1%{?dist}
 License: GPLv2+
 URL: http://www.xfce.org/
-Source0: http://www.xfce.org/archive/xfce-4.4.1/src/xfce4-appfinder-4.4.1.tar.bz2
+Source0: http://archive.xfce.org/src/xfce/xfce4-appfinder/4.6/xfce4-appfinder-%{version}.tar.bz2
 Group: User Interface/Desktops
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: libxfcegui4 >= %{version}
 BuildRequires: libxfcegui4-devel >= %{version}
+BuildRequires: libxfce4menu-devel >= %{version}
 BuildRequires: startup-notification-devel
 BuildRequires: gettext intltool
+BuildRequires: Thunar-devel >= 1.0.0
+BuildRequires: xfconf-devel
 
 %description
 xfce-appfinder shows system wide installed applications.
@@ -26,8 +29,6 @@ make %{?_smp_mflags}
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT/%{_datadir}/xfce4
-mkdir -p $RPM_BUILD_ROOT/%{_datadir}/xfce4/doc
 
 %find_lang %{name}
 
@@ -35,25 +36,59 @@ mkdir -p $RPM_BUILD_ROOT/%{_datadir}/xfc
 rm -rf $RPM_BUILD_ROOT
 
 %post
-touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+touch --no-create %{_datadir}/icons/hicolor
+if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
+  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
 
 %postun
-touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+touch --no-create %{_datadir}/icons/hicolor
+if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
+  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc README TODO ChangeLog COPYING AUTHORS
 %{_bindir}/xfce4-appfinder
 %{_datadir}/applications/xfce4-appfinder.desktop
-%dir %{_datadir}/xfce4
-%dir %{_datadir}/xfce4/doc
-%{_datadir}/xfce4/doc/C
-%{_datadir}/xfce4/doc/fr
 %{_datadir}/icons/hicolor/48x48/apps/xfce4-appfinder.png
 
 %changelog
+* Fri May 21 2010 Kevin Fenzi <kevin at tummy.com> - 4.6.2-1
+- Update to 4.6.2
+
+* Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.6.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Sun Apr 19 2009 Kevin Fenzi <kevin at tummy.com> - 4.6.1-1
+- Update to 4.6.1
+
+* Thu Feb 26 2009 Kevin Fenzi <kevin at tummy.com> - 4.6.0-1
+- Update to 4.6.0
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.5.99.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Mon Jan 26 2009 Kevin Fenzi <kevin at tummy.com> - 4.5.99.1-1
+- Update to 4.5.99.1
+
+* Tue Jan 13 2009 Kevin Fenzi <kevin at tummy.com> - 4.5.93-1
+- Update to 4.5.93
+
+* Tue Dec 23 2008 Kevin Fenzi <kevin at tummy.com> - 4.5.92-1
+- Update to 4.5.92
+
+* Mon Oct 27 2008 Christoph Wickert <cwickert at fedoraproject.org> - 4.4.3-1
+- Update to 4.4.3
+- Update gtk-update-icon-cache scriptlets
+
+* Sun Feb 10 2008 Kevin Fenzi <kevin at tummy.com> - 4.4.2-2
+- Rebuild for gcc43
+
+* Sun Nov 18 2007 Kevin Fenzi <kevin at tummy.com> - 4.4.2-1
+- Update to 4.4.2
+
 * Mon Aug 27 2007 Kevin Fenzi <kevin at tummy.com> - 4.4.1-2
 - Update License tag
 



More information about the scm-commits mailing list