rpms/dgen-sdl/devel dgen-sdl.spec,1.12,1.13
Andrea Musuruane
musuruan at rpmfusion.org
Sat Aug 16 10:31:19 CEST 2014
Author: musuruan
Update of /cvs/nonfree/rpms/dgen-sdl/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1626
Modified Files:
dgen-sdl.spec
Log Message:
* Sat Aug 16 2014 Andrea Musuruane <musuruan at gmail.com> - 1.33-2
- fixed building on arm
- added missing cpu emulators docs
- dropped obsolete Group, Buildroot, %clean and %defattr
- dropped cleaning at the beginning of %install
Index: dgen-sdl.spec
===================================================================
RCS file: /cvs/nonfree/rpms/dgen-sdl/devel/dgen-sdl.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- dgen-sdl.spec 27 Jul 2014 14:17:54 -0000 1.12
+++ dgen-sdl.spec 16 Aug 2014 08:31:18 -0000 1.13
@@ -1,12 +1,10 @@
Summary: A Sega Genesis (MegaDrive outside the US) emulator
Name: dgen-sdl
Version: 1.33
-Release: 1%{?dist}
+Release: 2%{?dist}
License: BSD
-Group: Applications/Emulators
URL: http://dgen.sourceforge.net/
Source: http://downloads.sourceforge.net/dgen/%{name}-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL-devel >= 1.0.0
BuildRequires: libarchive-devel
%ifarch %{ix86}
@@ -35,11 +33,20 @@
make V=1
%install
-rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
+
+# install docs
mkdir docs
+mkdir docs/cyclone
+cp -a cyclone/Cyclone.txt docs/cyclone
mkdir docs/cz80
cp -a cz80/readme.txt docs/cz80
+mkdir docs/drz80
+cp -a drz80/DrZ80.txt docs/drz80
+mkdir docs/dz80
+cp -a dz80/FILE_ID.DIZ docs/dz80
+cp -a dz80/README.TXT docs/dz80
+cp -a dz80/whatsnew.txt docs/dz80
mkdir docs/musa
cp -a musa/readme.txt docs/musa
cp -a musa/history.txt docs/musa
@@ -48,20 +55,25 @@
mkdir docs/star
cp -a star/stardoc.txt docs/star
-%clean
-rm -rf %{buildroot}
+# remove not useful binary file
+rm -f %{_bindir}/cyclone
%files
-%defattr(-,root,root)
%{_bindir}/dgen
%{_bindir}/dgen_tobin
%{_mandir}/man1/dgen.1*
%{_mandir}/man1/dgen_tobin.1*
%{_mandir}/man5/dgenrc.5*
%doc AUTHORS ChangeLog COPYING README sample.dgenrc
-%doc docs/cz80 docs/musa docs/mz80 docs/star
+%doc docs/cyclone docs/cz80 docs/drz80 docs/dz80 docs/musa docs/mz80 docs/star
%changelog
+* Sat Aug 16 2014 Andrea Musuruane <musuruan at gmail.com> - 1.33-2
+- fixed building on arm
+- added missing cpu emulators docs
+- dropped obsolete Group, Buildroot, %%clean and %%defattr
+- dropped cleaning at the beginning of %%install
+
* Sun Jul 27 2014 Andrea Musuruane <musuruan at gmail.com> - 1.33-1
- updated to new upstream version
More information about the rpmfusion-commits
mailing list