]> git.pld-linux.org Git - packages/ecasound.git/commitdiff
- next part of small fixes inpired by kloczek :)
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 8 Jul 2003 17:20:57 +0000 (17:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ecasound.spec -> 1.71

ecasound.spec

index 486f990f92fc6c6c4d7b0d807b20fd6b0135b49c..4085fdb10baedb8987721e99de6704362ae63b23 100644 (file)
@@ -1,15 +1,10 @@
-#
 # todo:
 # - jack-audio-connection-kit support
-#
-
 #
 # Conditional build:
 # _without_alsa        - without ALSA support
 #
-
 %include       /usr/lib/rpm/macros.python
-
 Summary:       Software package for multitrack audio processing
 Summary(pl):   Oprogramowanie do wielo¶cie¿kowego przetwarzania d¼wiêku
 Name:          ecasound
@@ -124,16 +119,16 @@ CXXFLAGS="%{rpmcflags} -D_REENTRANT %{!?debug:-DNDEBUG} -I/usr/include/ncurses"
 #                     be enabled
 # disable arts      - 'not really useful' as said by ecasound author
 %configure \
-       --enable-sys-readline \
-       --with-python-includes=%{py_incdir} \
-       --with-python-modules=%{py_libdir} \
-       --disable-audiofile \
-       --disable-arts \
        %{?_without_alsa:--disable-alsa} \
+       --disable-arts \
+       --disable-audiofile \
        %{!?_without_alsa:--disable-oss} \
-       --enable-pyecasound \
        --enable-samplerate \
-       --with-largefile
+       --enable-sys-readline \
+       --enable-pyecasound \
+       --with-largefile \
+       --with-python-includes=%{py_incdir} \
+       --with-python-modules=%{py_libdir}
 
 %{__make}
 
@@ -141,7 +136,9 @@ CXXFLAGS="%{rpmcflags} -D_REENTRANT %{!?debug:-DNDEBUG} -I/usr/include/ncurses"
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{py_sitedir}
 
-%{__make} DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       mandir=%{_mandir}
 
 install pyecasound/*.py $RPM_BUILD_ROOT%{py_sitedir}
 %py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
@@ -158,9 +155,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc BUGS NEWS README TODO
 %attr(755,root,root) %{_bindir}/eca*
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
-
 %{_datadir}/ecasound
-
 %{_mandir}/man1/eca*
 %{_mandir}/man5/eca*
 
This page took 0.071795 seconds and 4 git commands to generate.