Author: sls                          Date: Mon Mar 31 02:44:11 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed install section
- update BR
- more verbose files
- added TODO

---- Files affected:
SPECS:
   rosegarden4.spec (1.25 -> 1.26) 

---- Diffs:

================================================================
Index: SPECS/rosegarden4.spec
diff -u SPECS/rosegarden4.spec:1.25 SPECS/rosegarden4.spec:1.26
--- SPECS/rosegarden4.spec:1.25 Mon Mar 31 04:15:14 2008
+++ SPECS/rosegarden4.spec      Mon Mar 31 04:44:05 2008
@@ -1,4 +1,9 @@
 # $Revision$, $Date$
+# TODO:
+#      installed but unpackaged
+#         /usr/share/apps/profiles/rosegarden.profile.xml
+#         /usr/share/locale/en/LC_MESSAGES/rosegarden.mo
+#      rename spec to rosegarden
 #
 %define                _name           rosegarden
 #
@@ -17,10 +22,13 @@
 BuildRequires: alsa-lib-devel
 BuildRequires: cmake
 BuildRequires: dssi >= 0.4
+BuildRequires: fftw3-single-devel
+BuildRequires: gettext-devel
 BuildRequires: jack-audio-connection-kit-devel >= 0.80.0
 BuildRequires: kdelibs-devel >= 3.1
 BuildRequires: ladspa-devel
 BuildRequires: liblrdf-devel
+BuildRequires: lirc-devel
 BuildRequires: pkgconfig >= 0.15
 BuildRequires: rpmbuild(macros) >= 1.129
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -40,20 +48,18 @@
 #patch1 -p1
 
 %build
-%cmake .
+%cmake . \
+       -DWANT_LIRC=YES
 %{__make}
        
 %install
 rm -rf $RPM_BUILD_ROOT
 
-scons install \
+%{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT%{_desktopdir}/kde
 
-mv $RPM_BUILD_ROOT%{_datadir}/applnk/Applications/rosegarden.desktop \
-       $RPM_BUILD_ROOT%{_desktopdir}/kde
-
 rm -rf $RPM_BUILD_ROOT%{_iconsdir}/locolor
 
 %find_lang %{_name} --with-kde
@@ -67,7 +73,11 @@
 %files -f %{_name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS README TRANSLATORS
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/rosegarden
+%attr(755,root,root) %{_bindir}/rosegarden-audiofile-importer
+%attr(755,root,root) %{_bindir}/rosegarden-lilypondview
+%attr(755,root,root) %{_bindir}/rosegarden-project-package
+%attr(755,root,root) %{_bindir}/rosegardensequencer
 %{_datadir}/apps/rosegarden
 %{_desktopdir}/kde/rosegarden.desktop
 %{_iconsdir}/[!l]*/*/*/*.png
@@ -79,6 +89,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.26  2008-03-31 02:44:05  sls
+- fixed install section
+- update BR
+- more verbose files
+- added TODO
+
 Revision 1.25  2008-03-31 02:15:14  sls
 - cmake instead of scons
 - temporary disabled install.patch
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rosegarden4.spec?r1=1.25&r2=1.26&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to