Use the official 1.2 release

This commit is contained in:
Petr Viktorin 2015-02-13 15:34:20 +01:00
commit 61c690614d
4 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
/pyglet-1.2alpha1-repacked.tar.gz
/pyglet-1.2.0-repacked.tar.gz

View file

@ -2,7 +2,7 @@
VERSIONEDNAME=$1
wget -N http://pyglet.googlecode.com/files/${VERSIONEDNAME}.tar.gz
wget -N https://pypi.python.org/packages/source/p/pyglet/${VERSIONEDNAME}.tar.gz
tar xzvf ${VERSIONEDNAME}.tar.gz
pushd ${VERSIONEDNAME}
rm -rvf examples # includes non-free artwork

View file

@ -6,7 +6,7 @@
Name: python-%{srcname}
Version: %{srcversion}
Release: 0.11.alpha1%{?dist}
Release: 0.12%{?dist}
Summary: A cross-platform windowing and multimedia library for Python
License: BSD
@ -15,7 +15,7 @@ URL: http://www.pyglet.org/
# The upstream tarball includes some non-free files in the examples and tests,
# and a patented texture compression algorithm.
# Run the following (in rpmbuild/SOURCES) to generate the distributed tarball:
# $ sh pyglet-get-tarball.sh pyglet-1.2alpha1
# $ bash pyglet-get-tarball.sh pyglet-1.2.0
# See the script for details.
Source0: %{versionedname}-repacked.tar.gz
Source1: pyglet-get-tarball.sh
@ -131,6 +131,9 @@ popd
%changelog
* Wed Jan 28 2015 Petr Viktorin <pviktori@redhat.com> - 1.2-0.12
- Use the official 1.2 release
* Wed Jan 28 2015 Petr Viktorin <pviktori@redhat.com> - 1.2-0.11.alpha1
- Install LICENSE as a license file

View file

@ -1 +1 @@
f55f71bf7a478ce1ed3cd5f5fcb7f463 pyglet-1.2alpha1-repacked.tar.gz
8f2fb1794820444281273d88e2ea2030 pyglet-1.2.0-repacked.tar.gz