|
@@ -1,12 +1,17 @@
|
|
Summary: A file archiver with very high compression ratio
|
|
Summary: A file archiver with very high compression ratio
|
|
Summary(ja): 非常に圧縮率の高いファイルアーカイバ
|
|
Summary(ja): 非常に圧縮率の高いファイルアーカイバ
|
|
Name: p7zip
|
|
Name: p7zip
|
|
-Version: 9.13
|
|
|
|
|
|
+Version: 9.20.1
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: LGPL
|
|
License: LGPL
|
|
Group: Applications/Archiving
|
|
Group: Applications/Archiving
|
|
URL: http://p7zip.sourceforge.net/
|
|
URL: http://p7zip.sourceforge.net/
|
|
Source0 http://prdownloads.sourceforge.net/p7zip/p7zip_%{version}_src_all.tar.bz2
|
|
Source0 http://prdownloads.sourceforge.net/p7zip/p7zip_%{version}_src_all.tar.bz2
|
|
|
|
+
|
|
|
|
+Patch0: 01_makefile.patch
|
|
|
|
+Patch1: 02_man.patch
|
|
|
|
+Patch2: 04_no_strip_by_default.diff
|
|
|
|
+
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: perl
|
|
BuildRequires: perl
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
@@ -44,10 +49,13 @@ This package contains also a virtual file system for Midnight Commander.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q -n %{name}_%{version}
|
|
%setup -q -n %{name}_%{version}
|
|
|
|
+%patch0 -p1
|
|
|
|
+%patch1 -p1
|
|
|
|
+%patch2 -p1
|
|
|
|
|
|
-%ifarch %{ix86} ppc alpha
|
|
|
|
-%__cp -f makefile.linux_x86_ppc_alpha makefile.machine
|
|
|
|
-%endif
|
|
|
|
|
|
+#%ifarch %{ix86} ppc alpha
|
|
|
|
+#%__cp -f makefile.linux_x86_ppc_alpha makefile.machine
|
|
|
|
+#%endif
|
|
%ifarch x86_64
|
|
%ifarch x86_64
|
|
%__cp -f makefile.linux_amd64 makefile.machine
|
|
%__cp -f makefile.linux_amd64 makefile.machine
|
|
%endif
|
|
%endif
|
|
@@ -108,11 +116,16 @@ EOF
|
|
%{_bindir}/7z
|
|
%{_bindir}/7z
|
|
%{_libdir}/%{name}/7z
|
|
%{_libdir}/%{name}/7z
|
|
%{_libdir}/%{name}/7z.so
|
|
%{_libdir}/%{name}/7z.so
|
|
-%{_libdir}/%{name}/Codecs
|
|
|
|
|
|
+#%{_libdir}/%{name}/Codecs
|
|
#{_libdir}/%{name}/Formats
|
|
#{_libdir}/%{name}/Formats
|
|
%{_mandir}/man*/*
|
|
%{_mandir}/man*/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed May 11 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 9.20.1-1
|
|
|
|
+- new upstream release
|
|
|
|
+- added patch0,1,2 from Debian
|
|
|
|
+- deleted rar archive support in - plugins
|
|
|
|
+
|
|
* Wed Jun 9 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 9.13-1
|
|
* Wed Jun 9 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 9.13-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|