Update to v0.2.2
This commit is contained in:
parent
49e65580cd
commit
32330f7de6
1 changed files with 9 additions and 7 deletions
|
@ -4,13 +4,13 @@
|
||||||
%define srcname feedgen
|
%define srcname feedgen
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 0.1
|
Version: 0.2.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Feed Generator (ATOM, RSS, Podcasts)
|
Summary: Feed Generator (ATOM, RSS, Podcasts)
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: LGPLv3+ or BSD
|
License: LGPLv3+ or BSD
|
||||||
URL: https://pypi.python.org/pypi/%{srcname}/
|
URL: http://lkiesow.github.io/%{name}/
|
||||||
|
|
||||||
Source0: https://pypi.python.org/packages/source/f/%{srcname}/%{srcname}-%{version}.tar.gz
|
Source0: https://pypi.python.org/packages/source/f/%{srcname}/%{srcname}-%{version}.tar.gz
|
||||||
|
|
||||||
|
@ -24,14 +24,13 @@ Requires: python-lxml
|
||||||
Requires: python-dateutil
|
Requires: python-dateutil
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module can be used to generate web feeds in both ATOM and RSS format. The
|
This module can be used to generate web feeds in both ATOM and RSS format. It
|
||||||
included PodcastGenerator can furthermore generate all of Apples RSS extension
|
has support for extensions. Included is for example an extension to produce
|
||||||
for Podcasts.
|
Podcasts.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{srcname}-%{version}
|
%setup -q -n %{srcname}-%{version}
|
||||||
# remove shebang from library files
|
|
||||||
sed -i '/^\#\!.*python$/d' %{srcname}/*.py
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
@ -55,5 +54,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 5 2013 Lars Kiesow <lkiesow@uos.de> - 0.2.2-1
|
||||||
|
- Update to version 0.2.2
|
||||||
|
|
||||||
* Sat May 4 2013 Lars Kiesow <lkiesow@uos.de> - 0.1-1
|
* Sat May 4 2013 Lars Kiesow <lkiesow@uos.de> - 0.1-1
|
||||||
- Initial build
|
- Initial build
|
||||||
|
|
Loading…
Reference in a new issue