[atari++/el6] - updated to version 1.73

Dan Horák sharkcz at fedoraproject.org
Wed Mar 26 09:41:16 UTC 2014


commit 8ea52b9ced3a5a1ce6d6542c5b4242895f5dfe12
Author: Dan Horák <dan at danny.cz>
Date:   Wed Mar 26 10:29:05 2014 +0100

    - updated to version 1.73

 .gitignore   |    3 +++
 atari++.spec |   23 +++++++++++++++++------
 sources      |    4 +++-
 3 files changed, 23 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b7237ed..a86a5f2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,6 @@ atari++_1.58.tar.gz
 /atari++_1.60.tar.gz
 /atari++_1.71.tar.gz
 /atari++_1.72.tar.gz
+/atari++_1.73.tar.gz
+/os++doc.pdf
+/system.atr
diff --git a/atari++.spec b/atari++.spec
index 11179cb..da3aa2d 100644
--- a/atari++.spec
+++ b/atari++.spec
@@ -1,5 +1,5 @@
 Name:           atari++
-Version:        1.72
+Version:        1.73
 Release:        1%{?dist}
 Summary:        Unix based emulator of the Atari eight bit computers
 
@@ -7,9 +7,10 @@ Group:          Applications/Emulators
 License:        TPL
 URL:            http://www.xl-project.com/
 Source0:        http://www.xl-project.com/download/%{name}_%{version}.tar.gz
+Source1:        http://www.xl-project.com/download/os++doc.pdf
+Source2:        http://www.xl-project.com/download/system.atr
 # be verbose during compile
 Patch1:         %{name}-verbose.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  SDL-devel libICE-devel libSM-devel zlib-devel ncurses-devel libpng-devel
 
@@ -33,6 +34,12 @@ iconv -f ISO8859-1 -t UTF-8 -o $f.new $f
 touch -r $f $f.new
 mv $f.new $f
 
+# fix permissions for sources
+chmod a-x *.cpp *.hpp
+
+# additional docs
+cp -p %{SOURCE1} .
+
 
 %build
 %configure
@@ -46,19 +53,23 @@ make install DESTDIR=$RPM_BUILD_ROOT
 # remove installed docs
 rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
 
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+# install system disk into %%_datadir
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}
+install -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/%{name}
 
 
 %files
-%defattr(-,root,root,-)
 %doc COPYRIGHT CREDITS README.LEGAL README.History README.licence manual
+%doc os++doc.pdf
 %{_bindir}/%{name}
 %{_mandir}/man6/%{name}.*
+%{_datadir}/%{name}
 
 
 %changelog
+* Mon Mar 24 2014 Dan Horák <dan[at]danny.cz> - 1.73-1
+- updated to version 1.73
+
 * Tue Apr 16 2013 Dan Horák <dan[at]danny.cz> 1.72-1
 - updated to version 1.72
 
diff --git a/sources b/sources
index 4f4cc82..84e4e0f 100644
--- a/sources
+++ b/sources
@@ -1 +1,3 @@
-bae961fbdc1cdda69ae723a7d6ba07ca  atari++_1.72.tar.gz
+13af66f605282f84ae33359e4c8d740a  atari++_1.73.tar.gz
+5c524008c2f20118a2d61441113bc42b  os++doc.pdf
+33d0ce2acd6f089d191130e902d54f94  system.atr


More information about the scm-commits mailing list