]> git.pld-linux.org Git - packages/mp3info.git/blobdiff - mp3info.spec
- tabs in preamble
[packages/mp3info.git] / mp3info.spec
index 73dfa422084043d110c7eb3170e1f7aaab153723..c4e30f49060876a7335cb7b8155dc7d66738270c 100644 (file)
@@ -1,9 +1,9 @@
 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:       5
+Release:       6
 License:       GPL
 Group:         Applications/Sound
 Source0:       ftp://bimbo.hive.no/pub/mp3info/%{name}-%{version}.tar.bz2
@@ -12,21 +12,22 @@ 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
@@ -38,7 +39,7 @@ rm -f missing
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-CXX=%{__cc}; export CXX
+CXX="%{__cc}"; export CXX
 %configure
 %{__make}
 
@@ -52,6 +53,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS NEWS README ChangeLog
+%doc AUTHORS ChangeLog README
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/*/*
This page took 0.035118 seconds and 4 git commands to generate.