|
@@ -1,18 +1,21 @@
|
|
Summary: Translates an RPM database and dependency information into HTML.
|
|
Summary: Translates an RPM database and dependency information into HTML.
|
|
Summary(ja): RPM パッケージの解説を HTML および RDF 形式にて生成する
|
|
Summary(ja): RPM パッケージの解説を HTML および RDF 形式にて生成する
|
|
Name: rpm2html
|
|
Name: rpm2html
|
|
-Version: 1.9.2
|
|
+Version: 1.11.1
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
Group: Applications/System
|
|
Group: Applications/System
|
|
License: MIT
|
|
License: MIT
|
|
-URL: http://rpmfind.net/linux/rpm2html/
|
|
+URL: http://www.nongnu.org/rpm2html/
|
|
|
|
|
|
-Source: ftp://rpmfind.net/pub/%{name}/%{name}-%{version}.tar.gz
|
|
+Source: http://download.savannah.gnu.org/releases/rpm2html/%{name}/%{name}-%{version}.tar.gz
|
|
-Patch0: rpm2html-1.9.2-db46.patch
|
|
+Patch0: rpm2html-1.11.1-db48.patch
|
|
Patch2: rpm2html-1.9.2-jp.patch
|
|
Patch2: rpm2html-1.9.2-jp.patch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
BuildRequires: rpm-devel, db4-devel
|
|
BuildRequires: rpm-devel, db4-devel
|
|
|
|
+BuildRequires: bzip2-devel
|
|
|
|
+BuildRequires: popt-devel
|
|
|
|
+BuildRequires: libxml2-devel
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
@@ -40,8 +43,8 @@ HTML 形式のページと RDF 形式のデータを生成するツール。
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup
|
|
%setup
|
|
-%patch0 -p1 -b .db46
|
|
+%patch0 -p1 -b .db48
|
|
-%patch2 -p1 -b .jp
|
|
+## %patch2 -p1 -b .jp
|
|
|
|
|
|
#libtoolize --force --copy
|
|
#libtoolize --force --copy
|
|
aclocal -I .
|
|
aclocal -I .
|
|
@@ -82,6 +85,12 @@ done
|
|
%{_datadir}/rpm2html/
|
|
%{_datadir}/rpm2html/
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Oct 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.11.1-1
|
|
|
|
+- new upstream release
|
|
|
|
+- update Patch0(rpm2html-1.11.1-db48.patch)
|
|
|
|
+- drop Patch2
|
|
|
|
+- add BuildRequires: bzip2-devel, popt-devel, libxml2-devel
|
|
|
|
+
|
|
* Sat May 2 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.9.2-2
|
|
* Sat May 2 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.9.2-2
|
|
- updated Patch0 for building with db-4.6.21
|
|
- updated Patch0 for building with db-4.6.21
|
|
|
|
|