[xa] - spec cleanup

Dan Horák sharkcz at fedoraproject.org
Sun Apr 20 10:11:47 UTC 2014


commit 9e05f674e5bed72732c2f812ebe5b9583cbced06
Author: Dan Horák <dan at danny.cz>
Date:   Sun Apr 20 12:11:38 2014 +0200

    - spec cleanup

 xa.spec |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)
---
diff --git a/xa.spec b/xa.spec
index c578cc9..fe3f06f 100644
--- a/xa.spec
+++ b/xa.spec
@@ -1,6 +1,6 @@
 Name:           xa
 Version:        2.3.5
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        6502/65816 cross-assembler
 
 Group:          Development/Tools
@@ -11,7 +11,6 @@ Source0:        http://www.floodgap.com/retrotech/%{name}/dists/%{name}-%{versio
 Patch0:         %{name}-2.3.5-getline.patch
 # update the build system, reported in private email
 Patch1:         %{name}-2.3.5-make.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 
 %description
@@ -50,22 +49,19 @@ make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} INSTALL="install -p"
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %doc COPYING ChangeLog README.1st doc/xa.txt
 %{_bindir}/*
 %{_mandir}/man1/*
 
 
 %changelog
+* Sun Apr 20 2014 Dan Horák <dan[at]danny.cz> - 2.3.5-10
+- spec cleanup
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.3.5-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list