[xfce4-appfinder] Update to latest stable release 4.12

nonamedotc nonamedotc at fedoraproject.org
Sat Feb 28 23:14:42 UTC 2015


commit 6e9ed6787efb9bc34e653336dcd188f524de6bc5
Author: nonamedotc <nonamedotc at fedoraproject.org>
Date:   Sat Feb 28 17:14:39 2015 -0600

    Update to latest stable release 4.12
    
    - spec cleanup

 .gitignore           |  1 +
 sources              |  2 +-
 xfce4-appfinder.spec | 19 ++++++++-----------
 3 files changed, 10 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 501c9e2..a54b472 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ xfce4-appfinder-4.6.2.tar.bz2
 /xfce4-appfinder-4.9.5.tar.bz2
 /xfce4-appfinder-4.10.0.tar.bz2
 /xfce4-appfinder-4.10.1.tar.bz2
+/xfce4-appfinder-4.12.0.tar.bz2
diff --git a/sources b/sources
index b7d48cc..5fab656 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bea253956638e2df2dd950343b3b1b7b  xfce4-appfinder-4.10.1.tar.bz2
+0b238b30686388c507c119b12664f1a1  xfce4-appfinder-4.12.0.tar.bz2
diff --git a/xfce4-appfinder.spec b/xfce4-appfinder.spec
index b236b4c..927626d 100644
--- a/xfce4-appfinder.spec
+++ b/xfce4-appfinder.spec
@@ -1,8 +1,8 @@
-%global xfceversion 4.10
+%global xfceversion 4.12
 
 Name:           xfce4-appfinder
-Version:        4.10.1
-Release:        5%{?dist}
+Version:        4.12.0
+Release:        1%{?dist}
 Summary:        Appfinder for the Xfce4 Desktop Environment
 
 Group:          User Interface/Desktops
@@ -10,7 +10,6 @@ License:        GPLv2+
 URL:            http://www.xfce.org/
 #VCS git:git://git.xfce.org/xfce/xfce4-appfinder
 Source0:        http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  pkgconfig(dbus-glib-1) >= 0.84
 BuildRequires:  pkgconfig(garcon-1) >= 0.1.7
@@ -37,7 +36,6 @@ make %{?_smp_mflags} V=1
 
 
 %install
-rm -rf %{buildroot}
 make install DESTDIR=%{buildroot} INSTALL='install -p'
 
 desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
@@ -46,19 +44,18 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/xfce4-run.desktop
 %find_lang %{name}
 
 
-%clean
-rm -rf %{buildroot}
-
-
 %files -f %{name}.lang
-%defattr(-,root,root,-)
 %doc README TODO ChangeLog COPYING AUTHORS
 %{_bindir}/xfce4-appfinder
 %{_bindir}/xfrun4
 %{_datadir}/applications/xfce4-*.desktop
-
+%{_datadir}/appdata/%{name}.appdata.xml
 
 %changelog
+* Sat Feb 28 2015 Mukundan Ragavan <nonamedotc at fedoraproject.org> - 4.12.0-1
+- Update to latest stable release 4.12
+- spec cleanup
+
 * Sat Feb 21 2015 Till Maas <opensource at till.name> - 4.10.1-5
 - Rebuilt for Fedora 23 Change
   https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code


More information about the scm-commits mailing list