]> git.pld-linux.org Git - packages/fdmf.git/blobdiff - fdmf.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/fdmf.git] / fdmf.spec
index 1c6436de6b6796859fc0f5fc9b88b29501c7ad72..eaaab916b0f3456e874353aee05717a7a403dd56 100644 (file)
--- a/fdmf.spec
+++ b/fdmf.spec
@@ -1,26 +1,33 @@
-%include       /usr/lib/rpm/macros.perl
 Summary:       FDMF - find duplicate music files
+Summary(pl.UTF-8):     FDMF - szukanie duplikatów plików muzycznych
 Name:          fdmf
-Version:       0.0.9j
-Release:       0.1
-License:       GPL
+Version:       0.0.9r
+Release:       1
+License:       GPL v2
 Group:         Applications/Sound
-URL:           http://www.w140.com/audio/
 Source0:       http://www.w140.com/audio/%{name}-%{version}.tar.gz
-# Source0-md5: 5aca21e61ef3bb1cd876828af9c54d32
+# Source0-md5: 1d79911c83605a68573d0a2ea8a01d18
+URL:           http://www.w140.com/audio/
 BuildRequires: fftw3-devel
 BuildRequires: gdbm-devel
 BuildRequires: rpm-perlprov >= 4.1-13
-Requires:      fftw3
-Requires:      gdbm
-Requires:      mpg321
+Requires:      plotutils
+Requires:      mplayer
+Suggests:      mpg123
+Suggests:      vorbis-tools
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-dmf is portable perl/C software for finding pairs of music files in a
+dmf is portable Perl/C software for finding pairs of music files in a
 collection that are likely to contain the same music. It works on the
 music itself, not on the filename, tags, or headers.
 
+%description -l pl.UTF-8
+dmf to przenośny program w Perlu/C do znajdowania w swojej kolekcji
+par plików muzycznych, które najprawdopodobniej zawierają tę samą
+muzykę. Porównuje samą muzykę, a nie nazwę pliku, znaczniki czy
+nagłówki.
+
 %prep
 %setup -q
 
@@ -39,5 +46,10 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc CHANGES README
-%attr(755,root,root) %{_bindir}/*
+%doc CHANGES INSTALL README
+%attr(755,root,root) %{_bindir}/cleanup_dups
+%attr(755,root,root) %{_bindir}/fdmf
+%attr(755,root,root) %{_bindir}/fdmf_bench
+%attr(755,root,root) %{_bindir}/optparam
+%attr(755,root,root) %{_bindir}/sonic_reducer
+%attr(755,root,root) %{_bindir}/vector_pairs
This page took 0.083136 seconds and 4 git commands to generate.