]> git.pld-linux.org Git - packages/audiocut.git/blobdiff - audiocut.spec
- tabs in preamble
[packages/audiocut.git] / audiocut.spec
index 093bdd0ac7585f7391e4e52af5cb185352d2c836..a458f1298a13f9dea73f90f2cb6f7289612ae524 100644 (file)
@@ -1,33 +1,34 @@
 Summary:       WAV file manipulation tools
-Summary(pl):   Narzêdzia do manipulacji plikami WAV
+Summary(pl.UTF-8):     Narzędzia do manipulacji plikami WAV
 Name:          audiocut
 Version:       0.6
-Release:       1
+Release:       3
 License:       GPL
 Group:         Applications/Sound
-Group(de):     Applikationen/Laut
-Group(pl):     Aplikacje/D¼wiêk
 Source0:       http://www.slon.net/~gody/audiocut/%{name}-%{version}.tgz
+# Source0-md5: 33e99de848ef2021585680d2003899b3
 Patch0:                %{name}-make.patch
+Patch1:                %{name}-misc.patch
 URL:           http://www.slon.net/~gody/audiocut/
-BuildRequires: libsndfile-devel
+BuildRequires: libsndfile-devel >= 1.0.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Audiocut is package of some small programs to manipulate wav files based
-on excelent libsndfile library.
+Audiocut is package of some small programs to manipulate WAV files
+based on excellent libsndfile library.
 
-%description -l pl
-Audiocut to zbiór ma³ych programików do manipulowania plikami wav, oparty
-na znakomitej bibliotece libsndfile.
+%description -l pl.UTF-8
+Audiocut to zbiór małych programików do manipulowania plikami WAV,
+oparty na znakomitej bibliotece libsndfile.
 
 %prep
-%setup -q 
+%setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__make} \
-       cc=%{__cc} \
+       CC="%{__cc}" \
        CFLAGS="%{rpmcflags}" \
        LDFLAGS="%{rpmldflags}"
 
This page took 0.577299 seconds and 4 git commands to generate.