Author: megabajt Date: Mon Dec 29 10:46:00 2008 GMT Module: SPECS Tag: DEVEL ---- Log message: - added gstreamer-plugin and gtk-module subpackage - release 0.2
---- Files affected: SPECS: PackageKit.spec (1.24.2.2 -> 1.24.2.3) ---- Diffs: ================================================================ Index: SPECS/PackageKit.spec diff -u SPECS/PackageKit.spec:1.24.2.2 SPECS/PackageKit.spec:1.24.2.3 --- SPECS/PackageKit.spec:1.24.2.2 Tue Dec 16 23:03:36 2008 +++ SPECS/PackageKit.spec Mon Dec 29 11:45:54 2008 @@ -7,7 +7,7 @@ Summary(pl.UTF-8): Demon systemowy będący warstwą abstrakcji D-Bus do zarządzania pakietami Name: PackageKit Version: 0.4.0 -Release: 0.1 +Release: 0.2 License: GPL v2+ Group: Applications/System Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.gz @@ -145,6 +145,33 @@ %description apidocs -l pl.UTF-8 Dokumentacja API biblioteki PackageKit. +%package gstreamer-plugin +Summary: Install GStreamer codecs using PackageKit +Summary(pl.UTF-8): Instaluje kodeki GStreamera używając PackageKit +Group: Applications +Requires: %{name} = %{version}-%{release} + +%description gstreamer-plugin +The PackageKit GStreamer plugin allows any GStreamer application to +install codecs from configured repositories using PackageKit. + +%description gstreamer-plugin -l pl.UTF-8 +Wtyczka GStreamer pozwala każdej aplikacji używającej GStreamera +zainstalować kodeki ze skonfigurowanych źródeł PackageKit. + +%package gtk-module +Summary: Install missing fonts using PackageKit +Summary(pl.UTF-8): Instaluje brakujące czcionki używając PackageKit +Group: Libraries + +%description gtk-module +The PackageKit GTK+ module allows any pango application to install +missing fonts from configured repositories using PackageKit. + +%description gtk-module -l pl.UTF-8 +Moduł GTK+ pozwala każdej aplikacji używającej pango zainstalować +brakującą czcionkę ze skonfigurowanych źródeł PackageKit. + %package -n bash-completion-packagekit Summary: bash-completion for PackageKit Summary(pl.UTF-8): bashowe uzupełnianie nazw dla PackageKit @@ -207,6 +234,11 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +# use pk-gstreamer-install as codec installer +ln -s pk-gstreamer-install $RPM_BUILD_ROOT%{_libdir}/gst-install-plugins-helper + +rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/*.{la,a} +rm -f $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins/*.{la,a} rm -f $RPM_BUILD_ROOT%{_libdir}/packagekit-backend/*.{la,a} rm -f $RPM_BUILD_ROOT%{_libdir}/packagekit-backend/libpk_backend_test_*.so @@ -237,7 +269,6 @@ %attr(755,root,root) %{_bindir}/pkgenpack %attr(755,root,root) %{_bindir}/pkmon %attr(750,root,root) /etc/cron.daily/packagekit-background.cron -%attr(755,root,root) %{_libdir}/pk-gstreamer-install %dir %{_libdir}/packagekit-backend %attr(755,root,root) %{_libdir}/packagekit-backend/libpk_backend_poldek.so %attr(755,root,root) %{_sbindir}/packagekitd @@ -303,6 +334,17 @@ %defattr(644,root,root,755) %{_gtkdocdir}/PackageKit +%files gstreamer-plugin +%defattr(644,root,root,755) +%doc contrib/gstreamer-plugin/README +%attr(755,root,root) %{_libdir}/gst-install-plugins-helper +%attr(755,root,root) %{_libdir}/pk-gstreamer-install + +%files gtk-module +%defattr(644,root,root,755) +%doc contrib/gtk-module/{GLASS.txt,README} +%attr(755,root,root) %{_libdir}/gtk-2.0/modules/libpk-gtk-module.so + %files -n bash-completion-packagekit %defattr(644,root,root,755) %{_sysconfdir}/bash_completion.d/pk-completion.bash @@ -322,6 +364,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.24.2.3 2008/12/29 10:45:54 megabajt +- added gstreamer-plugin and gtk-module subpackage +- release 0.2 + Revision 1.24.2.2 2008/12/16 22:03:36 megabajt - added O: qpackagekit and qpackagekit-devel to qt and qt-devel subpackages ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/PackageKit.spec?r1=1.24.2.2&r2=1.24.2.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
