Search
j0ke.net Open Build Service
>
Projects
>
devel
>
yasm
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 12
[-]
[+]
Changed
yasm.spec
@@ -1,27 +1,23 @@ # -# spec file for package yasm (Version 0.8.0) +# spec file for package yasm (Version 1.0.1) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. +# based on the spec file from openSUSE: +# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # -# Please submit bugfixes or comments via http://bugs.opensuse.org/ -# - # norootforbuild -# usedforbuild aaa_base acl attr audit-libs autoconf automake bash bind-libs bind-utils binutils bison bzip2 coreutils cpio cpp cracklib cvs cyrus-sasl db diffutils e2fsprogs file filesystem fillup findutils flex gawk gcc gdbm gdbm-devel gettext gettext-devel glibc glibc-devel glibc-locale gpm grep groff gzip info insserv klogd less libacl libattr libcom_err libgcc libnscd libstdc++ libtool libxcrypt libzio m4 make man mktemp module-init-tools ncurses ncurses-devel net-tools netcfg openldap2-client openssl pam pam-modules patch perl permissions popt procinfo procps psmisc pwdutils rcs readline rpm sed strace sysvinit tar tcpd texinfo timezone unzip util-linux vim zlib zlib-devel + Name: yasm -URL: http://www.tortall.net/projects/yasm/ -License: BSD +Version: 1.0.1 +Release: 1 +License: BSD 3-Clause Group: Development/Languages/Other -Autoreqprov: on -Version: 0.8.0 -Release: 20 Summary: YASM is a complete rewrite of the NASM assembler -Source0: yasm-%{version}.tar.bz2 +Url: http://www.tortall.net/projects/yasm/ +Source0: %{name}-%{version}.tar.bz2 +AutoReqProv: on BuildRoot: %{_tmppath}/%{name}-%{version}-build - +BuildRequires: python %description YASM is a complete rewrite of the NASM assembler. It is designed from @@ -37,6 +33,7 @@ Peter Johnson <peter@tortall.net> %debug_package + %package devel License: BSD 3-Clause Summary: YASM development package @@ -58,18 +55,19 @@ %setup -q %build -CFLAGS="$RPM_OPT_FLAGS" \ -./configure --libdir=%_libdir --prefix=/usr --mandir=%_mandir -%__make %{?jobs:-j%jobs} +export CFLAGS="%{optflags}" +%{configure} --prefix=/usr --with-gnu-ld --enable-python +%{__make} %{?jobs:-j%{jobs}} %install -%__make DESTDIR=$RPM_BUILD_ROOT install +[ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot} +mkdir %{buildroot} +%__make DESTDIR=$RPM_BUILD_ROOT install %clean -rm -rf $RPM_BUILD_ROOT +[ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot} %post -p /sbin/ldconfig - %postun -p /sbin/ldconfig %files @@ -85,32 +83,6 @@ /usr/include/* %{_libdir}/lib*.a -%changelog -n yasm -* Sat Jul 11 2009 Carsten Schoene <cs@linux-administrator.com> - 0.8.0-20 -- update to release 0.8.0 - -* Sat Aug 16 2008 Carsten Schoene <cs@linux-administrator.com> -- new upstream release 0.7.1 -* Wed Mar 19 2008 Carsten Schoene <cs@linux-administrator.com> -- version bump to 0.6.2 -* Sun Sep 30 2007 Carsten Schoene <cs@linux-administrator.com> -- import for SLE_10 build -* Wed Jan 25 2006 - mls@suse.de -- converted neededforbuild to BuildRequires -* Mon Jul 04 2005 - sf@suse.de -- fix missing string function declarations -* Wed Apr 27 2005 - meissner@suse.de -- fixed one stack overflow. -* Sun Mar 20 2005 - olh@suse.de -- fix memory corruption in genmacro while handling empty lines - or lines with whitespaces only - use RPM_OPT_FLAGS, build with icecream -* Thu Feb 10 2005 - sf@suse.de -- update to version 0.4.0 -- added man pages -* Fri Nov 12 2004 - ro@suse.de -- fixed file list -* Sat Jan 10 2004 - adrian@suse.de -- add %%defattr and %%run_dlconfig -* Wed Nov 12 2003 - sf@suse.de -- initial release 0.3.0 +%changelog +* Sat Jul 11 2009 Carsten Schoene <cs@linux-administrator.com> - 1.0.1-1 +- update to release 1.0.1
Changed
yasm-1.0.1.tar.bz2
^