SPECS: dssi.spec - fixed packaging thinko by separating -host-jack...
qboosh
qboosh at pld-linux.org
Tue Dec 26 01:20:01 CET 2006
Author: qboosh Date: Tue Dec 26 00:20:01 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed packaging thinko by separating -host-jack
(devel shouldn't depend on jack; see README)
- release 2
---- Files affected:
SPECS:
dssi.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SPECS/dssi.spec
diff -u SPECS/dssi.spec:1.3 SPECS/dssi.spec:1.4
--- SPECS/dssi.spec:1.3 Sat Nov 26 22:06:26 2005
+++ SPECS/dssi.spec Tue Dec 26 01:19:55 2006
@@ -3,21 +3,21 @@
Summary(pl): Specyfikacja Disposable Soft Synth Interface
Name: dssi
Version: 0.9.1
-Release: 1
+Release: 2
License: LGPL v2.1
Group: Development/Libraries
Source0: http://dl.sourceforge.net/dssi/%{name}-%{version}.tar.gz
# Source0-md5: 1a353c3ae80328cded838853ddf52164
URL: http://dssi.sourceforge.net/
-BuildRequires: alsa-lib-devel
+BuildRequires: alsa-lib-devel >= 0.9
BuildRequires: jack-audio-connection-kit-devel
-BuildRequires: ladspa-devel
-BuildRequires: liblo-devel
+BuildRequires: ladspa-devel >= 1.0
+BuildRequires: liblo-devel >= 0.12
# lib{sndfile,samplerate} are req. to build examples
#BuildRequires: libsndfile-devel
#BuildRequires: libsamplerate-devel
-Requires: alsa-lib-devel
-Requires: ladspa-devel
+Requires: alsa-lib-devel >= 0.9
+Requires: ladspa-devel >= 1.0
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -49,6 +49,18 @@
specyfikacji oraz udokumentowanego pliku nagłówkowego definiującego
API C.
+%package host-jack
+Summary: A simple JACK/ALSA-sequencer plugin host
+Summary(pl): Prosty host wtyczek sekwencera JACK/ALSA
+Group: Applications/Sound
+Requires: liblo >= 0.12
+
+%description host-jack
+A simple JACK/ALSA-sequencer plugin host.
+
+%description host-jack -l pl
+Prosty host wtyczek sekwencera JACK/ALSA.
+
%prep
%setup -q
@@ -68,16 +80,24 @@
%files
%defattr(644,root,root,755)
%doc ChangeLog README doc/TODO doc/*.txt
-%attr(755,root,root) %{_bindir}/jack-dssi-host
%{_includedir}/dssi.h
%{_pkgconfigdir}/dssi.pc
+%files host-jack
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/jack-dssi-host
+
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2006/12/26 00:19:55 qboosh
+- fixed packaging thinko by separating -host-jack
+ (devel shouldn't depend on jack; see README)
+- release 2
+
Revision 1.3 2005/11/26 21:06:26 qboosh
- pl
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/dssi.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list