[appmenu-qt] cosmetics

Rex Dieter rdieter at fedoraproject.org
Tue Jan 29 15:51:39 UTC 2013


commit b6314366c955d7ae347c38fb233eb6eb6563c141
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Tue Jan 29 09:51:35 2013 -0600

    cosmetics

 appmenu-qt.spec |   21 +++++++++++++--------
 1 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/appmenu-qt.spec b/appmenu-qt.spec
index 7a2c534..2223e18 100644
--- a/appmenu-qt.spec
+++ b/appmenu-qt.spec
@@ -1,19 +1,20 @@
 Name:           appmenu-qt
 Version:        0.2.6
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Global application menu to Qt
 
 License:        LGPLv2 with exceptions and GPLv3
-URL:            http://launchpad.net/%{name}/
+URL:            http://launchpad.net/appmenu-qt
 
 Source0:        https://launchpad.net/%{name}/trunk/%{version}/+download/%{name}-%{version}.tar.bz2
 
-BuildRequires:  kdebase-workspace-devel
-BuildRequires:  dbusmenu-qt-devel
+BuildRequires:  kde-workspace-devel
+BuildRequires:  pkgconfig(dbusmenu-qt)
 
 %description
 This package allows Qt to export its menus over DBus.
 
+
 %prep
 %setup -q
 
@@ -24,20 +25,24 @@ pushd %{_target_platform}
 %{cmake_kde4} ../
 popd
 
-make VERBOSE=1 %{?_smp_mflags} -C %{_target_platform}
+make %{?_smp_mflags} -C %{_target_platform}
 
 
 %install
-make install DESTDIR=%{buildroot} -C %{_target_platform}
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 
 
 %files
 %doc COPYING COPYING.LGPL-2.1 LGPL_EXCEPTION.txt NEWS README
-%{_qt4_plugindir}/menubar/lib%{name}.so
+%{_qt4_plugindir}/menubar/libappmenu-qt.so
+
 
 %changelog
+* Tue Jan 29 2013 Rex Dieter <rdieter at fedoraproject.org> 0.2.6-3
+- cosmetics
+
 * Sat Dec 08 2012 Mario Blättermann <mariobl at fedoraproject.org> - 0.2.6-2
 - Spec cleanup: Use %%{_qt4_plugindir} instead of hardcoded path
 
 * Sat Dec 01 2012 Mario Blättermann <mariobl at fedoraproject.org> - 0.2.6-1
-- Initial package
\ No newline at end of file
+- Initial package


More information about the scm-commits mailing list