Author: koorek Date: Fri Feb 25 20:00:38 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - Init
---- Files affected: SPECS: graburl.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/graburl.spec diff -u /dev/null SPECS/graburl.spec:1.1 --- /dev/null Fri Feb 25 21:00:38 2005 +++ SPECS/graburl.spec Fri Feb 25 21:00:32 2005 @@ -0,0 +1,61 @@ +# $Revision$, $Date$ +Summary: Small program that can download files using HTTP +Summary(pl): Mały program do ściągania plików używając HTTP +Name: graburl +Version: 2.0.1 +Release: 1 +License: GPL +Group: Networking +Source0: http://www.ibiblio.org/pub/Linux/apps/www/mirroring/%{name}-%{version}.tar.gz +# Source0-md5: 1dda06b68d9fffb4a417a7527e483917 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +GrabURL is a small program that can download files using HTTP. It +maintains an internal list of urls and can scan HTML files downloaded +to add urls recursively. It can use regular expression patterns to be +matched to add an URL, saves progress to a "workfile" to continue +later (ie after a break with CTRL-C). + +GrabURL is used in afraid.org update-scripts. + +%description -l pl +GrabURL jest małym programem, który potrafi ściągać pliki używjąc +HTTP. Zarządza wewnętrzną listą URLi i może skanować ściągnięte pliki +HTML aby dodać URLe rekursywnie. Może używać wyrażeń regularnych dla +dopasowania dodawanych URLi, zapisuje postęp do "pliku roboczego" aby +móc kontynuować później (np. po przerwaniu przy pomocy CTRL-C). + +GrabURL jest wykorzystywany w skryptach aktualizujących afraid.org. + +%prep +%setup -q -n %{name} + +%build +cd src/ +%{__make} linux + +%install +rm -rf $RPM_BUILD_ROOT + +install -d $RPM_BUILD_ROOT%{_bindir}/ +install -C src/graburl $RPM_BUILD_ROOT%{_bindir}/ + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README.txt Changes.txt GrabURL.txt graburlrc.example +%attr(755,root,root) %{_bindir}/* + +%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.1 2005/02/25 20:00:32 koorek +- Init + + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
