New upstream release (1.3.0)

This commit is contained in:
Christian Dersch 2015-10-01 00:15:00 +02:00
parent 9055ff9a2e
commit 1a2f4d78c9
3 changed files with 16 additions and 10 deletions

1
.gitignore vendored
View File

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

View File

@ -1 +1 @@
4cfc0686cf5350dd1305c4d905eb55a6 yasm-1.2.0.tar.gz fc9e586751ff789b34b1f21d572d96af yasm-1.3.0.tar.gz

View File

@ -1,14 +1,17 @@
Summary: Modular Assembler Summary: Modular Assembler
Name: yasm Name: yasm
Version: 1.2.0 Version: 1.3.0
Release: 8%{?dist} Release: 1%{?dist}
# See COPYING for the detail, there is quite a lot! # See COPYING for the detail, there is quite a lot!
License: BSD and (GPLv2+ or Artistic or LGPLv2+) and LGPLv2 License: BSD and (GPLv2+ or Artistic or LGPLv2+) and LGPLv2
Group: Development/Languages
URL: http://yasm.tortall.net/ URL: http://yasm.tortall.net/
Source: http://www.tortall.net/projects/yasm/releases/yasm-%{version}.tar.gz Source: http://www.tortall.net/projects/yasm/releases/yasm-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: bison, byacc, xmlto, gettext-devel BuildRequires: bison
BuildRequires: byacc
BuildRequires: gettext-devel
BuildRequires: xmlto
Provides: bundled(md5-plumb) Provides: bundled(md5-plumb)
%description %description
@ -22,7 +25,6 @@ overall design is an optimizer module.
%package devel %package devel
Summary: Header files and static libraries for the yasm Modular Assembler Summary: Header files and static libraries for the yasm Modular Assembler
Group: Development/Libraries
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Provides: %{name}-static = %{version}-%{release} Provides: %{name}-static = %{version}-%{release}
Provides: bundled(md5-plumb) Provides: bundled(md5-plumb)
@ -56,15 +58,14 @@ rm -rf %{buildroot}
%files %files
%defattr(-,root,root,-) %license Artistic.txt BSD.txt COPYING GNU_GPL-2.0 GNU_LGPL-2.0
%doc Artistic.txt AUTHORS BSD.txt COPYING GNU* %doc AUTHORS
%{_bindir}/vsyasm %{_bindir}/vsyasm
%{_bindir}/yasm %{_bindir}/yasm
%{_bindir}/ytasm %{_bindir}/ytasm
%{_mandir}/man1/yasm.1* %{_mandir}/man1/yasm.1*
%files devel %files devel
%defattr(-,root,root,-)
%{_includedir}/libyasm/ %{_includedir}/libyasm/
%{_includedir}/libyasm-stdint.h %{_includedir}/libyasm-stdint.h
%{_includedir}/libyasm.h %{_includedir}/libyasm.h
@ -73,6 +74,10 @@ rm -rf %{buildroot}
%changelog %changelog
* Wed Sep 30 2015 Christian Dersch <lupinix@mailbox.org> - 1.3.0-1
- new version
- spec cleanup
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-8 * Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild