Author: qboosh Date: Wed Jul 19 20:10:32 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.5.0, removed obsolete segv patch - libyasm is only static now
---- Files affected: SPECS: yasm.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: SPECS/yasm.spec diff -u SPECS/yasm.spec:1.5 SPECS/yasm.spec:1.6 --- SPECS/yasm.spec:1.5 Mon May 1 16:43:45 2006 +++ SPECS/yasm.spec Wed Jul 19 22:10:27 2006 @@ -2,19 +2,16 @@ Summary: The YASM Modular Assembler Summary(pl): Modularny assembler YASM Name: yasm -Version: 0.4.0 +Version: 0.5.0 Release: 1 License: distributable (BSD, GPL, LGPL, Artistic; see COPYING) Group: Development/Tools Source0: http://www.tortall.net/projects/yasm/releases/%{name}-%{version}.tar.gz -# Source0-md5: 2360e20c4e105ba95f4e9135a7901183 -Patch0: %{name}-segv.patch +# Source0-md5: d4931fcce497bd4f80ed349384704240 URL: http://www.tortall.net/projects/yasm/ BuildRequires: bison >= 1.25 -# convenience is used in frontend -#BuildRequires: libltdl-devel BuildRequires: xmlto -Requires: libyasm = %{version}-%{release} +Obsoletes: libyasm BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -34,44 +31,22 @@ formatów obiektów wyjściowych, a nawet wiele zestawów instrukcji. Kolejny główny moduł ogólnego projektu to moduł optymalizatora. -%package -n libyasm -Summary: YASM - libyasm -Summary(pl): YASM - biblioetka libyasm -Group: Libraries - -%description -n libyasm -YASM - libyasm. - -%description -n libyasm -l pl -YASM - biblioteka libyasm. - %package -n libyasm-devel -Summary: Header files for libyasm library -Summary(pl): Pliki nagłówkowe biblioteki libyasm +Summary: Header files and static libyasm library +Summary(pl): Pliki nagłówkowe i statyczna biblioteka libyasm Group: Development/Libraries -Requires: libyasm = %{version}-%{release} +License: BSD+Artistic or LGPL or GPL (see COPYING) +Obsoletes: libyasm +Obsoletes: libyasm-static %description -n libyasm-devel -Header files for libyasm library. +Header files and static libyasm library. %description -n libyasm-devel -l pl -Pliki nagłówkowe biblioteki libyasm. - -%package -n libyasm-static -Summary: Static libyasm library -Summary(pl): Statyczna biblioteka libyasm -Group: Development/Libraries -Requires: libyasm-devel = %{version}-%{release} - -%description -n libyasm-static -Static libyasm library. - -%description -n libyasm-static -l pl -Statyczna biblioteka libyasm. +Pliki nagłówkowe i statyczna biblioteka libyasm. %prep %setup -q -%patch0 -p1 %build %configure \ @@ -85,43 +60,32 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -rm -f $RPM_BUILD_ROOT%{_libdir}/yasm/*.{la,a} - %clean rm -rf $RPM_BUILD_ROOT -%post -n libyasm -p /sbin/ldconfig -%postun -n libyasm -p /sbin/ldconfig - %files %defattr(644,root,root,755) %doc AUTHORS BSD.txt COPYING %attr(755,root,root) %{_bindir}/* -%dir %{_libdir}/yasm -%attr(755,root,root) %{_libdir}/yasm/*.so %{_mandir}/man[17]/* -%files -n libyasm -%defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/libyasm.so.*.*.* - %files -n libyasm-devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/libyasm.so -%{_libdir}/libyasm.la +%doc AUTHORS BSD.txt COPYING +%{_libdir}/libyasm.a %{_includedir}/libyasm.h %{_includedir}/libyasm -%files -n libyasm-static -%defattr(644,root,root,755) -%{_libdir}/libyasm.a - %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[EMAIL PROTECTED]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2006/07/19 20:10:27 qboosh +- updated to 0.5.0, removed obsolete segv patch +- libyasm is only static now + Revision 1.5 2006/05/01 14:43:45 pluto - perform tests. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/yasm.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
