rpms/yasm/EL-4 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 yasm.spec, 1.3, 1.4 yasm-0.4.0-genmacro.patch, 1.1, NONE

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Jun 5 09:29:40 UTC 2008


Author: thias

Update of /cvs/extras/rpms/yasm/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32750/EL-4

Modified Files:
	.cvsignore sources yasm.spec 
Removed Files:
	yasm-0.4.0-genmacro.patch 
Log Message:
Update EL branches to the latest version for initial builds.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/yasm/EL-4/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	31 Jan 2005 17:31:15 -0000	1.2
+++ .cvsignore	5 Jun 2008 09:28:47 -0000	1.3
@@ -1 +1 @@
-yasm-0.4.0.tar.gz
+yasm-0.7.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/yasm/EL-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	31 Jan 2005 17:31:15 -0000	1.2
+++ sources	5 Jun 2008 09:28:47 -0000	1.3
@@ -1 +1 @@
-2360e20c4e105ba95f4e9135a7901183  yasm-0.4.0.tar.gz
+fce21d066f4d04e3ec7f9318e6446e2b  yasm-0.7.1.tar.gz


Index: yasm.spec
===================================================================
RCS file: /cvs/extras/rpms/yasm/EL-4/yasm.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- yasm.spec	11 Oct 2005 23:33:38 -0000	1.3
+++ yasm.spec	5 Jun 2008 09:28:47 -0000	1.4
@@ -1,16 +1,15 @@
 Summary: Complete rewrite of the NASM assembler
 Name: yasm
-Version: 0.4.0
-Release: 2
-License: BSD
+Version: 0.7.1
+Release: 1%{?dist}
+# See COPYING for the detail, there is quite a lot!
+License: BSD and (Artistic or GPLv2+ or LGPLv2+) and LGPLv2
 Group: Development/Languages
 URL: http://www.tortall.net/projects/yasm/
 Source: http://www.tortall.net/projects/yasm/releases/yasm-%{version}.tar.gz
-Patch0: yasm-0.4.0-genmacro.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: bison, byacc, xmlto, gettext-devel
 
-
 %description
 Yasm is a complete rewrite of the NASM assembler under the "new" BSD License
 (some portions are under other licenses, see COPYING for details). It is
@@ -23,7 +22,7 @@
 %package devel
 Summary: Header files and static libraries for yasm
 Group: Development/Libraries
-Requires: %{name} = %{version}
+Requires: %{name} = %{version}-%{release}
 
 %description devel
 Yasm is a complete rewrite of the NASM assembler under the "new" BSD License
@@ -36,8 +35,8 @@
 
 
 %prep
-%setup
-%patch0 -p1
+%setup -q
+
 
 %build
 %configure
@@ -46,7 +45,7 @@
 
 %install
 %{__rm} -rf %{buildroot}
-%makeinstall
+%{__make} install DESTDIR=%{buildroot}
 
 
 %clean
@@ -59,28 +58,66 @@
 
 
 %files
-%defattr(-, root, root, 0755)
-%doc Artistic.txt AUTHORS BSD.txt ChangeLog COPYING GNU* NEWS README
+%defattr(-,root,root,-)
+%doc Artistic.txt AUTHORS BSD.txt COPYING GNU*
 %{_bindir}/yasm
-%{_libdir}/*.so.*
-%dir %{_libdir}/yasm/
-%{_libdir}/yasm/*.so
 %{_mandir}/man1/yasm.1*
 
 %files devel
-%defattr(-, root, root, 0755)
-%{_includedir}/libyasm.h
+%defattr(-,root,root,-)
 %{_includedir}/libyasm/
-%{_libdir}/*.a
-%exclude %{_libdir}/*.la
-%{_libdir}/*.so
-%dir %{_libdir}/yasm/
-%{_libdir}/yasm/*.a
-%exclude %{_libdir}/yasm/*.la
-%{_mandir}/man7/yasm_arch.7*
+%{_includedir}/libyasm-stdint.h
+%{_includedir}/libyasm.h
+%{_libdir}/libyasm.a
+%{_mandir}/man7/yasm_*.7*
 
 
 %changelog
+* Tue May 20 2008 Matthias Saou <http://freshrpms.net/> 0.7.1-1
+- Update to 0.7.1.
+
+* Tue May 13 2008 Matthias Saou <http://freshrpms.net/> 0.7.0-1
+- Update to 0.7.0.
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org>
+- Autorebuild for GCC 4.3
+
+* Mon Sep 24 2007 Matthias Saou <http://freshrpms.net/> 0.6.2-1
+- Update to 0.6.2.
+
+* Thu Aug 23 2007 Matthias Saou <http://freshrpms.net/> 0.6.1-3
+- Rebuild for new BuildID feature.
+
+* Fri Aug  3 2007 Matthias Saou <http://freshrpms.net/> 0.6.1-2
+- Update License field, it wasn't simply "BSD"...
+
+* Tue Jun 19 2007 Matthias Saou <http://freshrpms.net/> 0.6.1-1
+- Update to 0.6.1.
+
+* Sun Feb 25 2007 Matthias Saou <http://freshrpms.net/> 0.6.0-1
+- Update to 0.6.0.
+
+* 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
+- Update to 0.5.0.
+- Remove empty files from %%doc.
+- There are no more shared libraries, only a static one, so update %%files.
+
+* Mon Mar  6 2006 Matthias Saou <http://freshrpms.net/> 0.4.0-6
+- FC5 rebuild.
+
+* Thu Feb  9 2006 Matthias Saou <http://freshrpms.net/> 0.4.0-5
+- Rebuild for new gcc/glibc.
+
+* Sun May 22 2005 Jeremy Katz <katzj at redhat.com> - 0.4.0-4
+- rebuild on all arches
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+- rebuilt
+
 * Mon Feb 14 2005 David Woodhouse <dwmw2 at infradead.org> 0.4.0-2
 - Fix corruption in genmacro
 


--- yasm-0.4.0-genmacro.patch DELETED ---




More information about the fedora-extras-commits mailing list