Changes of Revision 11
[-] | Changed | yasm.spec |
x 1
2 # 3 -# spec file for package yasm (Version 0.7.1) 4 +# spec file for package yasm (Version 0.8.0) 5 # 6 # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. 7 # This file and all modifications and additions to the pristine 8
9 License: BSD 10 Group: Development/Languages/Other 11 Autoreqprov: on 12 -Version: 0.7.1 13 +Version: 0.8.0 14 Release: 20 15 Summary: YASM is a complete rewrite of the NASM assembler 16 -Source0: yasm-%{version}.tar.gz 17 -Source1: %{name}-rpmlintrc 18 +Source0: yasm-%{version}.tar.bz2 19 BuildRoot: %{_tmppath}/%{name}-%{version}-build 20 21 22
23 Peter Johnson <peter@tortall.net> 24 25 %debug_package 26 +%package devel 27 +License: BSD 3-Clause 28 +Summary: YASM development package 29 +Group: Development/Languages/Other 30 +AutoReqProv: on 31 +Requires: %{name} = %{version} 32 + 33 +%description devel 34 +This package includes everything needed to develop programs that use 35 +libyasm. 36 + 37 + 38 + 39 +Authors: 40 +-------- 41 + Peter Johnson <peter@tortall.net> 42 + 43 %prep 44 %setup -q 45 46
47 %clean 48 rm -rf $RPM_BUILD_ROOT 49 50 -%post 51 -/sbin/ldconfig 52 +%post -p /sbin/ldconfig 53 54 -%postun 55 -/sbin/ldconfig 56 +%postun -p /sbin/ldconfig 57 58 %files 59 %defattr(-,root,root) 60 %doc ABOUT-NLS AUTHORS Artistic.txt BSD.txt COPYING GNU_GPL-2.0 61 -%doc GNU_LGPL-2.0 INSTALL 62 -%_libdir/lib* 63 -##%_libdir/yasm 64 -/usr/bin/* 65 +%doc GNU_LGPL-2.0 66 +%{_bindir}/* 67 +%{_mandir}/man7/* 68 +%{_mandir}/man1/* 69 + 70 +%files devel 71 +%defattr(-,root,root) 72 /usr/include/* 73 -%_mandir/man7/* 74 -%_mandir/man1/* 75 +%{_libdir}/lib*.a 76 77 %changelog -n yasm 78 +* Sat Jul 11 2009 Carsten Schoene <cs@linux-administrator.com> - 0.8.0-20 79 +- update to release 0.8.0 80 + 81 * Sat Aug 16 2008 Carsten Schoene <cs@linux-administrator.com> 82 - new upstream release 0.7.1 83 * Wed Mar 19 2008 Carsten Schoene <cs@linux-administrator.com> 84 |
||
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") |