[yasm/el5: 20/21] Update to 1.2.0 and minor spec file cleanups

Matthias Saou thias at fedoraproject.org
Thu Mar 15 13:18:09 UTC 2012


commit 3f376155d88fcc303a34c815c902f87f4e067809
Author: Matthias Saou <matthias at saou.eu>
Date:   Thu Mar 15 14:12:56 2012 +0100

    Update to 1.2.0 and minor spec file cleanups

 .gitignore |    1 +
 sources    |    2 +-
 yasm.spec  |   18 +++++++++++-------
 3 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9d9986f..4ac2815 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 yasm-1.0.1.tar.gz
 yasm-1.1.0.tar.gz
+/yasm-1.2.0.tar.gz
diff --git a/sources b/sources
index ca21911..847a26e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8392e5f2235c2c2a981e1a633f2698cb  yasm-1.1.0.tar.gz
+4cfc0686cf5350dd1305c4d905eb55a6  yasm-1.2.0.tar.gz
diff --git a/yasm.spec b/yasm.spec
index cd6b8c2..38a74c0 100644
--- a/yasm.spec
+++ b/yasm.spec
@@ -1,11 +1,11 @@
 Summary: Modular Assembler
 Name: yasm
-Version: 1.1.0
-Release: 3%{?dist}
+Version: 1.2.0
+Release: 1%{?dist}
 # See COPYING for the detail, there is quite a lot!
 License: BSD and (GPLv2+ or Artistic or LGPLv2+) and LGPLv2
 Group: Development/Languages
-URL: http://www.tortall.net/projects/yasm/
+URL: http://yasm.tortall.net/
 Source: http://www.tortall.net/projects/yasm/releases/yasm-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: bison, byacc, xmlto, gettext-devel
@@ -41,16 +41,16 @@ Install this package if you need to rebuild applications that use yasm.
 
 %build
 %configure
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags}
 
 
 %install
-%{__rm} -rf %{buildroot}
-%{__make} install DESTDIR=%{buildroot}
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot}
 
 
 %clean
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
 
 
 %files
@@ -71,6 +71,10 @@ Install this package if you need to rebuild applications that use yasm.
 
 
 %changelog
+* Thu Mar 15 2012 Matthias Saou <matthias at saou.eu> 1.2.0-1
+- Update to 1.2.0 (#750234).
+- Minor spec file cleanups (keep EPEL compatibility, #802162).
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list