SPECS: kbilliards.spec (NEW) - new

shadzik shadzik at pld-linux.org
Sun Jun 4 22:18:10 CEST 2006


Author: shadzik                      Date: Sun Jun  4 20:18:10 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/kbilliards.spec
diff -u /dev/null SPECS/kbilliards.spec:1.1
--- /dev/null	Sun Jun  4 22:18:10 2006
+++ SPECS/kbilliards.spec	Sun Jun  4 22:18:05 2006
@@ -0,0 +1,73 @@
+# $Revision$, $Date$
+Summary:	kbilliards - a funny billiards simulator
+Summary(de):	kbilliards - ein lustiger Billiard Simulator
+Summary(pl):	kbilliards - zabawny symulator bilarda
+Name:		kbilliards
+Version:	0.8.7
+Release:	0.1
+License:	GPL
+Group:		X11/Applications/Games
+Source0:	http://www.hostnotfound.it/kbilliards/%{name}-%{version}.tar.bz2
+# Source0-md5:	e84ce7ba32c8e49ce0843e6f119446f4
+URL:		http://www.hostnotfound.it/kbilliards.php
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	kdelibs-devel >= 9:3.2.0
+BuildRequires:	rpmbuild(macros) >= 1.129
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A funny billiards simulator game, under KDE.
+
+%description -l de
+Ein lustiger Billiard Simulator unter KDE.
+
+%description -l pl
+Zabawny symulator bilarda pod KDE.
+ 
+%prep
+%setup -q
+
+%build
+cp -f /usr/share/automake/config.sub admin
+%{__make} -f Makefile.cvs
+%configure \
+%if "%{_lib}" == "lib64"
+	--enable-libsuffix=64 \
+%endif
+	--%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
+	--with-qt-libraries=%{_libdir}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir}}
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	kde_htmldir=%{_kdedocdir} \
+	kde_libs_htmldir=%{_kdedocdir} \
+	kdelnkdir=%{_desktopdir} \
+
+%find_lang %{name} --with-kde
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/apps/kbilliards*
+%{_datadir}/applications/kbilliards.desktop
+%{_iconsdir}/hicolor/*/*/*.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  2006/06/04 20:18:05  shadzik
+- new
+
================================================================


More information about the pld-cvs-commit mailing list