Browse Source

new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2141 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 13 years ago
parent
commit
1a6f6f172a
2 changed files with 23 additions and 10 deletions
  1. 16 7
      r/rpm2html/rpm2html-vl.spec
  2. 7 3
      w/wine/wine-vl.spec

+ 16 - 7
r/rpm2html/rpm2html-vl.spec

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

+ 7 - 3
w/wine/wine-vl.spec

@@ -1,6 +1,6 @@
-%define pkg_major_version 1.2
+%define pkg_major_version 1.2.1
 %define pkg_name wine
-%define pkg_release 2%{?_dist_release}
+%define pkg_release 1%{?_dist_release}
 
 # NEW Release: numbering rule. -- Release: 1%{?_dist_release} 
 # spec file for package wine.. # base (SUSE10 and fedora core 9)
@@ -231,7 +231,7 @@ Of course, please be mindful of security.
 
 %setup -q -n %{name}-%{version}
 ## %patch0
-%patch1 -p1
+## %patch1 -p1
 ## %patch400 -p1
 %patch401 -p1
 ## %patch402 -p1 -b .add-pa-to-winecfg
@@ -542,6 +542,10 @@ fi
 
 #--------------------------------------------------------------------
 %changelog
+* Thu Oct 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.1-1
+- new upstream release
+- drop Patch1
+
 * Mon Aug 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2-2
 - new upstream release
 - fix %configure (add configu:e and gcc option of x86_64)