Author: megabajt Date: Wed Oct 11 15:36:59 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - add gtk subpackage (GTK+2 based download manager) - rel. 2
---- Files affected: SPECS: jigdo.spec (1.23 -> 1.24) ---- Diffs: ================================================================ Index: SPECS/jigdo.spec diff -u SPECS/jigdo.spec:1.23 SPECS/jigdo.spec:1.24 --- SPECS/jigdo.spec:1.23 Sun May 28 14:55:09 2006 +++ SPECS/jigdo.spec Wed Oct 11 17:36:53 2006 @@ -3,7 +3,7 @@ Summary(pl): jigdo - łatwa dystrybucja dużych plików Name: jigdo Version: 0.7.3 -Release: 1 +Release: 2 License: GPL v2 Group: Applications Source0: http://atterer.net/jigdo/%{name}-%{version}.tar.bz2 @@ -13,7 +13,7 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: curl-devel >= 7.11 -BuildRequires: gtk+2-devel >= 2.4 +BuildRequires: gtk+2-devel >= 2:2.4 BuildRequires: libstdc++-devel BuildRequires: libtool BuildRequires: openssl-devel >= 0.9.7d @@ -34,6 +34,18 @@ polega tylko na kliknięciu odnośnika w przeglądarce, omijając problemy jakie niesie hostowanie dużych plików administratorom. +%package gtk +Summary: GTK+2 based download manager +Summary(pl): Zarządca pobierania oparty na GTK+2 +Group: X11/Applications +Requires: %{name} = %{version}-%{release} + +%description gtk +Provides GTK+2 based download manager. + +%description gtk -l pl +Pakiet zawiera zarządcę pobierania, opartego na GTK+2. + %prep %setup -q @@ -51,6 +63,8 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/COPYING + %find_lang %{name} %clean @@ -59,9 +73,16 @@ %files -f %{name}.lang %defattr(644,root,root,755) %doc README THANKS changelog -%attr(755,root,root) %{_bindir}/* -%{_datadir}/%{name} -%{_mandir}/man?/ +%attr(755,root,root) %{_bindir}/jigdo-* +%dir %{_datadir}/%{name} +%{_datadir}/%{name}/debian-mirrors.jigdo +%{_mandir}/man1/jigdo-*.1* + +%files gtk +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/jigdo +%{_datadir}/%{name}/pixmaps +%{_mandir}/man1/jigdo.1* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -69,6 +90,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.24 2006/10/11 15:36:53 megabajt +- add gtk subpackage (GTK+2 based download manager) +- rel. 2 + Revision 1.23 2006/05/28 12:55:09 megabajt - up to 0.7.3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/jigdo.spec?r1=1.23&r2=1.24&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
