Author: lisu Date: Mon Dec 8 10:05:10 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - 1.98.7 - +x for configure script - name of binary file is now tintin (not tt++)
---- Files affected: SPECS: tintin.spec (1.22 -> 1.23) ---- Diffs: ================================================================ Index: SPECS/tintin.spec diff -u SPECS/tintin.spec:1.22 SPECS/tintin.spec:1.23 --- SPECS/tintin.spec:1.22 Tue Nov 25 14:20:27 2008 +++ SPECS/tintin.spec Mon Dec 8 11:05:05 2008 @@ -2,12 +2,12 @@ Summary: A mud client that runs in console mode Summary(pl.UTF-8): Klient mudowy uruchamiany na terminalu tekstowym Name: tintin -Version: 1.98.6 +Version: 1.98.7 Release: 1 License: GPL v2+ Group: Applications/Games Source0: http://dl.sourceforge.net/tintin/%{name}-%{version}.tar.gz -# Source0-md5: 13beababaeef255a073685cc1dc9b955 +# Source0-md5: 0ef0e6695ca3d1fb11676fdcae6339d6 URL: http://tintin.sourceforge.net/ BuildRequires: readline-devel BuildRequires: sed >= 4.0 @@ -24,6 +24,12 @@ %setup -q -n tt %{__sed} -i -e 's@/usr/[EMAIL PROTECTED](DESTDIR)/usr/[EMAIL PROTECTED]' src/Makefile.in +# change binary file name to better one +%{__sed} -i -e '[EMAIL PROTECTED]@[EMAIL PROTECTED]' src/Makefile.in + +# make configure script executable +chmod 755 src/configure + %build cd src %configure @@ -50,6 +56,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.23 2008/12/08 10:05:05 lisu +- 1.98.7 +- +x for configure script +- name of binary file is now tintin (not tt++) + Revision 1.22 2008/11/25 13:20:27 lisu - 1.98.6 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tintin.spec?r1=1.22&r2=1.23&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
