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 11
[-]
[+]
Changed
yasm.spec
@@ -1,5 +1,5 @@ # -# spec file for package yasm (Version 0.7.1) +# spec file for package yasm (Version 0.8.0) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -16,11 +16,10 @@ License: BSD Group: Development/Languages/Other Autoreqprov: on -Version: 0.7.1 +Version: 0.8.0 Release: 20 Summary: YASM is a complete rewrite of the NASM assembler -Source0: yasm-%{version}.tar.gz -Source1: %{name}-rpmlintrc +Source0: yasm-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -38,6 +37,23 @@ Peter Johnson <peter@tortall.net> %debug_package +%package devel +License: BSD 3-Clause +Summary: YASM development package +Group: Development/Languages/Other +AutoReqProv: on +Requires: %{name} = %{version} + +%description devel +This package includes everything needed to develop programs that use +libyasm. + + + +Authors: +-------- + Peter Johnson <peter@tortall.net> + %prep %setup -q @@ -52,24 +68,27 @@ %clean rm -rf $RPM_BUILD_ROOT -%post -/sbin/ldconfig +%post -p /sbin/ldconfig -%postun -/sbin/ldconfig +%postun -p /sbin/ldconfig %files %defattr(-,root,root) %doc ABOUT-NLS AUTHORS Artistic.txt BSD.txt COPYING GNU_GPL-2.0 -%doc GNU_LGPL-2.0 INSTALL -%_libdir/lib* -##%_libdir/yasm -/usr/bin/* +%doc GNU_LGPL-2.0 +%{_bindir}/* +%{_mandir}/man7/* +%{_mandir}/man1/* + +%files devel +%defattr(-,root,root) /usr/include/* -%_mandir/man7/* -%_mandir/man1/* +%{_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>
Deleted
yasm-0.7.1-0.pm.0.src.rpm
^
Deleted
yasm-0.7.1.tar.gz
^
Changed
yasm-0.8.0.tar.bz2
^
[-]
[+]
Deleted
yasm-rpmlintrc
^
@@ -1,2 +0,0 @@ -from Config import * -addFilter("yasm.* devel-file-in-non-devel-package")