File picurl.spec of Package picurl
# norootforbuild
Name: picurl
Version: 0.0.3
Release: 0
Summary: Metadata-centered Photo Management
Source: http://picurl.org/releases/picurl-%{version}.tar.gz
URL: http://picurl.org
Group: Productivity/Networking/Web/Utilities
License: GNU General Public License version 2 or later (GPL v2 or later)
BuildRoot: %{_tmppath}/build-%{name}-%{version}
BuildRequires: python python-devel
BuildRequires: python-ftputil python-beautifulsoup python-pyrss2gen python-xml python-imaging
Requires: python-ftputil python-beautifulsoup python-pyrss2gen python-xml python-imaging
%if %suse_version < 1030
BuildRequires: python-elementtree
Requires: python-elementtree
%endif
%py_requires
%description
Picurl is a client for uploading, downloading, querying and sorting files on
remote stores, like HTTP directory listings, HTML pages, FTP servers or Flickr
photo albums. The focus of this project is making tagging and dealing with
metadata as easy as possible.
Authors:
--------
Picurl Team <team@picurl.org>
%prep
%setup -q
%build
%__python ./setup.py build
%install
%__python ./setup.py install --root="%{buildroot}" --prefix="%{_prefix}" \
--record-rpm=files.lst
%clean
%__rm -rf "%{buildroot}"
%files -f files.lst
%defattr(-,root,root)
%doc COPYING README
%changelog
* Tue Jul 15 2008 Pascal Bleser <guru@unixtech.be> 0.0.3
- new upstream version
* Wed Apr 2 2008 Pascal Bleser <guru@unixtech.be> 0.0.2
- new package
# Local Variables:
# mode: rpm-spec
# tab-width: 3
# End: