|
@@ -2,7 +2,7 @@ Summary: LZMA compression utilities
|
|
Summary(ja): LZMA 圧縮ユーティリティ
|
|
Summary(ja): LZMA 圧縮ユーティリティ
|
|
Name: xz
|
|
Name: xz
|
|
Version: 5.0.5
|
|
Version: 5.0.5
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Release: 3%{?_dist_release}
|
|
License: LGPLv2+
|
|
License: LGPLv2+
|
|
Group: Applications/Archiving
|
|
Group: Applications/Archiving
|
|
Source0: http://tukaani.org/%{name}/%{name}-%{version}.tar.xz
|
|
Source0: http://tukaani.org/%{name}/%{name}-%{version}.tar.xz
|
|
@@ -46,7 +46,7 @@ Devel libraries and headers for liblzma.
|
|
%package lzma-compat
|
|
%package lzma-compat
|
|
Summary: Older LZMA format compatibility binaries
|
|
Summary: Older LZMA format compatibility binaries
|
|
Summary(ja): 旧式のLZMAフォーマット互換バイナリ
|
|
Summary(ja): 旧式のLZMAフォーマット互換バイナリ
|
|
-Group: Development/Libraries
|
|
|
|
|
|
+Group: Applications/Archiving
|
|
# 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}
|
|
@@ -63,7 +63,7 @@ commands that deal with the older LZMA format.
|
|
%build
|
|
%build
|
|
CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64" \
|
|
CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64" \
|
|
CXXFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64" \
|
|
CXXFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64" \
|
|
-%configure --disable-static
|
|
|
|
|
|
+%configure --enable-silent-rules --disable-static
|
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
|
|
|
|
@@ -76,6 +76,8 @@ rm -f %{buildroot}/%{_libdir}/*.a
|
|
rm -f %{buildroot}/%{_libdir}/*.la
|
|
rm -f %{buildroot}/%{_libdir}/*.la
|
|
rm -rf %{buildroot}/%{_docdir}/%{name}
|
|
rm -rf %{buildroot}/%{_docdir}/%{name}
|
|
|
|
|
|
|
|
+%find_lang %{name}
|
|
|
|
+
|
|
%check
|
|
%check
|
|
LD_LIBRARY_PATH=$PWD/src/liblzma/.libs make check
|
|
LD_LIBRARY_PATH=$PWD/src/liblzma/.libs make check
|
|
|
|
|
|
@@ -92,7 +94,7 @@ rm -rf %{buildroot}
|
|
%{_bindir}/*xz*
|
|
%{_bindir}/*xz*
|
|
%{_mandir}/man1/*xz*
|
|
%{_mandir}/man1/*xz*
|
|
|
|
|
|
-%files libs
|
|
|
|
|
|
+%files libs -f %{name}.lang
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%doc COPYING.*
|
|
%doc COPYING.*
|
|
%{_libdir}/lib*.so.*
|
|
%{_libdir}/lib*.so.*
|
|
@@ -111,6 +113,9 @@ rm -rf %{buildroot}
|
|
%{_mandir}/man1/*lz*
|
|
%{_mandir}/man1/*lz*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Oct 3 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 5.0.5-3
|
|
|
|
+- moved lzma-compat to Applications/Archiving Group
|
|
|
|
+
|
|
* Sat Jul 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.0.5-2
|
|
* Sat Jul 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.0.5-2
|
|
- rebuild with VineSeed environment
|
|
- rebuild with VineSeed environment
|
|
|
|
|