Author: qboosh Date: Sun Oct 24 17:05:55 2010 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.1.0 - removed obsolete qt_test patch; uses Qt 4 now
---- Files affected: packages/dssi: dssi.spec (1.14 -> 1.15) , dssi-qt_test.patch (1.1 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: packages/dssi/dssi.spec diff -u packages/dssi/dssi.spec:1.14 packages/dssi/dssi.spec:1.15 --- packages/dssi/dssi.spec:1.14 Tue Aug 24 20:11:13 2010 +++ packages/dssi/dssi.spec Sun Oct 24 19:05:46 2010 @@ -2,15 +2,15 @@ Summary: Disposable Soft Synth Interface specification Summary(pl.UTF-8): Specyfikacja Disposable Soft Synth Interface Name: dssi -Version: 1.0.0 -Release: 3 +Version: 1.1.0 +Release: 1 License: LGPL v2.1 Group: Development/Libraries -Source0: http://dl.sourceforge.net/dssi/%{name}-%{version}.tar.gz -# Source0-md5: bc4c50f9f9b3cd13019718266f8f15af -Patch0: %{name}-qt_test.patch -Patch1: %{name}-lib64.patch +Source0: http://downloads.sourceforge.net/dssi/%{name}-%{version}.tar.gz +# Source0-md5: dfc850e66fae94e7ec08aebb43d07848 +Patch0: %{name}-lib64.patch URL: http://dssi.sourceforge.net/ +BuildRequires: QtGui-devel >= 4.0.1 BuildRequires: alsa-lib-devel >= 0.9 BuildRequires: autoconf BuildRequires: automake @@ -19,10 +19,9 @@ BuildRequires: liblo-devel >= 0.12 BuildRequires: libsamplerate-devel BuildRequires: libsndfile-devel -BuildRequires: libsndfile-devel BuildRequires: libtool BuildRequires: pkgconfig -BuildRequires: qt-devel >= 3.3 +BuildRequires: qt4-build >= 4.0.1 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -96,9 +95,8 @@ %prep %setup -q -%patch0 -p1 %if "%{_lib}" == "lib64" -%patch1 -p1 +%patch0 -p1 %endif %build @@ -108,9 +106,6 @@ %{__autoheader} %{__automake} -CFLAGS="$CFLAGS -I%{_includedir}/qt" -CPPFLAGS="$CPPFLAGS -I%{_includedir}/qt" -export QTDIR=%{_prefix} %configure %{__make} @@ -120,7 +115,7 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -rm -f $RPM_BUILD_ROOT%{_libdir}/dssi/*.la +%{__rm} $RPM_BUILD_ROOT%{_libdir}/dssi/*.la %clean rm -rf $RPM_BUILD_ROOT @@ -128,10 +123,12 @@ %files %defattr(644,root,root,755) %doc ChangeLog README doc/TODO doc/*.txt +%attr(755,root,root) %{_bindir}/dssi_analyse_plugin +%attr(755,root,root) %{_bindir}/dssi_list_plugins %attr(755,root,root) %{_bindir}/dssi_osc_send %attr(755,root,root) %{_bindir}/dssi_osc_update %dir %{_libdir}/dssi -%{_mandir}/man1/dssi* +%{_mandir}/man1/dssi*.1* %files devel %defattr(644,root,root,755) @@ -141,7 +138,7 @@ %files host-jack %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/jack-dssi-host -%{_mandir}/man1/jack-dssi-host.* +%{_mandir}/man1/jack-dssi-host.1* %files examples %defattr(644,root,root,755) @@ -161,6 +158,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15 2010/10/24 17:05:46 qboosh +- updated to 1.1.0 +- removed obsolete qt_test patch; uses Qt 4 now + Revision 1.14 2010/08/24 18:11:13 hawk - release 3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dssi/dssi.spec?r1=1.14&r2=1.15&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
