packages: performous-Composer/performous-Composer.spec - remove superfluous...

glen glen at pld-linux.org
Tue Dec 27 11:14:45 CET 2011


Author: glen                         Date: Tue Dec 27 10:14:45 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- remove superfluous params (provided by %cmake macro)
- do not use glob without extension in common dirs, may list dirs by accident

---- Files affected:
packages/performous-Composer:
   performous-Composer.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/performous-Composer/performous-Composer.spec
diff -u packages/performous-Composer/performous-Composer.spec:1.2 packages/performous-Composer/performous-Composer.spec:1.3
--- packages/performous-Composer/performous-Composer.spec:1.2	Sun Dec 25 20:58:52 2011
+++ packages/performous-Composer/performous-Composer.spec	Tue Dec 27 11:14:40 2011
@@ -16,6 +16,7 @@
 BuildRequires:	cmake
 BuildRequires:	ffmpeg-devel
 BuildRequires:	phonon-devel
+BuildRequires:	rpmbuild(macros) >= 1.600
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -25,13 +26,12 @@
 attractive interface to do the remaining manual work.
 
 Key features of Composer include:
-
-    - Song pitch analysis based on the esteemed algorithms from Perfomous.
-    - Zoomable interface to quickly get an overview or doing very precise
-      timing.
-    - Possibility to synthesize the notes to get a feel of their "sound".
-    - Import/export in various formats including: SingStar XML
-    - UltraStar TXT Frets on Fire MIDI
+- Song pitch analysis based on the esteemed algorithms from Perfomous.
+- Zoomable interface to quickly get an overview or doing very precise
+  timing.
+- Possibility to synthesize the notes to get a feel of their "sound".
+- Import/export in various formats including: SingStar XML
+- UltraStar TXT Frets on Fire MIDI
 
 Composer has a rather distinguished workflow: for example, the lyrics
 are imported as a whole and each time you manually put a note in
@@ -42,26 +42,19 @@
 
 %prep
 %setup -qc
-
 %patch0 -p1
 %patch1 -p1
 
 %build
-mkdir build
+install -d build
 cd build
 %cmake .. \
-	-DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \
-	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
 	-DQT_QMAKE_EXECUTABLE=%{_bindir}/qmake-qt4 \
-%if "%{_lib}" == "lib64"
-	-DLIB_SUFFIX=64
-%endif
 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} -C build install \
 	DESTDIR=$RPM_BUILD_ROOT
 
@@ -72,8 +65,8 @@
 %defattr(644,root,root,755)
 %doc docs/*.{txt,html}
 %attr(755,root,root) %{_bindir}/composer
-%{_pixmapsdir}/*
-%{_desktopdir}/*
+%{_pixmapsdir}/*.png
+%{_desktopdir}/*.desktop
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -81,9 +74,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2011/12/27 10:14:40  glen
+- remove superfluous params (provided by %cmake macro)
+- do not use glob without extension in common dirs, may list dirs by accident
+
 Revision 1.2  2011/12/25 19:58:52  jajcus
 - note split fix
 
 Revision 1.1  2011/12/25 19:28:55  jajcus
 - new package
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/performous-Composer/performous-Composer.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list