SPECS: tintin.spec (NEW) - initial PLD release
lisu
lisu at pld-linux.org
Sun Dec 17 12:54:37 CET 2006
Author: lisu Date: Sun Dec 17 11:54:37 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial PLD release
---- Files affected:
SPECS:
tintin.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/tintin.spec
diff -u /dev/null SPECS/tintin.spec:1.1
--- /dev/null Sun Dec 17 12:54:37 2006
+++ SPECS/tintin.spec Sun Dec 17 12:54:32 2006
@@ -0,0 +1,55 @@
+# $Revision$, $Date$
+Summary: A mud client that runs in console mode
+Summary(pl): Klient mudowy uruchamiany spod konsoli
+Name: tintin
+Version: 1.96.4
+Release: 1
+License: GPL v2+
+Group: X11/Applications/Games
+Source0: http://dl.sourceforge.net/tintin/%{name}-%{version}.tar.gz
+# Source0-md5: 4f171b8f73d29dd88934992114a5b683
+Patch0: %{name}-Makefile.patch
+URL: http://tintin.sourceforge.net/
+BuildRequires: readline-devel
+BuildRequires: zlib-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+TinTin++ is a mud client that runs in console mode.
+
+%description -l pl
+TinTin++ jest klientem mudowym uruchamianym spod konsoli.
+
+%prep
+%setup -q -n tt
+%patch0 -p1
+
+%build
+cd src/
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+%{__make} -C src/ install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CREDITS FAQ README TODO docs/*.txt
+%attr(755,root,root) %{_bindir}/*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/12/17 11:54:32 lisu
+- initial PLD release
+
================================================================
More information about the pld-cvs-commit
mailing list