|
|
1.1 root 1: #
2: # RPM spec file for Previous
3: #
4: # This file and all modifications and additions to the pristine
5: # package are under the same license as the package itself.
6: #
7:
8: BuildRequires: bash coreutils cpio cpp diffutils file filesystem findutils glibc glibc-devel grep groff gzip libgcc m4 make man mktemp patch readline sed tar unzip util-linux zlib zlib-devel SDL SDL-devel autoconf binutils gcc libtool rpm
9:
10: Name: previous
11: URL: http://previous.alternative-system.com
12: License: GPL
13: Group: System/Emulators/Other
14: Autoreqprov: on
15: Version: 0.4
16: Release: 1
17: Summary: a NeXT computer emulator based on hatari emulator source code
18: Source: %{name}-%{version}.tar.gz
19: #Patch: %{name}-%{version}.dif
20: BuildRoot: %{_tmppath}/%{name}-%{version}-build
21: Prefix: /usr
22:
23: %description
24: Previous is an emulator for NeXT computer "black" hardware
25:
26: %prep
27: %setup
28: #%patch
29:
30: %build
31: # LDFLAGS="-static" LIBS=`sdl-config --static-libs` \
32: CFLAGS="-O3 -fomit-frame-pointer" \
33: ./configure --prefix=/usr --sysconfdir=/etc
34: make
35:
36: %install
37: rm -rf $RPM_BUILD_ROOT
38: make install DESTDIR=$RPM_BUILD_ROOT
39:
40: %clean
41: rm -rf $RPM_BUILD_ROOT
42:
43: %files
44: %defattr(-,root,root)
45: /usr/bin/previous
46: /usr/share/previous
47: %doc %_mandir/man1/previous.1*
48: %dir %_docdir/%{name}
49: %_docdir/%{name}/*.txt
50: %_docdir/%{name}/*.html
51: %dir %_docdir/%{name}/images
52: %_docdir/%{name}/images/*.png
53:
54: %changelog -n previous
55:
56:
57:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.