Author: wiget Date: Thu Apr 7 06:58:11 2011 GMT Module: packages Tag: HEAD ---- Log message: - added tools subpackage
---- Files affected: packages/libwnck: libwnck.spec (1.108 -> 1.109) packages/libwnck2: libwnck2.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/libwnck/libwnck.spec diff -u packages/libwnck/libwnck.spec:1.108 packages/libwnck/libwnck.spec:1.109 --- packages/libwnck/libwnck.spec:1.108 Mon Apr 4 23:39:04 2011 +++ packages/libwnck/libwnck.spec Thu Apr 7 08:58:06 2011 @@ -7,7 +7,7 @@ Summary(pl.UTF-8): Interfejs General Window Manager dla narzędzi GNOME Name: libwnck Version: 3.0.0 -Release: 1 +Release: 2 License: LGPL v2+ Group: X11/Libraries Source0: http://ftp.gnome.org/pub/GNOME/sources/libwnck/3.0/%{name}-%{version}.tar.bz2 @@ -41,6 +41,14 @@ Ogólny interfejs zarządcy okien dla narzędzi GNOME. Ta biblioteka jest częścią platformy GNOME 2. +%package tools +Summary: Small tools to manage windows +Group: X11/Window Managers/Tools +Requires: %{name} = %{version}-%{release} + +%description tools +Small tools to manage windows. + %package devel Summary: Header files and documentation for libwnck Summary(pl.UTF-8): Pliki nagłówkowe i dokumentacja dla libwnck @@ -118,12 +126,15 @@ %files -f %{name}-3.0.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog MAINTAINERS NEWS README -%attr(755,root,root) %{_bindir}/wnck-urgency-monitor -%attr(755,root,root) %{_bindir}/wnckprop %attr(755,root,root) %{_libdir}/libwnck-3.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libwnck-3.so.0 %{_libdir}/girepository-1.0/Wnck-3.0.typelib +%files tools +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/wnck-urgency-monitor +%attr(755,root,root) %{_bindir}/wnckprop + %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libwnck-3.so @@ -147,6 +158,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.109 2011/04/07 06:58:06 wiget +- added tools subpackage + Revision 1.108 2011/04/04 21:39:04 megabajt - updated to 3.0.0; merged changes from DEVEL ================================================================ Index: packages/libwnck2/libwnck2.spec diff -u packages/libwnck2/libwnck2.spec:1.1 packages/libwnck2/libwnck2.spec:1.2 --- packages/libwnck2/libwnck2.spec:1.1 Wed Apr 6 22:20:10 2011 +++ packages/libwnck2/libwnck2.spec Thu Apr 7 08:58:06 2011 @@ -7,7 +7,7 @@ Summary(pl.UTF-8): Interfejs General Window Manager dla narzędzi GNOME Name: libwnck2 Version: 2.30.6 -Release: 1 +Release: 2 License: LGPL v2+ Group: X11/Libraries Source0: http://ftp.gnome.org/pub/GNOME/sources/libwnck/2.30/libwnck-%{version}.tar.bz2 @@ -41,6 +41,14 @@ Ogólny interfejs zarządcy okien dla narzędzi GNOME. Ta biblioteka jest częścią platformy GNOME 2. +%package tools +Summary: Small tools to manage windows +Group: X11/Window Managers/Tools +Requires: %{name} = %{version}-%{release} + +%description tools +Small tools to manage windows. + %package devel Summary: Header files and documentation for libwnck Summary(pl.UTF-8): Pliki nagłówkowe i dokumentacja dla libwnck @@ -118,12 +126,15 @@ %files -f libwnck.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog MAINTAINERS NEWS README -%attr(755,root,root) %{_bindir}/wnck-urgency-monitor -%attr(755,root,root) %{_bindir}/wnckprop %attr(755,root,root) %{_libdir}/libwnck-1.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libwnck-1.so.22 %{_libdir}/girepository-1.0/Wnck-1.0.typelib +%files tools +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/wnck-urgency-monitor +%attr(755,root,root) %{_bindir}/wnckprop + %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libwnck-1.so @@ -147,6 +158,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2011/04/07 06:58:06 wiget +- added tools subpackage + Revision 1.1 2011/04/06 20:20:10 wiget - GNOME 2.x version from libwnck.spec:GNOME_2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libwnck/libwnck.spec?r1=1.108&r2=1.109&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libwnck2/libwnck2.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
