2.00.9 bump

This commit is contained in:
Petr Šabata 2013-01-02 14:39:16 +01:00
parent 88383302ee
commit 7b2d16daa2
3 changed files with 11 additions and 5 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/tintin-2.00.6.tar.gz
/tintin-2.00.7.tar.gz
/tintin-2.00.8.tar.gz
/tintin-2.00.9.tar.gz

View File

@ -1 +1 @@
5c76c75c0798610569e1fbf8168857a7 tintin-2.00.8.tar.gz
633bb31a01d586d001bbf5f7f7833e87 tintin-2.00.9.tar.gz

View File

@ -1,6 +1,6 @@
Name: tintin
Version: 2.00.8
Release: 3%{?dist}
Version: 2.00.9
Release: 1%{?dist}
Summary: TinTin++, aka tt++, is a free MUD client
Group: Applications/Internet
License: GPLv2+
@ -27,6 +27,8 @@ TinTin++, aka tt++, MUD client documentation and examples.
%prep
%setup -q -n tt
find . -type f -exec chmod 644 {} +
chmod a+x src/configure
%build
cd src
@ -36,11 +38,10 @@ make %{?_smp_mflags}
%install
cd src
make install DESTDIR=%{buildroot}
cd ../mods
%files
%doc COPYING
%doc CREDITS FAQ INSTALL README TODO
%doc CREDITS FAQ README TODO
%doc mods
%{_bindir}/tt++
@ -50,6 +51,10 @@ cd ../mods
%doc docs/*
%changelog
* Wed Jan 02 2013 Petr Šabata <contyk@redhat.com> - 2.00.9-1
- 2.00.9 bump
- Fix the source file permissions once again
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.00.8-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild