From fd51e0258b511ac7cb4fb150d00c4ba3cf3b3be6 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 16:36:49 +0100 Subject: [PATCH] automatic update by autodist [release 0.20.2-1mamba;Wed Dec 18 2013] --- README.md | 3 ++ python-scrapy.spec | 79 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 82 insertions(+) create mode 100644 python-scrapy.spec diff --git a/README.md b/README.md index 7727190..1296c92 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # python-scrapy +Scrapy is a fast high-level screen scraping and web crawling framework, used to crawl websites and extract structured data from their pages. +It can be used for a wide range of purposes, from data mining to monitoring and automated testing. + diff --git a/python-scrapy.spec b/python-scrapy.spec new file mode 100644 index 0000000..f9a5705 --- /dev/null +++ b/python-scrapy.spec @@ -0,0 +1,79 @@ +Name: python-scrapy +Version: 0.20.2 +Release: 1mamba +Summary: A high-level Python Screen Scraping framework +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Stefano Cotta Ramusino +URL: http://scrapy.org/ +Source: http://pypi.python.org/packages/source/S/Scrapy/Scrapy-%{version}.tar.gz +License: BSD +BuildRequires: libpython-devel +Requires: python >= %python_version +Requires: python-twisted +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Scrapy is a fast high-level screen scraping and web crawling framework, used to crawl websites and extract structured data from their pages. +It can be used for a wide range of purposes, from data mining to monitoring and automated testing. + +%prep +%setup -q -n Scrapy-%{version} + +%build +CFLAGS="%{optflags}" %{__python} setup.py build + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%{__python} setup.py install \ + -O1 --skip-build \ + --root="%{buildroot}" \ + --install-headers=%{_includedir}/python \ + --install-lib=%{python_sitearch} \ + --single-version-externally-managed \ + --record=%{name}.filelist + +sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist + +%files -f %{name}.filelist +%defattr(-,root,root) +%doc AUTHORS LICENSE + +%changelog +* Wed Dec 18 2013 Automatic Build System 0.20.2-1mamba +- automatic update by autodist + +* Mon Sep 09 2013 Automatic Build System 0.18.2-1mamba +- automatic update by autodist + +* Wed Aug 28 2013 Automatic Build System 0.18.1-1mamba +- automatic update by autodist + +* Sun Aug 11 2013 Automatic Build System 0.18.0-1mamba +- automatic update by autodist + +* Sun Jun 09 2013 Automatic Build System 0.16.5-1mamba +- automatic version update by autodist + +* Fri May 17 2013 Silvan Calarco 0.16.4-2mamba +- python 2.7 mass rebuild + +* Wed Jan 23 2013 Automatic Build System 0.16.4-1mamba +- automatic version update by autodist + +* Tue Jan 08 2013 Automatic Build System 0.16.3-1mamba +- automatic version update by autodist + +* Mon Nov 12 2012 Automatic Build System 0.16.2-1mamba +- automatic version update by autodist + +* Wed Oct 31 2012 Automatic Build System 0.16.1-1mamba +- automatic version update by autodist + +* Thu Jun 14 2012 Automatic Build System 0.14.4-1mamba +- automatic version update by autodist + +* Sun Sep 11 2011 Stefano Cotta Ramusino 0.12.0.2548-1mamba +- package created by autospec