]> git.pld-linux.org Git - packages/fuse-utils.git/blame - fuse-utils.spec
- 1.0.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
8b4cdefa 4Version: 1.0.0
3072d801 5Release: 1
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/
4f1726e1 11BuildRequires: audiofile-devel
ac9b96da 12BuildRequires: autoconf
13BuildRequires: automake
4f1726e1 14BuildRequires: libstdc++-devel
15BuildRequires: libtool
8b4cdefa 16BuildRequires: libspectrum-devel >= 1.0.0
17Requires: libspectrum >= 1.0.0
ac9b96da 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21The Fuse utilities are a few tools which may be of occasional use when
22dealing with ZX Spectrum emulator files. They were originally
23distributed with Fuse, the Free Unix Spectrum Emulator, but are now
24independent of Fuse and can be used on their own.
25
26The available utilities are:
27
28- rzxdump: list the contents of an RZX input recording file.
29- rzxtool: add, extract or remove the embedded snapshot from an RZX
30 file, or compress or uncompress the file.
31- tzxconv: do a best-guess conversion of a TZX file to a .tap file.
32- tzxlist: list the contents of a TZX file.
33
f0720018
JR
34%description -l pl.UTF-8
35Programy użytkowe do fuse'a to kilka narzędzi, które mogą się przydać
36gdy używamy plików emulatorów ZX Spectrum. Wcześniej były
37dystrybuowane z Fuse - emulatorem ZX Spectrum, ale teraz są niezależne
38i mogą być używane samodzielnie.
ac9b96da 39
f0720018 40Dostępne są:
ac9b96da 41
f0720018 42- rzxdump: wyświetla zawartość pliku RZX.
ac9b96da 43- rzxtool: dodaje, wyjmuje lub usuwa zanurzony snapshot z pliku RZX, a
f0720018 44 także kompresuje lub dekompresuje pliki.
ac9b96da 45- tzxconv: konwersuje pliki TZX do formatu TAP.
f0720018 46- tzxlist: wyświetla zawartość pliku TZX.
ac9b96da 47
48%prep
49%setup -q
50
51%build
4f1726e1 52%{__libtoolize}
ac9b96da 53%{__aclocal}
ea16933f 54%{__autoheader}
ac9b96da 55%{__autoconf}
56%{__automake}
57%configure
58
442cd6c4
JB
59%{__make}
60
ac9b96da 61%install
62rm -rf $RPM_BUILD_ROOT
08592ce6 63
a99708ad
PG
64%{__make} install \
65 DESTDIR=$RPM_BUILD_ROOT
ac9b96da 66
67%clean
68rm -rf $RPM_BUILD_ROOT
69
70%files
71%defattr(644,root,root,755)
72%doc AUTHORS ChangeLog README
73%attr(755,root,root) %{_bindir}/*
74%{_mandir}/man1/*
This page took 0.153492 seconds and 4 git commands to generate.