Browse Source

ebview 0.3.6.2-3

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7402 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 11 years ago
parent
commit
b114781a9e
1 changed files with 13 additions and 3 deletions
  1. 13 3
      e/ebview/ebview-vl.spec

+ 13 - 3
e/ebview/ebview-vl.spec

@@ -4,7 +4,7 @@ Summary: EPWING CD-ROM dictionary viewer
 Summary(ja): EPWING形式のCD-ROM辞書を参照するためのプログラム
 Name: ebview
 Version: 0.3.6.2
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 
 Group: Applications/Accessories
 License: GPLv2+
@@ -16,10 +16,12 @@ URL: http://ebview.sourceforge.net/
 Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 %endif
 Source1: %{name}.desktop
+Patch0: ebview-0.3.6.2-evince.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: eb-devel >= 4.0
 BuildRequires: gtk2-devel
+BuildRequires: pangox-compat-devel
 BuildRequires: desktop-file-utils
 Requires: eb >= 4.0
 Requires: TrueType-vlgothic
@@ -28,6 +30,7 @@ Requires(postun): desktop-file-utils
 
 Vendor:        Project Vine
 Distribution:  Vine Linux
+Packager:      iwaim
 
 %description
 An EPWING CD-ROM dictionary viewer.
@@ -54,6 +57,7 @@ EPWING形式のCD-ROM辞書を参照するためのプログラムです。以
 
 %prep
 %setup -q
+%patch0 -p 1
 
 # Fix up permission
 find . -type f -exec %{__chmod} 0644 {} ';'
@@ -137,13 +141,19 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %files -f %{name}.lang
 %defattr(-, root, root)
 %doc AUTHORS COPYING ChangeLog NEWS README
-%{_bindir}/*
+%{_bindir}/ebview
 %{_datadir}/ebview
 %{_datadir}/applications/*
 %{_datadir}/icons/hicolor/48x48/apps/*
 
 %changelog
-* Sun Jan  2 2011 IWAI, Masaharu <iwai@alib.jp> 0.3.6.2
+* Thu Jan 24 2013 IWAI, Masaharu <iwai@alib.jp> 0.3.6.2-3
+- build with current VineSeed
+- add BuildRequires: pangox-compat-devel
+- add evince patch (Patch0)
+- add Packager: iwaim
+
+* Sun Jan  2 2011 IWAI, Masaharu <iwai@alib.jp> 0.3.6.2-2
 - build with eb 4.4.3
 
 * Thu Mar 25 2010 IWAI, Masaharu <iwai@alib.jp> 0.3.6.2-1