rpms/yasm/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 yasm.spec, 1.7, 1.8 yasm-0.4.0-genmacro.patch, 1.1, NONE

Matthias Saou (thias) fedora-extras-commits at redhat.com
Fri Jul 14 08:54:01 UTC 2006


Author: thias

Update of /cvs/extras/rpms/yasm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26482

Modified Files:
	.cvsignore sources yasm.spec 
Removed Files:
	yasm-0.4.0-genmacro.patch 
Log Message:
Update to 0.5.0.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/yasm/devel/.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	14 Jul 2006 08:54:00 -0000	1.3
@@ -1 +1 @@
-yasm-0.4.0.tar.gz
+yasm-0.5.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/yasm/devel/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	14 Jul 2006 08:54:00 -0000	1.3
@@ -1 +1 @@
-2360e20c4e105ba95f4e9135a7901183  yasm-0.4.0.tar.gz
+d4931fcce497bd4f80ed349384704240  yasm-0.5.0.tar.gz


Index: yasm.spec
===================================================================
RCS file: /cvs/extras/rpms/yasm/devel/yasm.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- yasm.spec	6 Mar 2006 15:01:17 -0000	1.7
+++ yasm.spec	14 Jul 2006 08:54:00 -0000	1.8
@@ -1,16 +1,14 @@
 Summary: Complete rewrite of the NASM assembler
 Name: yasm
-Version: 0.4.0
-Release: 6%{?dist}
+Version: 0.5.0
+Release: 1%{?dist}
 License: BSD
 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
@@ -37,7 +35,7 @@
 
 %prep
 %setup
-%patch0 -p1
+
 
 %build
 %configure
@@ -60,27 +58,24 @@
 
 %files
 %defattr(-, root, root, 0755)
-%doc Artistic.txt AUTHORS BSD.txt ChangeLog COPYING GNU* NEWS README
+%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
 %{_includedir}/libyasm/
-%{_libdir}/*.a
-%exclude %{_libdir}/*.la
-%{_libdir}/*.so
-%dir %{_libdir}/yasm/
-%{_libdir}/yasm/*.a
-%exclude %{_libdir}/yasm/*.la
+%{_libdir}/libyasm.a
 %{_mandir}/man7/yasm_arch.7*
 
 
 %changelog
+* 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.
 


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




More information about the scm-commits mailing list