Hi
The %<placeholders> require the commands like configure, make install added, so nothing is being done with your spec file except extract the source....
Code:
#
# spec file for package pce
#
# -- Copyright omitted --
Name: pce
Version: 0.2.2
Release: 0
License: GPL-2.0
Group: System/Emulators/Other
Summary: Mac Plus / PC and Atari Emulator
Url: http://www.hampa.ch/pce/
Source: http://www.hampa.ch/pub/pce/pce-0.2.2.tar.gz
BuildRequires: gcc
BuildRequires: make
BuildRoot: %{_tmppath}/%{name}-build
%description
PCE is a collection of microcomputer emulators. At the moment it contains three emulators:
- PCE/atarist is an Atari ST emulator. It emulates the various ST and Mega ST models.
- PCE/ibmpc is an IBM PC 5150 emulator. It emulates an IBM PC 5150 or an IBM PC/XT 5160.
- PCE/macplus is a classic Macintosh emulator. It emulates a Macintosh 128K, Macintosh
512k, Macintosh 512ke, Macintosh Plus, Macintosh SE or a Macintosh Classic.
- PCE/rc759 is a Regnecentralen RC759 Piccoline emulator.
%prep
%setup -q -n %{name}-%{version}
%build
%configure --prefix=/usr
make %{?_smp_mflags}
%install
%make_install
%files
%defattr(-,root,root,-)
%doc README *.txt
%license LICENSE
%config(noreplace) %{_sysconfdir}/pce
%{_bindir}/aym
%{_bindir}/pce-*
%{_bindir}/pri
%{_bindir}/psi
%{_mandir}/man1/aym.1%{?ext_man}
%{_mandir}/man1/pce-atarist.1%{?ext_man}
%{_mandir}/man1/pce-dos.1%{?ext_man}
%{_mandir}/man1/pce-ibmpc.1%{?ext_man}
%{_mandir}/man1/pce-img.1%{?ext_man}
%{_mandir}/man1/pce-rc759.1%{?ext_man}
%{_mandir}/man1/pri.1%{?ext_man}
%{_mandir}/man1/psi.1%{?ext_man}
%{_datadir}/pce/
%changelog
Bookmarks