New upstream release (1.3.0)
This commit is contained in:
parent
9055ff9a2e
commit
1a2f4d78c9
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
yasm-1.0.1.tar.gz
|
||||
yasm-1.1.0.tar.gz
|
||||
/yasm-1.2.0.tar.gz
|
||||
/yasm-1.3.0.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
4cfc0686cf5350dd1305c4d905eb55a6 yasm-1.2.0.tar.gz
|
||||
fc9e586751ff789b34b1f21d572d96af yasm-1.3.0.tar.gz
|
||||
|
23
yasm.spec
23
yasm.spec
@ -1,14 +1,17 @@
|
||||
Summary: Modular Assembler
|
||||
Name: yasm
|
||||
Version: 1.2.0
|
||||
Release: 8%{?dist}
|
||||
Version: 1.3.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://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
|
||||
|
||||
BuildRequires: bison
|
||||
BuildRequires: byacc
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: xmlto
|
||||
Provides: bundled(md5-plumb)
|
||||
|
||||
%description
|
||||
@ -22,7 +25,6 @@ overall design is an optimizer module.
|
||||
|
||||
%package devel
|
||||
Summary: Header files and static libraries for the yasm Modular Assembler
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Provides: %{name}-static = %{version}-%{release}
|
||||
Provides: bundled(md5-plumb)
|
||||
@ -56,15 +58,14 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc Artistic.txt AUTHORS BSD.txt COPYING GNU*
|
||||
%license Artistic.txt BSD.txt COPYING GNU_GPL-2.0 GNU_LGPL-2.0
|
||||
%doc AUTHORS
|
||||
%{_bindir}/vsyasm
|
||||
%{_bindir}/yasm
|
||||
%{_bindir}/ytasm
|
||||
%{_mandir}/man1/yasm.1*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/libyasm/
|
||||
%{_includedir}/libyasm-stdint.h
|
||||
%{_includedir}/libyasm.h
|
||||
@ -73,6 +74,10 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user