Update to 1.2.0 and minor spec file cleanups

This commit is contained in:
Matthias Saou 2012-03-15 14:12:56 +01:00
parent 3b7fbb346d
commit 3f376155d8
3 changed files with 13 additions and 8 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
yasm-1.0.1.tar.gz
yasm-1.1.0.tar.gz
/yasm-1.2.0.tar.gz

View File

@ -1 +1 @@
8392e5f2235c2c2a981e1a633f2698cb yasm-1.1.0.tar.gz
4cfc0686cf5350dd1305c4d905eb55a6 yasm-1.2.0.tar.gz

View File

@ -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@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@lists.fedoraproject.org> - 1.1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild