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