[svn] r5208 - trunk/rpms/yasm
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Sun Feb 25 11:36:00 CET 2007
Author: thias
Date: 2007-02-25 11:35:59 +0100 (Sun, 25 Feb 2007)
New Revision: 5208
Modified:
trunk/rpms/yasm/yasm.spec
Log:
Update yasm to 0.6.0.
Modified: trunk/rpms/yasm/yasm.spec
===================================================================
--- trunk/rpms/yasm/yasm.spec 2007-02-24 15:16:19 UTC (rev 5207)
+++ trunk/rpms/yasm/yasm.spec 2007-02-25 10:35:59 UTC (rev 5208)
@@ -11,7 +11,7 @@
Summary: Complete rewrite of the NASM assembler
Name: yasm
-Version: 0.5.0
+Version: 0.6.0
Release: 1
License: BSD
Group: Development/Languages
@@ -74,7 +74,7 @@
%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/
@@ -83,18 +83,23 @@
%files devel
%defattr(-, root, root, 0755)
+%{_includedir}/libyasm/
+%{_includedir}/libyasm-stdint.h
%{_includedir}/libyasm.h
-%{_includedir}/libyasm/
%{_libdir}/libyasm.a
#%exclude %{_libdir}/*.la
#%{_libdir}/*.so
#%dir %{_libdir}/yasm/
#%{_libdir}/yasm/*.a
#%exclude %{_libdir}/yasm/*.la
-%{_mandir}/man7/yasm_arch.7*
+%{_mandir}/man7/yasm_*.7*
%changelog
+* Sun Feb 25 2007 Matthias Saou <http://freshrpms.net/> 0.6.0-1
+- Update to 0.6.0.
+- Remove empty doc files.
+
* Fri Jul 14 2006 Dag Wieers <dag at wieers.com> - 0.5.0-1
- Updated to release 0.5.0.
More information about the svn-commits
mailing list