]> git.pld-linux.org Git - packages/ascal.git/commitdiff
- new
authorlisu <lisu@pld-linux.org>
Wed, 31 Oct 2007 22:14:33 +0000 (22:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ascal.spec -> 1.1

ascal.spec [new file with mode: 0644]

diff --git a/ascal.spec b/ascal.spec
new file mode 100644 (file)
index 0000000..6dea52c
--- /dev/null
@@ -0,0 +1,57 @@
+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
This page took 0.060752 seconds and 4 git commands to generate.