Browse Source

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@4007 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 13 years ago
parent
commit
15a4b882c4
3 changed files with 28 additions and 8 deletions
  1. 18 5
      p/p7zip/p7zip-vl.spec
  2. 4 1
      p/poppler-data/poppler-data-vl.spec
  3. 6 2
      p/poppler/poppler-vl.spec

+ 18 - 5
p/p7zip/p7zip-vl.spec

@@ -1,12 +1,17 @@
 Summary:	A file archiver with very high compression ratio
 Summary(ja):	非常に圧縮率の高いファイルアーカイバ
 Name:		p7zip
-Version:	9.13
+Version:	9.20.1
 Release:	1%{?_dist_release}
 License:	LGPL
 Group:		Applications/Archiving
 URL:		http://p7zip.sourceforge.net/
 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
 BuildRequires:	perl
 Vendor:		Project Vine
@@ -44,10 +49,13 @@ This package contains also a virtual file system for Midnight Commander.
 
 %prep
 %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
 %__cp -f makefile.linux_amd64 makefile.machine
 %endif
@@ -108,11 +116,16 @@ EOF
 %{_bindir}/7z
 %{_libdir}/%{name}/7z
 %{_libdir}/%{name}/7z.so
-%{_libdir}/%{name}/Codecs
+#%{_libdir}/%{name}/Codecs
 #{_libdir}/%{name}/Formats
 %{_mandir}/man*/*
 
 %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
 - new upstream release
 

+ 4 - 1
p/poppler-data/poppler-data-vl.spec

@@ -1,5 +1,5 @@
 %define name	poppler-data
-%define version	0.4.3
+%define version	0.4.4
 %define release	1%{?_dist_release}
 
 Summary:	Poppler encoding data.
@@ -47,6 +47,9 @@ Cyrillic properly.
 %{_datadir}/poppler
 
 %changelog
+* Tue May 31 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.4-1
+- new upstream release
+
 * Fri Oct 15 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.3-1
 - new upstream release
 

+ 6 - 2
p/poppler/poppler-vl.spec

@@ -1,6 +1,6 @@
 %define name	poppler
-%define version	0.16.4
-%define release	2%{?_dist_release}
+%define version	0.16.6
+%define release	1%{?_dist_release}
 
 Summary:	PDF rendering library.
 Summary(ja): 	PDF レンダリング用ライブラリ
@@ -24,6 +24,7 @@ BuildRequires:	qt-devel
 BuildRequires:	qt4-devel >= 4.4.0
 BuildRequires:	libXmu-devel
 BuildRequires:  lcms-devel
+
 Requires:	poppler-data >= 0.3.0
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
@@ -211,6 +212,9 @@ unset QTDIR && . /etc/profile.d/qt.sh
 %{_mandir}/man1/pdf*
 
 %changelog
+* Tue May 31 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.16.6-1
+- new upstream release
+
 * Tue Apr 19 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.16.4-2
 - rebuild again on ppc with openjpeg-1.4