Author: draenog Date: Fri Oct 23 23:58:05 2009 GMT Module: packages Tag: HEAD ---- Log message: - subpackages for gnome, kde, mozjs and webkit plugins
---- Files affected: packages/libproxy: libproxy.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: packages/libproxy/libproxy.spec diff -u packages/libproxy/libproxy.spec:1.4 packages/libproxy/libproxy.spec:1.5 --- packages/libproxy/libproxy.spec:1.4 Wed Sep 23 21:11:38 2009 +++ packages/libproxy/libproxy.spec Sat Oct 24 01:57:59 2009 @@ -1,12 +1,9 @@ # $Revision$, $Date$ -# TODO: -# - subpackages with plugins (?) -# Summary: Library for automatic proxy configuration management Summary(pl.UTF-8): Biblioteka do automatycznego zarządzania konfiguracją proxy Name: libproxy Version: 0.2.3 -Release: 4 +Release: 5 License: LGPL v2 Group: Libraries Source0: http://libproxy.googlecode.com/files/%{name}-%{version}.tar.gz @@ -69,6 +66,43 @@ %description -n python-libproxy -l pl.UTF-8 Wiązania libproxy dla Pythona. + +%package gnome +Summary: Plugin for libproxy and gnome +Group: Libraries +Requires: %{name} = %{version}-%{release} + +%description gnome +The libproxy-gnome package contains the libproxy plugin for gnome. + + +%package kde +Summary: Plugin for libproxy and kde +Group: Libraries +Requires: %{name} = %{version}-%{release} + +%description kde +The libproxy-kde package contains the libproxy plugin for kde. + + +%package mozjs +Summary: Plugin for %{name} and mozjs +Group: Libraries +Requires: %{name} = %{version} + +%description mozjs +The libproxy-mozjs package contains the libproxy plugin for mozjs. + + +%package webkit +Summary: Plugin for %{name} and webkit +Group: Libraries +Requires: %{name} = %{version} + +%description webkit +The libproxy-webkit package contains the libproxy plugin for webkit. + + %prep %setup -q %patch0 -p1 @@ -109,11 +143,7 @@ %dir %{_libdir}/%{name}/%{version}/plugins %attr(755,root,root) %{_libdir}/%{name}/%{version}/plugins/envvar.so %attr(755,root,root) %{_libdir}/%{name}/%{version}/plugins/file.so -%attr(755,root,root) %{_libdir}/%{name}/%{version}/plugins/gnome.so -%attr(755,root,root) %{_libdir}/%{name}/%{version}/plugins/kde.so -%attr(755,root,root) %{_libdir}/%{name}/%{version}/plugins/mozjs.so %attr(755,root,root) %{_libdir}/%{name}/%{version}/plugins/networkmanager.so -%attr(755,root,root) %{_libdir}/%{name}/%{version}/plugins/webkit.so %files devel %defattr(644,root,root,755) @@ -130,12 +160,27 @@ %defattr(644,root,root,755) %{py_sitescriptdir}/*.py[co] +%files gnome +%attr(755,root,root) %{_libdir}/%{name}/%{version}/plugins/gnome.so + +%files kde +%attr(755,root,root) %{_libdir}/%{name}/%{version}/plugins/kde.so + +%files mozjs +%attr(755,root,root) %{_libdir}/%{name}/%{version}/plugins/mozjs.so + +%files webkit +%attr(755,root,root) %{_libdir}/%{name}/%{version}/plugins/webkit.so + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[email protected]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2009/10/23 23:57:59 draenog +- subpackages for gnome, kde, mozjs and webkit plugins + Revision 1.4 2009/09/23 19:11:38 arekm - release 4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libproxy/libproxy.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
