]> git.pld-linux.org Git - packages/fuse-utils.git/blobdiff - fuse-utils.spec
- updated to 1.4.3
[packages/fuse-utils.git] / fuse-utils.spec
index 2365c707408658409cdcf3bffc1b642eed50392e..a9e6c22af9aa0f4436222a842101d9c3d6b8124f 100644 (file)
@@ -1,16 +1,28 @@
+%define                libspectrum_ver 1.4.3
 Summary:       Fuse utilities
-Summary(pl):   Programy u¿ytkowe do fuse'a
+Summary(pl.UTF-8):     Programy użytkowe do fuse'a
 Name:          fuse-utils
-Version:       0.7.0
+Version:       1.4.3
 Release:       1
-License:       GPL
+License:       GPL v2+
 Group:         Applications/Emulators
-Source0:       http://dl.sourceforge.net/fuse-emulator/%{name}-%{version}.tar.gz
-# Source0-md5: 9689134b4be1e4ff0b077f407ec76da9
+Source0:       http://downloads.sourceforge.net/fuse-emulator/%{name}-%{version}.tar.gz
+# Source0-md5: b1cbe93b174e83f0c8fac004d328ea70
 URL:           http://fuse-emulator.sourceforge.net/
-BuildRequires: autoconf
-BuildRequires: automake
-BuildRequires: libspectrum-devel >= 0.2.1
+BuildRequires: audiofile-devel >= 0.2.3
+BuildRequires: autoconf >= 2.50
+BuildRequires: automake >= 1:1.11
+BuildRequires: gettext-tools
+BuildRequires: glib2-devel >= 2.0.0
+BuildRequires: libgcrypt-devel
+BuildRequires: libjpeg-devel
+BuildRequires: libpng-devel
+BuildRequires: libspectrum-devel >= %{libspectrum_ver}
+BuildRequires: libstdc++-devel
+BuildRequires: libtool >= 2:2
+BuildRequires: pkgconfig
+BuildRequires: zlib-devel
+Requires:      libspectrum >= %{libspectrum_ver}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -27,29 +39,31 @@ The available utilities are:
 - tzxconv: do a best-guess conversion of a TZX file to a .tap file.
 - tzxlist: list the contents of a TZX file.
 
-%description -l pl
-Programy u¿ytkowe do fuse'a to kilka narzêdzi, które mog± siê przydaæ
-gdy u¿ywamy plików emulatorów ZX Spectrum. Wcze¶niej by³y
-dystrybuowane z Fuse - emulatorem ZX Spectrum, ale teraz s± niezale¿ne
-i mog± byæ u¿ywane samodzielnie.
+%description -l pl.UTF-8
+Programy użytkowe do fuse'a to kilka narzędzi, które mogą się przydać
+gdy używamy plików emulatorów ZX Spectrum. Wcześniej były
+dystrybuowane z Fuse - emulatorem ZX Spectrum, ale teraz są niezależne
+i mogą być używane samodzielnie.
 
-Dostêpne s±:
+Dostępne są:
 
-- rzxdump: wy¶wietla zawarto¶æ pliku RZX.
+- rzxdump: wyświetla zawartość pliku RZX.
 - rzxtool: dodaje, wyjmuje lub usuwa zanurzony snapshot z pliku RZX, a
-  tak¿e kompresuje lub dekompresuje pliki.
+  także kompresuje lub dekompresuje pliki.
 - tzxconv: konwersuje pliki TZX do formatu TAP.
-- tzxlist: wy¶wietla zawarto¶æ pliku TZX.
+- tzxlist: wyświetla zawartość pliku TZX.
 
 %prep
 %setup -q
 
 %build
+%{__libtoolize}
 %{__aclocal}
 %{__autoheader}
 %{__autoconf}
 %{__automake}
-%configure
+%configure \
+       --disable-silent-rules
 
 %{__make}
 
@@ -65,5 +79,38 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README
-%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man1/*
+%attr(755,root,root) %{_bindir}/audio2tape
+%attr(755,root,root) %{_bindir}/createhdf
+%attr(755,root,root) %{_bindir}/fmfconv
+%attr(755,root,root) %{_bindir}/listbasic
+%attr(755,root,root) %{_bindir}/profile2map
+%attr(755,root,root) %{_bindir}/raw2hdf
+%attr(755,root,root) %{_bindir}/rzxcheck
+%attr(755,root,root) %{_bindir}/rzxdump
+%attr(755,root,root) %{_bindir}/rzxtool
+%attr(755,root,root) %{_bindir}/scl2trd
+%attr(755,root,root) %{_bindir}/snap2tzx
+%attr(755,root,root) %{_bindir}/snapconv
+%attr(755,root,root) %{_bindir}/snapdump
+%attr(755,root,root) %{_bindir}/tape2pulses
+%attr(755,root,root) %{_bindir}/tape2wav
+%attr(755,root,root) %{_bindir}/tapeconv
+%attr(755,root,root) %{_bindir}/tzxlist
+%{_mandir}/man1/audio2tape.1*
+%{_mandir}/man1/createhdf.1*
+%{_mandir}/man1/fmfconv.1*
+%{_mandir}/man1/fuse-utils.1*
+%{_mandir}/man1/listbasic.1*
+%{_mandir}/man1/profile2map.1*
+%{_mandir}/man1/raw2hdf.1*
+%{_mandir}/man1/rzxcheck.1*
+%{_mandir}/man1/rzxdump.1*
+%{_mandir}/man1/rzxtool.1*
+%{_mandir}/man1/scl2trd.1*
+%{_mandir}/man1/snap2tzx.1*
+%{_mandir}/man1/snapconv.1*
+%{_mandir}/man1/snapdump.1*
+%{_mandir}/man1/tape2pulses.1*
+%{_mandir}/man1/tape2wav.1*
+%{_mandir}/man1/tapeconv.1*
+%{_mandir}/man1/tzxlist.1*
This page took 0.095873 seconds and 4 git commands to generate.