|
@@ -1,15 +1,21 @@
|
|
|
|
+%define using_debian 1
|
|
|
|
+
|
|
Summary: EPWING CD-ROM dictionary viewer
|
|
Summary: EPWING CD-ROM dictionary viewer
|
|
Summary(ja): EPWING形式のCD-ROM辞書を参照するためのプログラム
|
|
Summary(ja): EPWING形式のCD-ROM辞書を参照するためのプログラム
|
|
Name: ebview
|
|
Name: ebview
|
|
-Version: 0.3.6
|
|
+Version: 0.3.6.2
|
|
-Release: 3%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
|
|
|
|
Group: Applications/Accessories
|
|
Group: Applications/Accessories
|
|
License: GPLv2+
|
|
License: GPLv2+
|
|
|
|
+%if %{using_debian}
|
|
|
|
+URL: http://packages.qa.debian.org/e/ebview.html
|
|
|
|
+Source0: http://ftp.de.debian.org/debian/pool/main/e/ebview/ebview_%{version}.orig.tar.gz
|
|
|
|
+%else
|
|
URL: http://ebview.sourceforge.net/
|
|
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
|
|
Source1: %{name}.desktop
|
|
Source1: %{name}.desktop
|
|
-Patch0: ebview-0.3.6-64bits-from-suse.patch
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: eb-devel >= 4.0
|
|
BuildRequires: eb-devel >= 4.0
|
|
@@ -48,7 +54,6 @@ EPWING形式のCD-ROM辞書を参照するためのプログラムです。以
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
-%patch0 -p1 -b .64bits
|
|
|
|
|
|
|
|
# Fix up permission
|
|
# Fix up permission
|
|
find . -type f -exec %{__chmod} 0644 {} ';'
|
|
find . -type f -exec %{__chmod} 0644 {} ';'
|
|
@@ -138,6 +143,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
%{_datadir}/icons/hicolor/48x48/apps/*
|
|
%{_datadir}/icons/hicolor/48x48/apps/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Mar 25 2010 IWAI, Masaharu <iwai@alib.jp> 0.3.6.2-1
|
|
|
|
+- new unofficial version 0.3.6.2 from Debian
|
|
|
|
+ - drop 64bits patch (Patch0)
|
|
|
|
+
|
|
* Sun Jan 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.6-3
|
|
* Sun Jan 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.6-3
|
|
- rebuild package
|
|
- rebuild package
|
|
|
|
|