]> git.pld-linux.org Git - packages/normalize.git/commitdiff
- aclocal ; autoconf (new gettext and %%configure compatibility)
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 1 Aug 2001 20:34:14 +0000 (20:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- glibc patch: include <stdint.h> for uint32_t
- release 2

Changed files:
    normalize-glibc.patch -> 1.1
    normalize.spec -> 1.7

normalize-glibc.patch [new file with mode: 0644]
normalize.spec

diff --git a/normalize-glibc.patch b/normalize-glibc.patch
new file mode 100644 (file)
index 0000000..8863ac0
--- /dev/null
@@ -0,0 +1,10 @@
+--- normalize-0.5.2/riff.h.orig        Sun Jan 28 12:01:00 2001
++++ normalize-0.5.2/riff.h     Wed Aug  1 21:02:41 2001
+@@ -23,6 +23,7 @@
+ #endif /* __cplusplus */
++#include <stdint.h>
+ #include <stdio.h>
+ #include <sys/types.h>
index cd1865052d4d550540d66acbf78f429e1416d1bc..d78b0cf2534af3142c71dad052e4330ce4c88662 100644 (file)
@@ -2,13 +2,16 @@ Summary:      A WAV file volume adjuster
 Summary(pl):   Korektor poziomu g³o¶no¶ci w plikach WAV
 Name:          normalize
 Version:       0.5.2
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Sound
 Group(de):     Applikationen/Laut
 Group(pl):     Aplikacje/D¼wiêk
 Source0:       http://www.cs.columbia.edu/~cvaill/normalize/%{name}-%{version}.tar.gz
+Patch0:                %{name}-glibc.patch
 BuildRequires: gettext-devel
+BuildRequires: autoconf
+BuildRequires: automake
 URL:           http://www.cs.columbia.edu/~cvaill/normalize/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -28,9 +31,12 @@ poszczeg
 
 %prep
 %setup  -q
+%patch -p1
 
 %build
 gettextize --copy --force
+aclocal
+autoconf
 %configure 
 
 %{__make}
This page took 0.07435 seconds and 4 git commands to generate.