update to xz-5.0.0
This commit is contained in:
parent
09a5ed2c81
commit
e01c981e24
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
xz-4.999.9beta-212-gacbc.tar.gz
|
xz-5.0.0.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
9b475359622f67aea6774139585d5e33 xz-4.999.9beta-212-gacbc.tar.gz
|
5d4b128e1cefa301a232a4817bdbfc03 xz-5.0.0.tar.xz
|
||||||
|
20
xz.spec
20
xz.spec
@ -1,12 +1,11 @@
|
|||||||
%define git_hash acbc
|
|
||||||
Summary: LZMA compression utilities
|
Summary: LZMA compression utilities
|
||||||
Name: xz
|
Name: xz
|
||||||
Version: 4.999.9
|
Version: 5.0.0
|
||||||
Release: 0.3.beta.212.g%{git_hash}%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Applications/File
|
Group: Applications/File
|
||||||
# source created as "make dist" in checked out GIT tree
|
# source created as "make dist" in checked out GIT tree
|
||||||
Source0: http://tukaani.org/%{name}/%{name}-%{version}beta-212-g%{git_hash}.tar.gz
|
Source0: http://tukaani.org/%{name}/%{name}-%{version}.tar.xz
|
||||||
URL: http://tukaani.org/%{name}/
|
URL: http://tukaani.org/%{name}/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
@ -45,15 +44,15 @@ Group: Development/Libraries
|
|||||||
# lz{grep,diff,more} are GPLv2+. Other binaries are LGPLv2+
|
# lz{grep,diff,more} are GPLv2+. Other binaries are LGPLv2+
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Obsoletes: lzma < 5
|
Obsoletes: lzma < %{version}
|
||||||
Provides: lzma = 5
|
Provides: lzma = %{version}
|
||||||
|
|
||||||
%description lzma-compat
|
%description lzma-compat
|
||||||
The lzma-compat package contains compatibility links for older
|
The lzma-compat package contains compatibility links for older
|
||||||
commands that deal with the older LZMA format.
|
commands that deal with the older LZMA format.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}beta-212-g%{git_hash}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64" \
|
CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64" \
|
||||||
@ -84,13 +83,13 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS README THANKS COPYING.* ChangeLog
|
%doc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO
|
||||||
%{_bindir}/*xz*
|
%{_bindir}/*xz*
|
||||||
%{_mandir}/man1/*xz*
|
%{_mandir}/man1/*xz*
|
||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING.*
|
%doc COPYING*
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -107,6 +106,9 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man1/*lz*
|
%{_mandir}/man1/*lz*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 25 2010 Jindrich Novy <jnovy@redhat.com> 5.0.0-1
|
||||||
|
- update to the new upstream release
|
||||||
|
|
||||||
* Sat Oct 16 2010 Jindrich Novy <jnovy@redhat.com> 4.999.9-0.3.beta.212.gacbc
|
* Sat Oct 16 2010 Jindrich Novy <jnovy@redhat.com> 4.999.9-0.3.beta.212.gacbc
|
||||||
- update to latest git snapshot
|
- update to latest git snapshot
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user