Fix readme packaging

Signed-off-by: Lars Kiesow <lkiesow@uos.de>
This commit is contained in:
Lars Kiesow 2017-01-05 01:25:31 +01:00
parent 0b06987ccd
commit 68248e46a0
No known key found for this signature in database
GPG key ID: 5DAFE8D9C823CE73
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
include license.bsd license.lgpl readme.md
include license.bsd license.lgpl readme.rst
recursive-include docs *.html *.css *.png *.gif *.js

View file

@ -45,7 +45,7 @@ Podcasts.
%prep
%setup -q -n %{srcname}-%{version}
mkdir python2
mv PKG-INFO docs feedgen license.bsd license.lgpl readme.md setup.py python2
mv PKG-INFO docs feedgen license.bsd license.lgpl readme.rst setup.py python2
cp -r python2 python3
# ensure the right python version is used