diff --git a/polkit-gnome.spec b/polkit-gnome.spec index dce83c4..bc6855c 100644 --- a/polkit-gnome.spec +++ b/polkit-gnome.spec @@ -1,7 +1,7 @@ Summary: PolicyKit integration for the GNOME desktop Name: polkit-gnome Version: 0.105 -Release: 7%{?dist} +Release: 8%{?dist} License: LGPLv2+ URL: http://www.freedesktop.org/wiki/Software/PolicyKit Group: Applications/System @@ -37,10 +37,10 @@ that matches the look and feel of the GNOME desktop. %build %configure -make +make %{?_smp_mflags} %install -make install DESTDIR=$RPM_BUILD_ROOT +%{make_install} rm -f $RPM_BUILD_ROOT%{_libdir}/*.a rm -f $RPM_BUILD_ROOT%{_libdir}/*.la @@ -52,11 +52,15 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %postun -p /sbin/ldconfig %files -f polkit-gnome-1.lang -%doc COPYING AUTHORS README +%doc AUTHORS README +%license COPYING %{_libexecdir}/* %changelog +* Thu Jun 18 2015 Leigh Scott - 0.105-8 +- use license tag for COPYING + * Sun Aug 17 2014 Fedora Release Engineering - 0.105-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild