]> git.pld-linux.org Git - packages/performous.git/commitdiff
- Version: 0.6.1 auto/th/performous-0_6_1-1
authorJacek Konieczny <jajcus@pld-linux.org>
Sun, 28 Nov 2010 13:03:05 +0000 (13:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    performous.spec -> 1.15

performous.spec

index 790cc569161178e4409824d14d25d06a9338539b..0f2a7673ca356cc79fdf06bfa608519c09aaaba8 100644 (file)
@@ -1,11 +1,11 @@
 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
@@ -25,6 +25,7 @@ BuildRequires:        libxml++-devel
 BuildRequires: pango-devel
 BuildRequires: pkgconfig
 BuildRequires: pulseaudio-devel
+Suggests:      %{name}-tools
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -42,6 +43,13 @@ actual karaoke versions are rare.
 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
@@ -60,10 +68,13 @@ cd build
 
 %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
@@ -72,11 +83,15 @@ rm -rf $RPM_BUILD_ROOT
 %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/*
This page took 0.035077 seconds and 4 git commands to generate.