]> git.pld-linux.org Git - packages/alsa-patch-bay.git/commitdiff
- pl, missing dirs
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 11 May 2003 13:02:33 +0000 (13:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    alsa-patch-bay.spec -> 1.5

alsa-patch-bay.spec

index 3e7193718d61860f0b4327d325e0c38a47082739..7777289b7d215c743a3904c79389374c50b7615f 100644 (file)
@@ -1,12 +1,10 @@
+#
 # Conditional build:
 # _with_fltk           enable fltk UI
 # _without_gtkmm       disable gtkmm UI
 #
-# TODO:
-# - PL translations - I have absolutely no idea for it :/
-#   but for now it works as it should...
-#
-Summary:       A GUI patchbay for ALSA and JACK.
+Summary:       A GUI patchbay for ALSA and JACK
+Summary(pl):   Graficzny interfejs do zbioru patchy d¼wiêkowych dla ALSY i JACKa
 Name:          alsa-patch-bay
 Version:       0.5.1
 Release:       1
@@ -17,17 +15,22 @@ Patch0:             %{name}-Makefile.patch
 URL:           http://pkl.net/~node/alsa-patch-bay.html
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: libtool
+%{?_with_fltk:BuildRequires:   fltk-devel >= 1.1}
+%{!?_without_gtkmm:BuildRequires:      gtkmm-devel >= 2.0.0}
 BuildRequires: jack-audio-connection-kit-devel
+BuildRequires: libtool
 BuildRequires: pkgconfig
-%{!?_without_gtkmm:BuildRequires:      gtkmm-devel}
-%{?_with_fltk:BuildRequires:   fltk-devel}
 Provides:      jack-patch-bay
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-ALSA Patch Bay is a GUI patchbay for the ALSA seq sequencer api and
-the JACK audio API. It can use FLTK 1.1 or GTKmm 2.0.0.
+ALSA Patch Bay is a GUI patchbay for the ALSA sequencer api and
+the JACK audio API. It can use FLTK 1.1 or GTKmm 2.0.
+
+%description -l pl
+ALSA Patch Bay to graficzny interfejs do zbioru patchy d¼wiêkowych dla
+API sequencera ALSY oraz API d¼wiêkowego JACK. Mo¿e u¿ywaæ FLTK 1.1
+lub GTKmm 2.0.
 
 %prep
 %setup -q -n %{name}-%{version}
@@ -42,8 +45,8 @@ rm -f missing
 %{__automake}
 %configure \
 %if %{?_with_fltk:0}%{!?_with_fltk:1}
-    --disable-fltk \
-    --disable-fltk-test \
+       --disable-fltk \
+       --disable-fltk-test \
 %endif
 %{?_without_gtkmm:--disable-gtkmm}
 
@@ -57,12 +60,14 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(644,root,root,755)
 %doc NEWS AUTHORS README
 %attr(755,root,root) %{_bindir}/*
-%{_desktopdir}/*.desktop
+%dir %{_libdir}/%{name}
+%dir %{_libdir}/%{name}/driver
 %attr(755,root,root) %{_libdir}/%{name}/driver/*.so
+%dir %{_libdir}/%{name}/ui
 %attr(755,root,root) %{_libdir}/%{name}/ui/*.so
+%{_desktopdir}/*.desktop
 %{_pixmapsdir}/*.png
This page took 0.107009 seconds and 4 git commands to generate.