]> git.pld-linux.org Git - packages/fuse-utils.git/blame - fuse-utils.spec
rebuild with separate debuginfo build-ids
[packages/fuse-utils.git] / fuse-utils.spec
CommitLineData
27c58e7a 1%define libspectrum_ver 1.5.0
ac9b96da 2Summary: Fuse utilities
e4056d48 3Summary(pl.UTF-8): Programy użytkowe do fuse'a
ac9b96da 4Name: fuse-utils
7dad20f7 5Version: 1.4.3
676e332e 6Release: 4
d8674ae7 7License: GPL v2+
ac9b96da 8Group: Applications/Emulators
927a64d2 9Source0: http://downloads.sourceforge.net/fuse-emulator/%{name}-%{version}.tar.gz
7dad20f7 10# Source0-md5: b1cbe93b174e83f0c8fac004d328ea70
cfeecd81 11URL: http://fuse-emulator.sourceforge.net/
847622d0 12BuildRequires: audiofile-devel >= 0.2.3
697d042b 13BuildRequires: autoconf >= 2.50
7dad20f7 14BuildRequires: automake >= 1:1.11
e3010591 15BuildRequires: gettext-tools
847622d0 16BuildRequires: glib2-devel >= 2.0.0
697d042b 17BuildRequires: libgcrypt-devel
29e7e836
JB
18BuildRequires: libjpeg-devel
19BuildRequires: libpng-devel
7dad20f7 20BuildRequires: libspectrum-devel >= %{libspectrum_ver}
4f1726e1 21BuildRequires: libstdc++-devel
697d042b 22BuildRequires: libtool >= 2:2
847622d0 23BuildRequires: pkgconfig
697d042b 24BuildRequires: zlib-devel
7dad20f7 25Requires: libspectrum >= %{libspectrum_ver}
ac9b96da 26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
29The Fuse utilities are a few tools which may be of occasional use when
30dealing with ZX Spectrum emulator files. They were originally
31distributed with Fuse, the Free Unix Spectrum Emulator, but are now
32independent of Fuse and can be used on their own.
33
34The available utilities are:
35
36- rzxdump: list the contents of an RZX input recording file.
37- rzxtool: add, extract or remove the embedded snapshot from an RZX
38 file, or compress or uncompress the file.
39- tzxconv: do a best-guess conversion of a TZX file to a .tap file.
40- tzxlist: list the contents of a TZX file.
41
f0720018
JR
42%description -l pl.UTF-8
43Programy użytkowe do fuse'a to kilka narzędzi, które mogą się przydać
44gdy używamy plików emulatorów ZX Spectrum. Wcześniej były
45dystrybuowane z Fuse - emulatorem ZX Spectrum, ale teraz są niezależne
46i mogą być używane samodzielnie.
ac9b96da 47
f0720018 48Dostępne są:
ac9b96da 49
f0720018 50- rzxdump: wyświetla zawartość pliku RZX.
ac9b96da 51- rzxtool: dodaje, wyjmuje lub usuwa zanurzony snapshot z pliku RZX, a
f0720018 52 także kompresuje lub dekompresuje pliki.
ac9b96da 53- tzxconv: konwersuje pliki TZX do formatu TAP.
f0720018 54- tzxlist: wyświetla zawartość pliku TZX.
ac9b96da 55
56%prep
57%setup -q
58
59%build
4f1726e1 60%{__libtoolize}
ac9b96da 61%{__aclocal}
ea16933f 62%{__autoheader}
ac9b96da 63%{__autoconf}
64%{__automake}
513898ca
JB
65%configure \
66 --disable-silent-rules
ac9b96da 67
513898ca 68%{__make}
442cd6c4 69
ac9b96da 70%install
71rm -rf $RPM_BUILD_ROOT
08592ce6 72
a99708ad 73%{__make} install \
513898ca 74 DESTDIR=$RPM_BUILD_ROOT
ac9b96da 75
76%clean
77rm -rf $RPM_BUILD_ROOT
78
79%files
80%defattr(644,root,root,755)
81%doc AUTHORS ChangeLog README
847622d0
JB
82%attr(755,root,root) %{_bindir}/audio2tape
83%attr(755,root,root) %{_bindir}/createhdf
4cb45db5 84%attr(755,root,root) %{_bindir}/fmfconv
847622d0
JB
85%attr(755,root,root) %{_bindir}/listbasic
86%attr(755,root,root) %{_bindir}/profile2map
87%attr(755,root,root) %{_bindir}/raw2hdf
88%attr(755,root,root) %{_bindir}/rzxcheck
89%attr(755,root,root) %{_bindir}/rzxdump
90%attr(755,root,root) %{_bindir}/rzxtool
91%attr(755,root,root) %{_bindir}/scl2trd
92%attr(755,root,root) %{_bindir}/snap2tzx
93%attr(755,root,root) %{_bindir}/snapconv
47d00d80 94%attr(755,root,root) %{_bindir}/snapdump
422a3712 95%attr(755,root,root) %{_bindir}/tape2pulses
847622d0
JB
96%attr(755,root,root) %{_bindir}/tape2wav
97%attr(755,root,root) %{_bindir}/tapeconv
98%attr(755,root,root) %{_bindir}/tzxlist
99%{_mandir}/man1/audio2tape.1*
100%{_mandir}/man1/createhdf.1*
4cb45db5 101%{_mandir}/man1/fmfconv.1*
847622d0
JB
102%{_mandir}/man1/fuse-utils.1*
103%{_mandir}/man1/listbasic.1*
104%{_mandir}/man1/profile2map.1*
105%{_mandir}/man1/raw2hdf.1*
106%{_mandir}/man1/rzxcheck.1*
107%{_mandir}/man1/rzxdump.1*
108%{_mandir}/man1/rzxtool.1*
109%{_mandir}/man1/scl2trd.1*
110%{_mandir}/man1/snap2tzx.1*
111%{_mandir}/man1/snapconv.1*
47d00d80 112%{_mandir}/man1/snapdump.1*
422a3712 113%{_mandir}/man1/tape2pulses.1*
847622d0
JB
114%{_mandir}/man1/tape2wav.1*
115%{_mandir}/man1/tapeconv.1*
116%{_mandir}/man1/tzxlist.1*
This page took 0.097334 seconds and 4 git commands to generate.