Skip to content

Commit

Permalink
New RPMs for v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lkiesow committed Jul 21, 2013
1 parent 8b99518 commit 4c5a7d1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
10 changes: 8 additions & 2 deletions python-feedgen.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)


BuildArch: noarch
BuildRequires: python-devel
BuildRequires: python2-devel
BuildRequires: python-setuptools
Requires: python-lxml
Requires: python-dateutil
Expand Down Expand Up @@ -52,7 +52,13 @@ rm -rf $RPM_BUILD_ROOT

%changelog
* Mon Jul 22 2013 Lars Kiesow <[email protected]> - 0.2.5-1
- Update to version 0.2.5
- Updated to 0.2.5-1

* Thu May 16 2013 Lars Kiesow <[email protected]> - 0.2.4-1
- Update to 0.2.4

* Tue May 14 2013 Lars Kiesow <[email protected]> - 0.2.3-1
- Update to 0.2.3

* Sun May 5 2013 Lars Kiesow <[email protected]> - 0.2.2-1
- Update to version 0.2.2
Expand Down
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ Installation
If you are running Fedora Linux, Redhat Enterprise Linux, CentOS or Scientific
Linux you can use one of the following packages:

- [python-feedgen-0.2.4-1.fc18.noarch.rpm](https://docs.google.com/file/d/0B_bDfxNKSsxpVTVLZDEwenM5VkE/edit?usp=sharing)
- [python-feedgen-0.2.4-1.fc17.noarch.rpm](https://docs.google.com/file/d/0B_bDfxNKSsxpWDNvQlVQLVVlTEU/edit?usp=sharing)
- [python-feedgen-0.2.4-1.el6.noarch.rpm](https://docs.google.com/file/d/0B_bDfxNKSsxpZ2ZJVHRPWGRub2s/edit?usp=sharing)
- [python-feedgen-0.2.5-1.fc19.noarch.rpm](http://larskiesow.de/python-feedgen/python-feedgen-0.2.5-1.fc19.noarch.rpm)
- [python-feedgen-0.2.5-1.fc17.noarch.rpm](http://larskiesow.de/python-feedgen/python-feedgen-0.2.5-1.fc17.noarch.rpm)
- [python-feedgen-0.2.5-1.el6.noarch.rpm](http://larskiesow.de/python-feedgen/python-feedgen-0.2.5-1.el6.noarch.rpm)

Simply download the file and run::

$ yum localinstall python-feedgen-...noarch.rpm

If you want to build RPMs for other distributions you can use the following Source RPM:

- [python-feedgen-0.2.4-1.fc18.src.rpm](https://docs.google.com/file/d/0B_bDfxNKSsxpQkJzWTdnSEUwMms/edit?usp=sharing)
- [python-feedgen-0.2.5-1.fc19.src.rpm](http://larskiesow.de/python-feedgen/python-feedgen-0.2.5-1.fc19.src.rpm)

**Using pip**

Expand Down

0 comments on commit 4c5a7d1

Please sign in to comment.