Author: jajcus Date: Sun Nov 28 13:03:14 2010 GMT Module: packages Tag: HEAD ---- Log message: - Version: 0.6.1
---- Files affected: packages/performous: performous.spec (1.14 -> 1.15) ---- Diffs: ================================================================ Index: packages/performous/performous.spec diff -u packages/performous/performous.spec:1.14 packages/performous/performous.spec:1.15 --- packages/performous/performous.spec:1.14 Mon Nov 15 19:31:45 2010 +++ packages/performous/performous.spec Sun Nov 28 14:03:05 2010 @@ -1,12 +1,12 @@ # $Revision$, $Date$ Summary: Performous - a free cross-platform singing game Name: performous -Version: 0.5.1 -Release: 8 +Version: 0.6.1 +Release: 1 License: GPL v2+ Group: Applications Source0: http://dl.sourceforge.net/performous/Performous-%{version}-Source.tar.bz2 -# Source0-md5: 3c86c4810111e1c45e7b8ab4aa321d7d +# Source0-md5: 451a759de77984b5a699e91107fe52e2 URL: http://performous.org/ BuildRequires: ImageMagick-c++-devel BuildRequires: SDL-devel @@ -26,6 +26,7 @@ BuildRequires: pango-devel BuildRequires: pkgconfig BuildRequires: pulseaudio-devel +Suggests: %{name}-tools BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -43,6 +44,13 @@ For those who sing rather than well, a karaoke mode is provided. In this mode only lyrics are displayed and there are no notes or scoring. +%package tools +Summary: Performous tools +Group: Applications + +%description tools +Provides several utilities for converting data files for Performous. + %prep %setup -qn Performous-%{version}-Source %{__sed} -i 's:png12:png14:g' cmake/Modules/FindPng.cmake @@ -61,10 +69,13 @@ %install rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_mandir}/man1 %{__make} -C build install \ DESTDIR=$RPM_BUILD_ROOT +install docs/man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1/ + %find_lang %{name} --all-name %clean @@ -73,21 +84,29 @@ %files -f %{name}.lang %defattr(644,root,root,755) %doc docs/*.txt -%attr(755,root,root) %{_bindir}/* -%dir %{_libdir}/%{name} -%dir %{_libdir}/%{name}/libda-1 -%attr(755,root,root) %{_libdir}/%{name}/libda-1/*.so +%attr(755,root,root) %{_bindir}/performous %{_datadir}/games/%{name} %{_mandir}/man6/* %{_pixmapsdir}/* %{_desktopdir}/* +%files tools +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/gh_* +%attr(755,root,root) %{_bindir}/itg_pck +%attr(755,root,root) %{_bindir}/ss_* +%{_mandir}/man1/* + + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[email protected]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15 2010/11/28 13:03:05 jajcus +- Version: 0.6.1 + Revision 1.14 2010/11/15 18:31:45 arekm - release 8 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/performous/performous.spec?r1=1.14&r2=1.15&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
