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