SPECS: gMUDvattix.spec (NEW) - initial revision
lisu
lisu at pld-linux.org
Sun Sep 16 20:55:34 CEST 2007
Author: lisu Date: Sun Sep 16 18:55:34 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial revision
---- Files affected:
SPECS:
gMUDvattix.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/gMUDvattix.spec
diff -u /dev/null SPECS/gMUDvattix.spec:1.1
--- /dev/null Sun Sep 16 20:55:34 2007
+++ SPECS/gMUDvattix.spec Sun Sep 16 20:55:29 2007
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+Summary: Client for Vattghern mud game
+Summary(pl.UTF-8): Klient dla muda Vattghern
+Name: gMUDvattix
+Version: 0.5.3
+Release: 1
+License: GPL v2+
+Group: Applications/Games
+Source0: http://www.vattghern.pl/pliki/%{name}-%{version}.tgz
+# Source0-md5: 5a3f04080d8001e73e15353a06be5edc
+URL: http://www.vattghern.pl/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gtk+2-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is offcial client for Vattghern mud game.
+
+%description -l pl.UTF-8
+Jest to oficjalny klient dla gry mudowej Vattghern.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO doc/gmudix.txt
+%attr(755,root,root) %{_bindir}/%{name}
+
+%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 2007/09/16 18:55:29 lisu
+- initial revision
+
================================================================
More information about the pld-cvs-commit
mailing list