]> git.pld-linux.org Git - packages/dssi.git/commitdiff
- fixed packaging thinko by separating -host-jack
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 26 Dec 2006 00:19:55 +0000 (00:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (devel shouldn't depend on jack; see README)
- release 2

Changed files:
    dssi.spec -> 1.4

dssi.spec

index 23ccf682851ffa8919db149070ade435fe86f13b..92da5afec71b65c47d4d651792f92ab1239ce4be 100644 (file)
--- a/dssi.spec
+++ b/dssi.spec
@@ -2,21 +2,21 @@ Summary:      Disposable Soft Synth Interface specification
 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
@@ -48,6 +48,18 @@ sk
 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
 
@@ -67,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT
 %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
This page took 0.069579 seconds and 4 git commands to generate.