]> git.pld-linux.org Git - packages/mp3info.git/blobdiff - mp3info.spec
- tabs in preamble
[packages/mp3info.git] / mp3info.spec
index 5db1db86cbf09e464cb261f73f38bfb1d03ca5a9..c4e30f49060876a7335cb7b8155dc7d66738270c 100644 (file)
@@ -1,42 +1,45 @@
 Summary:       Utility for MP3 information and tag modification
-Summary(pl):   Program do manipulowania tagami ID3 plików w formacie MP3
-Summary(tr):   MP3 ses dosyasý bilgileri düzenleme aracý
+Summary(pl.UTF-8):     Program do manipulowania tagami ID3 plików w formacie MP3
+Summary(tr.UTF-8):     MP3 ses dosyası bilgileri düzenleme aracı
 Name:          mp3info
 Version:       0.2.16
-Release:       4
+Release:       6
 License:       GPL
 Group:         Applications/Sound
-Group(de):     Applikationen/Laut
-Group(pl):     Aplikacje/D¼wiêk
 Source0:       ftp://bimbo.hive.no/pub/mp3info/%{name}-%{version}.tar.bz2
+# Source0-md5: ef1b3d9b83d2918699de60942fe8d5b5
 Patch0:                %{name}-aclocal.patch
+Patch1:                %{name}-time.h.patch
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: libstdc++-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 mp3info is a command line utility to extract and manipulate TAG (ID3)
 info from MP3 files. It also has a VERY configurable output.
 
-%description -l pl
-mp3info jest programem do manipulowania tagami ID3 plików w formacie
-MP3. Umo¿liwia dowolne skonfigurowanie wy¶wietlanych przez to
-narzêdzie informacji.
+%description -l pl.UTF-8
+mp3info jest programem do manipulowania tagami ID3 plików w formacie
+MP3. Umożliwia dowolne skonfigurowanie wyświetlanych przez to
+narzędzie informacji.
 
-%description -l tr
-mp3info, MP3 ses dosyalarýndan TAG (ID3) bilgilerini okumanýzý ve
-deðiþtirmenizi saðlayan bir komut satýrý aracýdýr. Çeþitli þekillerde
-çýktýlar verebilir.
+%description -l tr.UTF-8
+mp3info, MP3 ses dosyalarından TAG (ID3) bilgilerini okumanızı ve
+değiştirmenizi sağlayan bir komut satırı aracıdır. Çeşitli şekillerde
+çıktılar verebilir.
 
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 rm -f missing
-aclocal
-autoconf
-automake -a -c
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+CXX="%{__cc}"; export CXX
 %configure
 %{__make}
 
@@ -45,13 +48,11 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf AUTHORS NEWS README ChangeLog
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS ChangeLog README
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/*/*
This page took 0.038698 seconds and 4 git commands to generate.