SPECS: twill.spec (NEW) - initial - raw by Kamil Jakubowski <jakub...

shadzik shadzik at pld-linux.org
Mon Dec 3 17:45:25 CET 2007


Author: shadzik                      Date: Mon Dec  3 16:45:25 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial
- raw by Kamil Jakubowski <jakubowski dot kamil at 3vnet dot pl>

---- Files affected:
SPECS:
   twill.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/twill.spec
diff -u /dev/null SPECS/twill.spec:1.1
--- /dev/null	Mon Dec  3 17:45:25 2007
+++ SPECS/twill.spec	Mon Dec  3 17:45:20 2007
@@ -0,0 +1,65 @@
+# $Revision$, $Date$
+
+Summary:	twill - Web browsing system
+Summary(pl.UTF-8):twill - System przeglądania sieci WWW
+Name:		twill
+Version:	0.9b1
+Release:	1
+License:	MIT
+Group:		Applications
+Source0:	http://darcs.idyll.org/~t/projects/%{name}-%{version}.tar.gz
+# Source0-md5:	58702a05114a9927fd5ad4cd53c3b226
+Patch0:		%{name}-setup.patch
+URL:		http://twill.idyll.org/
+BuildRequires:	rpmbuild(macros) >= 1.219
+BuildRequires:  rpm-pythonprov
+%pyrequires_eq  python-modules
+Requires:	python >= 2.3
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A scripting system for automating Web browsing. Useful for testing Web
+pages or grabbing data from password-protected sites automatically.
+
+%description -l pl.UTF-8
+Skryptowy system automatyzujący przeglądanie zawartości sieci WWW.
+Twill jest przydatny do testowania stron WWW lub automatycznego
+pobierania informacji ze stron zabezpieczonych hasłem.
+
+%prep
+%setup -q
+%patch0
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+python setup.py install \
+	--optimize=2 \
+	--root=$RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+install examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc doc/ANNOUNCE-%{version}.txt
+%doc doc/{ChangeLog,LICENSE.txt,*.html,*.css}
+%attr(755,root,root) %{_bindir}/*
+%{_examplesdir}/*
+%{py_sitescriptdir}/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007-12-03 16:45:20  shadzik
+- initial
+- raw by Kamil Jakubowski <jakubowski dot kamil at 3vnet dot pl>
+
================================================================


More information about the pld-cvs-commit mailing list