[tintin/f15/master] 2.00.6 bump

Petr Sabata psabata at fedoraproject.org
Mon Mar 14 09:57:25 UTC 2011


commit 68a74c8bf4e11e806f8caf5cd0505d3242f381ab
Author: Petr Sabata <psabata at redhat.com>
Date:   Mon Mar 14 10:57:06 2011 +0100

    2.00.6 bump

 .gitignore                  |    1 +
 sources                     |    2 +-
 tintin-2.00.5-destdir.patch |   11 -----------
 tintin.spec                 |   28 +++++++++++++++-------------
 4 files changed, 17 insertions(+), 25 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6341ba6..de187b6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /tintin-2.00.5.tar.gz
+/tintin-2.00.6.tar.gz
diff --git a/sources b/sources
index bf0dae7..2213ea8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b57b824fc7bb9f25705816fb62027ec1  tintin-2.00.5.tar.gz
+96c8505ad2b28ff9189eff02de89de25  tintin-2.00.6.tar.gz
diff --git a/tintin.spec b/tintin.spec
index 449f07c..4eea483 100644
--- a/tintin.spec
+++ b/tintin.spec
@@ -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 at 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 at redhat.com> - 2.00.5-4
 - Changed documentation files structure, removed chmod's in favor of attr's
 - Thanks to William Lima


More information about the scm-commits mailing list