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