- track sonames so abi bumps aren't a surprise
- -qt-devel: fix dir ownership
This commit is contained in:
parent
fded3a7a22
commit
b6460eb5cc
@ -3,7 +3,7 @@
|
||||
Summary: Package management service
|
||||
Name: PackageKit
|
||||
Version: 0.7.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: http://www.packagekit.org
|
||||
Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.xz
|
||||
@ -380,12 +380,12 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
|
||||
%files glib
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/*packagekit-glib2.so.*
|
||||
%{_libdir}/libpackagekit-glib2.so.14*
|
||||
%{_libdir}/girepository-1.0/PackageKitGlib-1.0.typelib
|
||||
|
||||
%files qt
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/*packagekit-qt*.so.*
|
||||
%{_libdir}/libpackagekit-qt2.so.2*
|
||||
|
||||
%files cron
|
||||
%defattr(-,root,root,-)
|
||||
@ -436,8 +436,8 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
|
||||
%files qt-devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libpackagekit-qt*.so
|
||||
%{_includedir}/PackageKit/packagekit-qt2/*
|
||||
%{_libdir}/libpackagekit-qt2.so
|
||||
%{_includedir}/PackageKit/packagekit-qt2/
|
||||
%{_libdir}/pkgconfig/packagekit-qt2.pc
|
||||
%{_libdir}/cmake/packagekit-qt2/packagekit-qt2*.cmake
|
||||
|
||||
@ -450,6 +450,10 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%{_libdir}/pkgconfig/packagekit-plugin.pc
|
||||
|
||||
%changelog
|
||||
* Wed Apr 25 2012 Rex Dieter <rdieter@fedoraproject.org> 0.7.4-2
|
||||
- track sonames so abi bumps aren't a surprise
|
||||
- -qt-devel: fix dir ownership
|
||||
|
||||
* Tue Apr 24 2012 Richard Hughes <rhughes@redhat.com> - 0.7.4-1
|
||||
- New upstream release
|
||||
- Add GType's for packagekit-glib2 enumerations
|
||||
|
||||
Loading…
Reference in New Issue
Block a user