[atasm] - update to 1.07d

Dan Horák sharkcz at fedoraproject.org
Thu Oct 14 20:24:56 UTC 2010


commit 5f5bc785c0960567e5ca6d52ad0314a695a6813f
Author: Dan Horák <dan at danny.cz>
Date:   Thu Oct 14 22:24:57 2010 +0200

    - update to 1.07d

 atasm.spec |   21 ++++++++++++---------
 sources    |    2 +-
 2 files changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/atasm.spec b/atasm.spec
index 847680d..6392180 100644
--- a/atasm.spec
+++ b/atasm.spec
@@ -1,13 +1,13 @@
 Name:           atasm
-Version:        1.06
-Release:        3%{?dist}
+Version:        1.07d
+Release:        1%{?dist}
 Summary:        6502 cross-assembler
 
 Group:          Development/Tools
 License:        GPLv2+
 URL:            http://atari.miribilist.com/atasm/
-Source0:        http://downloads.sourceforge.net/%{name}/%{name}106.zip
-Patch0:         %{name}-1.06-defines.patch
+Source0:        http://atari.miribilist.com/atasm/%{name}107d.zip
+#Source0:        http://downloads.sourceforge.net/%{name}/%{name}106.zip
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  zlib-devel
@@ -21,14 +21,13 @@ with lightning speed.
 
 
 %prep
-%setup -q -n %{name}106
-%patch0 -p1
+%setup -q -n %{name}107
 
 
 %build
 pushd src
-make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -DZLIB_CAPABLE"
-sed -e 's|%DOCDIR%|%{_docdir}/%{name}-%{version}|g' %{name}.1.in > %{name}.1
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -DZLIB_CAPABLE -DUNIX"
+sed -e 's|%%DOCDIR%%|%{_docdir}/%{name}-%{version}|g' %{name}.1.in > %{name}.1
 popd
 
 
@@ -51,16 +50,20 @@ rm -rf $RPM_BUILD_ROOT
 %check
 pushd tests
 make test
+popd
 
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE VERSION.TXT docs/atasm.blurb docs/atasm.pdf
+%doc LICENSE VERSION.TXT docs/atasm.blurb docs/atasm.pdf examples
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1*
 
 
 %changelog
+* Sun Jul 25 2010 Dan Horák <dan[at]danny.cz> - 1.07d-1
+- update to 1.07d
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.06-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
diff --git a/sources b/sources
index 72c5185..a2821bf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8019a72f5d27e4e563f433c9368a6c2c  atasm106.zip
+02c2ad750cdff8b38038ca13894b1f3c  atasm107d.zip


More information about the scm-commits mailing list