SPECS: ascal.spec (NEW) - new

lisu lisu at pld-linux.org
Wed Oct 31 23:14:39 CET 2007


Author: lisu                         Date: Wed Oct 31 22:14:39 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   ascal.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/ascal.spec
diff -u /dev/null SPECS/ascal.spec:1.1
--- /dev/null	Wed Oct 31 23:14:39 2007
+++ SPECS/ascal.spec	Wed Oct 31 23:14:33 2007
@@ -0,0 +1,68 @@
+# $Revision$, $Date$
+Summary:	Gnome Version of the board game Lasca
+Summary(pl.UTF-8):	Wersja gry Lasca dla Gnome
+Name:		ascal
+Version:	0.1.1
+Release:	1
+License:	GPL v2+
+Group:		X11/Applications/Games
+Source0:	http://dl.sourceforge.net/ascal/%{name}-%{version}.tar.bz2
+# Source0-md5:	d0121cac9ab3af6b5ef6501fd602b96c
+Patch0:		%{name}-desktop.patch
+URL:		http://sourceforge.net/projects/ascal/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	libglademm >= 2.4.0
+BuildRequires:	libgnomecanvasmm-devel >= 2.0.0
+BuildRequires:	libsigc++-devel >= 2.0.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Lasca is a game similar to Draughts but with some really cool
+enhancements.
+
+%description -l pl.UTF-8
+Lasca jest to gra podobna do Warcabów ale posiada wiele ciekawych
+ulepszeń.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__intltoolize}
+%{__aclocal} -I m4/
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name} --all-name
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README THANKS
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%{_desktopdir}/%{name}.desktop
+%{_pixmapsdir}/%{name}.png
+
+%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/10/31 22:14:33  lisu
+- new
+
================================================================


More information about the pld-cvs-commit mailing list