SPECS: rosegarden4.spec - cmake instead of scons - temporary disab...
sls
sls at pld-linux.org
Mon Mar 31 04:15:19 CEST 2008
Author: sls Date: Mon Mar 31 02:15:19 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- cmake instead of scons
- temporary disabled install.patch
---- Files affected:
SPECS:
rosegarden4.spec (1.24 -> 1.25)
---- Diffs:
================================================================
Index: SPECS/rosegarden4.spec
diff -u SPECS/rosegarden4.spec:1.24 SPECS/rosegarden4.spec:1.25
--- SPECS/rosegarden4.spec:1.24 Mon Mar 31 03:54:17 2008
+++ SPECS/rosegarden4.spec Mon Mar 31 04:15:14 2008
@@ -15,6 +15,7 @@
Patch1: %{name}-install.patch
URL: http://www.rosegardenmusic.com/
BuildRequires: alsa-lib-devel
+BuildRequires: cmake
BuildRequires: dssi >= 0.4
BuildRequires: jack-audio-connection-kit-devel >= 0.80.0
BuildRequires: kdelibs-devel >= 3.1
@@ -22,7 +23,6 @@
BuildRequires: liblrdf-devel
BuildRequires: pkgconfig >= 0.15
BuildRequires: rpmbuild(macros) >= 1.129
-BuildRequires: scons
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -37,13 +37,11 @@
%prep
%setup -q -n %{_name}-%{version}
%patch0 -p1
-%patch1 -p1
+#patch1 -p1
%build
-export CXXFLAGS="%{rpmcflags}"
-scons configure \
- qtincludes=%{_includedir}/qt
-scons
+%cmake .
+%{__make}
%install
rm -rf $RPM_BUILD_ROOT
@@ -81,6 +79,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.25 2008-03-31 02:15:14 sls
+- cmake instead of scons
+- temporary disabled install.patch
+
Revision 1.24 2008-03-31 01:54:17 sls
- ver. 1.6.1 (NFY)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rosegarden4.spec?r1=1.24&r2=1.25&f=u
More information about the pld-cvs-commit
mailing list