]> git.pld-linux.org Git - packages/ecasound.git/commitdiff
- release 3,
authorkloczek <kloczek@pld-linux.org>
Sat, 21 Apr 2001 08:28:21 +0000 (08:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rebuild against readline 4.2,
- added ac_fix patch - now passing $RPM_OPT_FALAGS to C++ compile options
  works correctly.

Changed files:
    ecasound.spec -> 1.24

ecasound.spec

index 71cf5dae6c99fadb99e06b1e23efbd92d58fa1dc..1e8ba9dec3d832a7dfa6a15cd22518e74974908b 100644 (file)
@@ -7,17 +7,17 @@ Summary:      Software package for multitrack audio processing
 Summary(pl):   Oprogramowanie do wielo¶cie¿kowego przetwarzania d¼wiêku
 Name:          ecasound
 Version:       1.9dev1
-Release:       2
+Release:       3
 License:       GPL
 Group:         Applications/Sound
 Group(de):     Applikationen/Laut
 Group(pl):     Aplikacje/D¼wiêk
 Source0:       http://ecasound.seul.org/download/%{name}-%{version}.tar.gz
-patch0:                %{name}-am_fix.patch
+Patch0:                %{name}-am_fix.patch
+Patch1:                %{name}-ac_fix.patch
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: ncurses-devel >= 5.0
-BuildRequires: readline-devel
+BuildRequires: readline-devel >= 4.2
 %ifnarch sparc sparc64
 BuildRequires: alsa-lib-devel
 %endif
@@ -136,13 +136,14 @@ Modu
 
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
+%patch1 -p1
 
 %build
 aclocal
 autoconf
 automake -a -c
-CXXFLAGS="%{!?debug:$RPM_OPT_FLAGS -fno-rtti}%{?debug:-O0 -g} -D_REENTRANT"
+CXXFLAGS="%{rpmcflags} -D_REENTRANT"
 %configure \
        --enable-sys-readline
 %{__make}
@@ -158,13 +159,12 @@ rm -rf $RPM_BUILD_ROOT
   install *.pyc *.pyo $RPM_BUILD_ROOT%{python_sitepkgsdir}
 )
 
+%post   -n libecasound -p /sbin/ldconfig
+%postun -n libecasound -p /sbin/ldconfig
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post   -n libecasound -p /sbin/ldconfig
-%postun -n libecasound -p /sbin/ldconfig
-
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/ecaconvert
This page took 0.052015 seconds and 4 git commands to generate.