mirror of
https://abf.rosa.ru/djam/xz.git
synced 2025-02-23 10:32:56 +00:00
Automatic import for version 5.1.2
This commit is contained in:
parent
2c00e1f163
commit
ede032bc14
3 changed files with 12 additions and 4 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
"xz-5.1.1alpha.tar.xz": 38c87c99817aa496381b828536b1ef8bf7be1ebe
|
"xz-5.1.2alpha.tar.xz": 814cead2ad2f32b2840520b11bfd5a01a9363ef4
|
||||||
|
|
14
xz.spec
14
xz.spec
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
Summary: XZ utils
|
Summary: XZ utils
|
||||||
Name: xz
|
Name: xz
|
||||||
Version: 5.1.1
|
Version: 5.1.2
|
||||||
Release: 0.alpha.1
|
Release: 0.alpha.1
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
Group: Archiving/Compression
|
Group: Archiving/Compression
|
||||||
|
@ -76,7 +76,7 @@ Devel libraries & headers for liblzma.
|
||||||
export CONFIGURE_TOP=`pwd`
|
export CONFIGURE_TOP=`pwd`
|
||||||
mkdir objs
|
mkdir objs
|
||||||
pushd objs
|
pushd objs
|
||||||
CFLAGS="%{optflags} -O3 -funroll-loops" \
|
CFLAGS="%{optflags} -Ofast -funroll-loops" \
|
||||||
%configure2_5x
|
%configure2_5x
|
||||||
%make
|
%make
|
||||||
popd
|
popd
|
||||||
|
@ -150,7 +150,6 @@ make check -C objs
|
||||||
%{_includedir}/%{lname}/*.h
|
%{_includedir}/%{lname}/*.h
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
%{_libdir}/*.la
|
|
||||||
%if %{with dietlibc}
|
%if %{with dietlibc}
|
||||||
%{_prefix}/lib/dietlibc/lib-%{_arch}/liblzma.a
|
%{_prefix}/lib/dietlibc/lib-%{_arch}/liblzma.a
|
||||||
%endif
|
%endif
|
||||||
|
@ -161,6 +160,15 @@ make check -C objs
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 05 2012 Per Øyvind Karlsen <peroyvind@mandriva.org> 5.1.2-0.alpha.1
|
||||||
|
+ Revision: 808152
|
||||||
|
- build with -Ofast
|
||||||
|
- new version
|
||||||
|
|
||||||
|
* Thu Mar 29 2012 Bogdano Arendartchuk <bogdano@mandriva.com> 5.1.1-0.alpha.2
|
||||||
|
+ Revision: 788234
|
||||||
|
- remove .la files from the file list
|
||||||
|
|
||||||
* Fri Oct 14 2011 Per Øyvind Karlsen <peroyvind@mandriva.org> 5.1.1-0.alpha.1
|
* Fri Oct 14 2011 Per Øyvind Karlsen <peroyvind@mandriva.org> 5.1.1-0.alpha.1
|
||||||
+ Revision: 704723
|
+ Revision: 704723
|
||||||
- fix symlink creation for library moved to /%%{_lib}/
|
- fix symlink creation for library moved to /%%{_lib}/
|
||||||
|
|
0
xzme
Executable file → Normal file
0
xzme
Executable file → Normal file
Loading…
Add table
Reference in a new issue