FC6 rebuilds.

This commit is contained in:
Matthias Saou 2006-08-28 16:40:29 +00:00
parent a6685cf697
commit f86631cc22
2 changed files with 6 additions and 3 deletions

View File

@ -1 +0,0 @@
http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild

View File

@ -1,7 +1,7 @@
Summary: Complete rewrite of the NASM assembler Summary: Complete rewrite of the NASM assembler
Name: yasm Name: yasm
Version: 0.5.0 Version: 0.5.0
Release: 1%{?dist} Release: 2%{?dist}
License: BSD License: BSD
Group: Development/Languages Group: Development/Languages
URL: http://www.tortall.net/projects/yasm/ URL: http://www.tortall.net/projects/yasm/
@ -21,7 +21,7 @@ overall design is an optimizer module.
%package devel %package devel
Summary: Header files and static libraries for yasm Summary: Header files and static libraries for yasm
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = %{version} Requires: %{name} = %{version}-%{release}
%description devel %description devel
Yasm is a complete rewrite of the NASM assembler under the "new" BSD License Yasm is a complete rewrite of the NASM assembler under the "new" BSD License
@ -71,6 +71,10 @@ Install this package if you need to rebuild applications that use yasm.
%changelog %changelog
* Mon Aug 28 2006 Matthias Saou <http://freshrpms.net/> 0.5.0-2
- FC6 rebuild.
- Require the same release in the devel sub-package.
* Fri Jul 14 2006 Matthias Saou <http://freshrpms.net/> 0.5.0-1 * Fri Jul 14 2006 Matthias Saou <http://freshrpms.net/> 0.5.0-1
- Update to 0.5.0. - Update to 0.5.0.
- Remove empty files from %%doc. - Remove empty files from %%doc.