automatic update by autodist [release 0.20.2-1mamba;Wed Dec 18 2013]
This commit is contained in:
parent
491409ba1c
commit
fd51e0258b
@ -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.
|
||||
|
||||
|
79
python-scrapy.spec
Normal file
79
python-scrapy.spec
Normal file
@ -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 <stefano.cotta@openmamba.org>
|
||||
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 <autodist@mambasoft.it> 0.20.2-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Mon Sep 09 2013 Automatic Build System <autodist@mambasoft.it> 0.18.2-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Aug 28 2013 Automatic Build System <autodist@mambasoft.it> 0.18.1-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sun Aug 11 2013 Automatic Build System <autodist@mambasoft.it> 0.18.0-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sun Jun 09 2013 Automatic Build System <autodist@mambasoft.it> 0.16.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16.4-2mamba
|
||||
- python 2.7 mass rebuild
|
||||
|
||||
* Wed Jan 23 2013 Automatic Build System <autodist@mambasoft.it> 0.16.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jan 08 2013 Automatic Build System <autodist@mambasoft.it> 0.16.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Nov 12 2012 Automatic Build System <autodist@mambasoft.it> 0.16.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 31 2012 Automatic Build System <autodist@mambasoft.it> 0.16.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jun 14 2012 Automatic Build System <autodist@mambasoft.it> 0.14.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Sep 11 2011 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.12.0.2548-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user