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