Hello community, here is the log from the commit of package nasm for openSUSE:Factory checked in at 2012-09-11 09:13:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nasm (Old) and /work/SRC/openSUSE:Factory/.nasm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nasm", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/nasm/nasm.changes 2011-09-23 02:14:15.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.nasm.new/nasm.changes 2012-09-11 09:13:32.000000000 +0200 @@ -1,0 +2,5 @@ +Sat Sep 8 11:22:45 UTC 2012 - [email protected] + +- Add explicit build dependency on makeinfo + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nasm.spec ++++++ --- /var/tmp/diff_new_pack.x6EDr4/_old 2012-09-11 09:13:40.000000000 +0200 +++ /var/tmp/diff_new_pack.x6EDr4/_new 2012-09-11 09:13:40.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package nasm # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,18 +15,16 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: nasm Url: http://nasm.sourceforge.net/ -License: BSD-2-Clause -Group: Development/Languages/Other -AutoReqProv: on Version: 2.09.08 -Release: 1 +Release: 0 Summary: Netwide Assembler (An x86 Assembler) +License: BSD-2-Clause +Group: Development/Languages/Other Source: nasm-%version.tar.bz2 +BuildRequires: makeinfo BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -35,77 +33,19 @@ Read the licence agreement in /usr/share/doc/packages/nasm/Licence. - - -Authors: --------- - Julian Hall <[email protected]> - Simon Tatham <[email protected]> - Nelson Rush <[email protected]> - Frank Kotler <[email protected]> - Stephen Silver <[email protected]> - John Coffman <[email protected]> - Yuri Zaporogets <[email protected]> - H. Peter Anvin <[email protected]> - John Fine <[email protected]> - Kendall Bennet <[email protected]> - Gary Clark - Andrew Crabtree - Rafael R. Sevilla <[email protected]> - Jaime Tejedor GXmez, aka Metalbrain <[email protected]> - James Seter <[email protected]> - Edward J. Beroset <[email protected]> - Stanislav Karchebny, aka berkus, madfire, daemonhunter <[email protected]> - Debbie Wiles, aka debs <[email protected]> - Trevor Woerner - Michael K. Ter Louw <[email protected]> - Martin Wawro - Alexei Frounze <[email protected]> - Keith Kanios, aka SpooK <[email protected]> - Chuck Crayne <[email protected]> - %prep %setup -q %package doc +Summary: Documentation for Nasm License: LGPL-2.1+ Group: Development/Languages/Other -Summary: Documentation for Nasm PreReq: %install_info_prereq Provides: nasm:/usr/share/doc/packages/nasm/nasmdoc.pdf %description doc This package contains the documentation for Nasm. - - -Authors: --------- - Julian Hall <[email protected]> - Simon Tatham <[email protected]> - Nelson Rush <[email protected]> - Frank Kotler <[email protected]> - Stephen Silver <[email protected]> - John Coffman <[email protected]> - Yuri Zaporogets <[email protected]> - H. Peter Anvin <[email protected]> - John Fine <[email protected]> - Kendall Bennet <[email protected]> - Gary Clark - Andrew Crabtree - Rafael R. Sevilla <[email protected]> - Jaime Tejedor GXmez, aka Metalbrain <[email protected]> - James Seter <[email protected]> - Edward J. Beroset <[email protected]> - Stanislav Karchebny, aka berkus, madfire, daemonhunter <[email protected]> - Debbie Wiles, aka debs <[email protected]> - Trevor Woerner - Michael K. Ter Louw <[email protected]> - Martin Wawro - Alexei Frounze <[email protected]> - Keith Kanios, aka SpooK <[email protected]> - Chuck Crayne <[email protected]> - %build touch -r ./ver.c ./ver.c.stamp TS=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y') @@ -113,6 +53,7 @@ touch -r ./ver.c.stamp ./ver.c %configure make all + cd doc make html info nasmdoc.ps nasmdoc.txt @@ -133,9 +74,6 @@ install -m 644 ndisasm.1 nasm.1 rdoff/*.1 $RPM_BUILD_ROOT%{_mandir}/man1 install -m 644 doc/info/* $RPM_BUILD_ROOT%{_infodir} -%clean -[ "$RPM_BUILD_ROOT" != "/" -a -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT; - %post doc %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
