]> git.pld-linux.org Git - packages/fuse-utils.git/blame - fuse-utils.spec
- added patch for linking with audiofile-0.3.x; rel. 3
[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
8b4cdefa 4Version: 1.0.0
927a64d2 5Release: 3
d8674ae7 6License: GPL v2+
ac9b96da 7Group: Applications/Emulators
927a64d2 8Source0: http://downloads.sourceforge.net/fuse-emulator/%{name}-%{version}.tar.gz
8b4cdefa 9# Source0-md5: ae3821d721a2744a5f285177c4083098
927a64d2 10Patch0: audiofile-0.3.patch
cfeecd81 11URL: http://fuse-emulator.sourceforge.net/
847622d0 12BuildRequires: audiofile-devel >= 0.2.3
ac9b96da 13BuildRequires: autoconf
14BuildRequires: automake
847622d0 15BuildRequires: glib2-devel >= 2.0.0
927a64d2 16BuildRequires: libspectrum-devel >= 1.0.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
927a64d2 53%patch0 -p1
ac9b96da 54
55%build
4f1726e1 56%{__libtoolize}
ac9b96da 57%{__aclocal}
ea16933f 58%{__autoheader}
ac9b96da 59%{__autoconf}
60%{__automake}
61%configure
62
442cd6c4
JB
63%{__make}
64
ac9b96da 65%install
66rm -rf $RPM_BUILD_ROOT
08592ce6 67
a99708ad
PG
68%{__make} install \
69 DESTDIR=$RPM_BUILD_ROOT
ac9b96da 70
71%clean
72rm -rf $RPM_BUILD_ROOT
73
74%files
75%defattr(644,root,root,755)
76%doc AUTHORS ChangeLog README
847622d0
JB
77%attr(755,root,root) %{_bindir}/audio2tape
78%attr(755,root,root) %{_bindir}/createhdf
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*
93%{_mandir}/man1/fuse-utils.1*
94%{_mandir}/man1/listbasic.1*
95%{_mandir}/man1/profile2map.1*
96%{_mandir}/man1/raw2hdf.1*
97%{_mandir}/man1/rzxcheck.1*
98%{_mandir}/man1/rzxdump.1*
99%{_mandir}/man1/rzxtool.1*
100%{_mandir}/man1/scl2trd.1*
101%{_mandir}/man1/snap2tzx.1*
102%{_mandir}/man1/snapconv.1*
103%{_mandir}/man1/tape2wav.1*
104%{_mandir}/man1/tapeconv.1*
105%{_mandir}/man1/tzxlist.1*
This page took 0.062986 seconds and 4 git commands to generate.