SPECS: ladspa-cmt-plugins.spec - updated to 1.16 - updated makefile patch

qboosh qboosh at pld-linux.org
Sun Jul 20 22:05:21 CEST 2008


Author: qboosh                       Date: Sun Jul 20 20:05:21 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.16
- updated makefile patch

---- Files affected:
SPECS:
   ladspa-cmt-plugins.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/ladspa-cmt-plugins.spec
diff -u SPECS/ladspa-cmt-plugins.spec:1.10 SPECS/ladspa-cmt-plugins.spec:1.11
--- SPECS/ladspa-cmt-plugins.spec:1.10	Sun Jun 17 22:31:36 2007
+++ SPECS/ladspa-cmt-plugins.spec	Sun Jul 20 22:05:16 2008
@@ -3,12 +3,12 @@
 Summary:	A collection of LADSPA plugins from Computer Music Toolkit
 Summary(pl.UTF-8):	Kolekcja wtyczek LADSPA z projektu Computer Music Toolkit
 Name:		ladspa-cmt-plugins
-Version:	1.15
+Version:	1.16
 Release:	1
 License:	GPL
 Group:		Applications/Sound
 Source0:	http://www.ladspa.org/download/%{_name}_src_%{version}.tgz
-# Source0-md5:	aa2f0609aca8b698625d86170c426e2c
+# Source0-md5:	15a875e5aaf79c209c223babfb41cb1c
 Patch0:		%{name}-makefile.patch
 Patch1:		%{name}-compile.patch
 URL:		http://www.ladspa.org/
@@ -33,13 +33,14 @@
 
 %build
 %{__make} -C src \
+	CXX="%{__cxx}" \
 	OPTFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_libdir}/ladspa
 
-%{__make} install -C src \
+%{__make} -C src install \
 	DESTDIR=$RPM_BUILD_ROOT \
 	INSTALL_PLUGINS_DIR=%{_libdir}/ladspa
 
@@ -49,7 +50,7 @@
 %files
 %defattr(644,root,root,755)
 %doc README doc/*.html
-%attr(755,root,root) %{_libdir}/ladspa/*.so
+%attr(755,root,root) %{_libdir}/ladspa/cmt.so
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -57,6 +58,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2008/07/20 20:05:16  qboosh
+- updated to 1.16
+- updated makefile patch
+
 Revision 1.10  2007/06/17 20:31:36  sls
 - added compile.patch
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ladspa-cmt-plugins.spec?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list