[xroar] Upgrade to 0.34.3

Andrea Musuruane musuruan at rpmfusion.org
Sat Sep 3 09:46:52 CEST 2016


commit f9e9adb5d9e0762ed6fbd8f447b166de7dffb7d7
Author: Andrea Musuruane <musuruan at gmail.com>
Date:   Sat Sep 3 09:46:37 2016 +0200

    Upgrade to 0.34.3

 .gitignore |  1 +
 sources    |  2 +-
 xroar.spec | 15 +++++++++------
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1f40791..498fe99 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ xroar-0.33.1.tar.gz
 dragon.rom
 /xroar-0.34.tar.gz
 /xroar-0.34.1.tar.gz
+/xroar-0.34.3.tar.gz
diff --git a/sources b/sources
index 37c86a8..60a8d5b 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-a70546560b8d96d3cf5afdab70310d34  xroar-0.34.1.tar.gz
+f5678a1fd32ca6382076c151fb43207a  xroar-0.34.3.tar.gz
 f8b5f52c07abb4dc9102d8420605d7e4  dragon.rom
diff --git a/xroar.spec b/xroar.spec
index 12732ae..2924808 100644
--- a/xroar.spec
+++ b/xroar.spec
@@ -1,5 +1,5 @@
 Name:           xroar
-Version:        0.34.1
+Version:        0.34.3
 Release:        1%{?dist}
 Summary:        A Dragon 32, Dragon 64 and Tandy CoCo emulator
 License:        GPLv2+
@@ -36,8 +36,8 @@ minimal firmware is included.
 
 
 %build
-%configure
-make %{?_smp_mflags} VERBOSE=1
+%configure --without-oss
+%make_build
 
 # Build docs
 make html
@@ -70,8 +70,7 @@ EOF
 
 
 %install
-make install DEB_BUILD_OPTIONS=nostrip \
-             DESTDIR=%{buildroot}
+%make_install DEB_BUILD_OPTIONS=nostrip
 
 # Install ROM 
 mkdir -p %{buildroot}%{_datadir}/%{name}/roms
@@ -130,12 +129,16 @@ fi
 %{_datadir}/applications/%{name}-minifirm.desktop
 %{_infodir}/%{name}*
 %{_mandir}/man1/%{name}.1*
-%doc ChangeLog COPYING.GPL COPYING.LGPL-2.1 README 
+%license COPYING.GPL COPYING.LGPL-2.1
+%doc ChangeLog README
 %doc doc/%{name}.html doc/%{name}-screens.png doc/%{name}-timebandit-af.png
 %doc doc/%{name}.pdf
 
 
 %changelog
+* Sat Aug 27 2016 Andrea Musuruane <musuruan at gmail.com> 0.34.3-1
+- Upgrade to 0.34.3
+
 * Sat Aug 13 2016 Andrea Musuruane <musuruan at gmail.com> 0.34.1-1
 - Upgrade to 0.34.1
 


More information about the rpmfusion-commits mailing list