]> git.pld-linux.org Git - packages/normalize.git/commitdiff
- updated to 0.4, normalize-0_4-1
authorkloczek <kloczek@pld-linux.org>
Mon, 29 Jan 2001 20:09:54 +0000 (20:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use rpm auomation.

Changed files:
    normalize.spec -> 1.3

normalize.spec

index 2f0cc2ad16493fa4465503b10164f654e5e5e2e3..30623614aefd379bae5352de08955c0017b3f02e 100644 (file)
@@ -1,11 +1,12 @@
 Summary:       A WAV file volume adjuster
 Summary(pl):   Korektor poziomu g³o¶no¶ci w plikach WAV
 Name:          normalize
-Version:       0.3.4
+Version:       0.4
 Release:       1
+License:       GPL
 Group:         Applications/Sound
+Group(de):     Applikationen/Laut
 Group(pl):     Aplikacje/D¼wiêk
-License:       GPL
 Source0:       http://www.cs.columbia.edu/~cvaill/normalize/%{name}-%{version}.tar.gz
 BuildRequires: gettext-devel
 URL:           http://www.cs.columbia.edu/~cvaill/normalize/
@@ -30,7 +31,6 @@ poszczeg
 
 %build
 gettextize --copy --force
-LDFLAGS="-s" ; export LDFLAGS
 %configure 
 
 %{__make}
@@ -39,10 +39,10 @@ LDFLAGS="-s" ; export LDFLAGS
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} DESTDIR=$RPM_BUILD_ROOT install
+
 mv -f $RPM_BUILD_ROOT%{_bindir}/normalize-mp3 .
 
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* \
-       README ChangeLog NEWS TODO
+gzip -9nf README ChangeLog NEWS TODO
 
 %find_lang %{name}
 
This page took 0.305739 seconds and 4 git commands to generate.