diff --git a/.gitignore b/.gitignore index 4ac2815..6e43b59 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 847a26e..5611a4f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4cfc0686cf5350dd1305c4d905eb55a6 yasm-1.2.0.tar.gz +fc9e586751ff789b34b1f21d572d96af yasm-1.3.0.tar.gz diff --git a/yasm.spec b/yasm.spec index 48910f4..9b510d5 100644 --- a/yasm.spec +++ b/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 - 1.3.0-1 +- new version +- spec cleanup + * Fri Jun 19 2015 Fedora Release Engineering - 1.2.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild