]> git.pld-linux.org Git - packages/python-urlgrabber.git/commitdiff
- pl, cleanups, added Source0 URL, use explicit file list auto/ac/python-urlgrabber-2_9_6-1 auto/th/python-urlgrabber-2_9_6-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 24 Apr 2005 14:26:05 +0000 (14:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-urlgrabber.spec -> 1.2

python-urlgrabber.spec

index 03b3b37d61be52c3e334147e330857b07fc75199..70f5d35de301827258547f9b4be1ea0b4076c0fb 100644 (file)
@@ -1,32 +1,42 @@
 Summary:       A high-level cross-protocol url-grabber
+Summary(pl):   Wysokopoziomowa biblioteka do wychwytywania URL-i do wielu protoko³ów
 Name:          python-urlgrabber
 Version:       2.9.6
 Release:       1
 License:       LGPL
-Group:         Development/Libraries
-Source0:       urlgrabber-%{version}.tar.gz
+Group:         Libraries
+Source0:       http://linux.duke.edu/projects/urlgrabber/download/urlgrabber-%{version}.tar.gz
 # Source0-md5: e4afa725cf63b2684019f92cd8255671
 URL:           http://linux.duke.edu/projects/urlgrabber/
-BuildArch:     noarch
 Provides:      urlgrabber
+BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-A high-level cross-protocol url-grabber for python supporting HTTP, FTP 
-and file locations.  Features include keepalive, byte ranges, throttling,
-authentication, proxies and more.
+A high-level cross-protocol url-grabber for Python supporting HTTP,
+FTP and file locations. Features include keepalive, byte ranges,
+throttling, authentication, proxies and more.
+
+%description -l pl
+Wysokopoziomowa biblioteka Pythona do wychwytywania URL-i dla wielu
+protoko³ów, obs³uguj±ca odno¶niki HTTP, FTP i file. Mo¿liwo¶ci
+obejmuj± po³±czenia keepalive, przedzia³y bajtów, t³umienie,
+uwierzytelnianie, proxy itp.
 
 %prep
-%setup -n urlgrabber-%{version}
+%setup -q -n urlgrabber-%{version}
 
 %build
 python setup.py build
 
 %install
-python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
+python setup.py install --root=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files -f INSTALLED_FILES
+%files
 %defattr(644,root,root,755)
+%doc ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/urlgrabber
+%{py_sitescriptdir}/urlgrabber
This page took 0.069879 seconds and 4 git commands to generate.