Author: lisu Date: Tue Dec 14 11:45:30 2010 GMT Module: packages Tag: HEAD ---- Log message: - up to 0.4 - more fixes - package more files - not tested
---- Files affected: packages/billiards: billiards.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/billiards/billiards.spec diff -u packages/billiards/billiards.spec:1.1 packages/billiards/billiards.spec:1.2 --- packages/billiards/billiards.spec:1.1 Thu Oct 15 15:19:44 2009 +++ packages/billiards/billiards.spec Tue Dec 14 12:45:24 2010 @@ -2,12 +2,12 @@ Summary: Free cue sports simulator Summary(pl.UTF-8): Darmowy symulator bilarda Name: billiards -Version: 0.3 +Version: 0.4 Release: 0.1 License: GPL v3+ Group: X11/Applications/Games Source0: http://download.savannah.gnu.org/releases/billiards/%{name}-%{version}.tar.gz -# Source0-md5: 11b1b3653de75be8434be98171e92081 +# Source0-md5: 6bcee44199f85a7b6710dc0e06f0db75 URL: http://www.nongnu.org/billiards/ BuildRequires: autoconf BuildRequires: automake @@ -31,7 +31,8 @@ %prep %setup -q %{__sed} -i 's,techne/,,' src/Makefile.am -%{__sed} -i 's,/techne,,' src/billiards.in +%{__sed} -i 's,/techne,,;s,@techne@,%{_bindir}/techne.bin,' src/billiards.in +%{__sed} -i 's,billiards/,%{_datadir}/billiards/,' src/billiards.lua %build %{__aclocal} @@ -46,6 +47,9 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +# remove symlink +%{__rm} $RPM_BUILD_ROOT%{_mandir}/man6/billiards-browser.6 + %clean rm -rf $RPM_BUILD_ROOT @@ -53,7 +57,9 @@ %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README %attr(755,root,root) %{_bindir}/billiards +%attr(755,root,root) %{_bindir}/billiards-browser %{_datadir}/%{name} +%{_mandir}/man6/*.6* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -61,6 +67,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2010/12/14 11:45:24 lisu +- up to 0.4 +- more fixes +- package more files +- not tested + Revision 1.1 2009/10/15 13:19:44 lisu - new - not playable because of ode's errors (read ode's TODO) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/billiards/billiards.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
