[xfce4-appfinder] Update to 4.9.3 Make build more verbose Switch to pkgconfig-style BuildRequires

Christoph Wickert cwickert at fedoraproject.org
Thu Dec 29 22:22:16 UTC 2011


commit 7457fd896ad41c623540f3b7c8c6e790f7c11e19
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Thu Dec 29 23:21:55 2011 +0100

    Update to 4.9.3
    Make build more verbose
    Switch to pkgconfig-style BuildRequires

 .gitignore                            |    1 +
 sources                               |    2 +-
 xfce4-appfinder-4.2.3-infocrash.patch |   30 ------------------------------
 xfce4-appfinder.spec                  |   18 ++++++++++++------
 4 files changed, 14 insertions(+), 37 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9af50d6..346aa85 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ xfce4-appfinder-4.6.2.tar.bz2
 /xfce4-appfinder-4.7.2.tar.bz2
 /xfce4-appfinder-4.8.0.tar.bz2
 /xfce4-appfinder-4.9.2.tar.bz2
+/xfce4-appfinder-4.9.3.tar.bz2
diff --git a/sources b/sources
index 306deaf..3dadf25 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-07a6f7c44fd4dad648123dac37e3fb89  xfce4-appfinder-4.9.2.tar.bz2
+b93dedf78f2eb32c1ea79ac4d0d234ca  xfce4-appfinder-4.9.3.tar.bz2
diff --git a/xfce4-appfinder.spec b/xfce4-appfinder.spec
index 841adec..d557d84 100644
--- a/xfce4-appfinder.spec
+++ b/xfce4-appfinder.spec
@@ -1,7 +1,7 @@
 %global xfceversion 4.9
 
 Name:           xfce4-appfinder
-Version:        4.9.2
+Version:        4.9.3
 Release:        1%{?dist}
 Summary:        Appfinder for the Xfce4 Desktop Environment
 
@@ -11,14 +11,14 @@ URL:            http://www.xfce.org/
 Source0:        http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  libxfce4ui-devel >= 4.8.0
-BuildRequires:  garcon-devel >= 0.1.7
-BuildRequires:  dbus-glib-devel >= 0.84
+BuildRequires:  pkgconfig(dbus-glib-1) >= 0.84
+BuildRequires:  pkgconfig(garcon-1) >= 0.1.7
+BuildRequires:  pkgconfig(libxfce4ui-1) >= 4.8.0
+BuildRequires:  pkgconfig(libxfconf-0) >= 4.8.0
 BuildRequires:  startup-notification-devel
 BuildRequires:  gettext 
 BuildRequires:  intltool
 BuildRequires:  desktop-file-utils
-BuildRequires:  xfconf-devel >= 4.6.0
 
 
 %description
@@ -32,7 +32,7 @@ xfce-appfinder shows system wide installed applications.
 %build
 %configure
 
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 
 %install
@@ -53,10 +53,16 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %doc README TODO ChangeLog COPYING AUTHORS
 %{_bindir}/xfce4-appfinder
+%{_bindir}/xfrun4
 %{_datadir}/applications/xfce4-*.desktop
 
 
 %changelog
+* Thu Dec 29 2011 Christoph Wickert <cwickert at fedoraproject.org> - 4.9.3-1
+- Update to 4.9.3
+- Make build more verbose
+- Switch to pkgconfig-style BuildRequires
+
 * Fri Nov 04 2011 Christoph Wickert <cwickert at fedoraproject.org> - 4.9.2-1
 - Update to 4.9.2
 - Remove icon-cache scriptlets because this package no longer installs icons


More information about the scm-commits mailing list