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