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