2.00.6 bump

This commit is contained in:
Petr Sabata 2011-03-14 10:57:06 +01:00
parent 25da9815a7
commit 68a74c8bf4
4 changed files with 17 additions and 25 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/tintin-2.00.5.tar.gz
/tintin-2.00.6.tar.gz

View File

@ -1 +1 @@
b57b824fc7bb9f25705816fb62027ec1 tintin-2.00.5.tar.gz
96c8505ad2b28ff9189eff02de89de25 tintin-2.00.6.tar.gz

View File

@ -1,11 +0,0 @@
--- tt/src/Makefile.in 2010-04-03 05:36:13.000000000 +0200
+++ tt/src/Makefile.in.new 2011-02-15 18:17:59.804559301 +0100
@@ -26,7 +26,7 @@
prefix = @prefix@
exec_prefix = @exec_prefix@
-bindir = @bindir@
+bindir = ${DESTDIR}/usr/bin
docdir = @prefix@/doc
#this is the standard CFLAGS options, this is what most people should use

View File

@ -1,12 +1,11 @@
Name: tintin
Version: 2.00.5
Release: 4%{?dist}
Version: 2.00.6
Release: 1%{?dist}
Summary: TinTin++, aka tt++, is a free MUD client
Group: Applications/Internet
License: GPLv2+
URL: http://tintin.sourceforge.net/
Source0: http://garr.dl.sourceforge.net/project/%{name}/TinTin%2B%2B%20Source%20Code/%{version}/%{name}-%{version}.tar.gz
Patch0: tintin-2.00.5-destdir.patch
BuildRequires: pcre-devel
BuildRequires: zlib-devel
@ -28,7 +27,6 @@ TinTin++, aka tt++, MUD client documentation and examples.
%prep
%setup -q -n tt
%patch0 -p1 -b .destdir
%build
cd src
@ -39,22 +37,26 @@ make %{?_smp_mflags}
cd src
make install DESTDIR=%{buildroot}
cd ../mods
iconv -f latin1 -t utf8 igr.mods > igr.mods.utf8 && mv igr.mods.utf8 igr.mods
%files
%defattr(-,root,root,755)
%doc %attr(644,root,root) COPYING
%doc %attr(644,root,root) CREDITS FAQ INSTALL README
%doc %attr(755,root,root) mods
%defattr(-,root,root,-)
%doc COPYING
%doc CREDITS FAQ INSTALL README
%doc mods
%{_bindir}/tt++
%files doc
%defattr(-,root,root,755)
%doc %attr(644,root,root) COPYING
%doc %attr(644,root,root) SCRIPTS
%doc %attr(644,root,root) docs/*
%defattr(-,root,root,-)
%doc COPYING
%doc SCRIPTS
%doc docs/*
%changelog
* Mon Mar 14 2011 Petr Sabata <psabata@redhat.com> - 2.00.6-1
- 2.00.6 bump
- Removing obsolete attr definitions and utf8 conversion
- Upstream now supports DESTDIR, removing the DESTDIR patch
* Wed Feb 16 2011 Petr Sabata <psabata@redhat.com> - 2.00.5-4
- Changed documentation files structure, removed chmod's in favor of attr's
- Thanks to William Lima