Browse Source

neon: add Requires (-devel package), sitecopy: add Patch to build with neon-0.29.x

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3821 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 13 years ago
parent
commit
7bf083750f
2 changed files with 17 additions and 2 deletions
  1. 10 1
      n/neon/neon-vl.spec
  2. 7 1
      s/sitecopy/sitecopy-vl.spec

+ 10 - 1
n/neon/neon-vl.spec

@@ -4,7 +4,7 @@ Name: neon
 Summary: An HTTP and WebDAV client library.
 Summary(ja): HTTP と WebDAV クライアントのライブラリ
 Version: 0.29.3
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.webdav.org/neon/
@@ -20,6 +20,7 @@ BuildRequires: libxml2-devel
 #BuildRequires: openssl-devel
 BuildRequires: sed
 BuildRequires: zlib-devel
+BuildRequires: keyutils-libs-devel
 
 %description
 neon is an HTTP and WebDAV client library, with a C interface;
@@ -37,6 +38,8 @@ Requires: zlib-devel
 #Requires: openssl-devel
 Requires: expat-devel
 Requires: gnutls-devel
+Requires: krb5-devel
+Requires: keyutils-libs-devel
 
 %description devel
 The development library for the C language HTTP and WebDAV client library.
@@ -61,6 +64,8 @@ Requires: compat32-%{name} = %{version}
 Requires: compat32-zlib-devel
 #Requires: compat32-openssl-devel
 Requires: compat32-expat-devel
+Requires: compat32-keyutils-libs-devel
+Requires: compat32-krb5-devel
 
 %description -n compat32-%{name}-devel
 The development library for the C language HTTP and WebDAV client library.
@@ -132,6 +137,10 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Mon May 09 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.29.3-2
+- add BuildRequires: keyutils-libs-devel
+- add Requires: krb5-devel, keyutils-libs-devel (-devel package)
+
 * Sun Apr 24 2011 IWAI, Masaharu <iwai@alib.jp> 0.29.3-1
 - new upstream release
 

+ 7 - 1
s/sitecopy/sitecopy-vl.spec

@@ -2,7 +2,7 @@ Name: sitecopy
 Summary: sitecopy is for easily maintaining remote web sites.
 Summary(ja): sitecopy はリモートでのウェブサイトの管理を楽にします。
 Version: 0.16.6
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 License: GPLv2
 Group: Applications/Internet
@@ -10,6 +10,8 @@ URL: http://www.manyfish.co.uk/sitecopy/
 
 Source0: http://www.manyfish.co.uk/sitecopy/%{name}-%{version}.tar.gz
 
+Patch0: sitecopy-neon-0.29-vine.patch
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: neon-devel zlib-devel
 
@@ -30,6 +32,7 @@ sitecopy はリモートでのウェブサイトの管理を楽にします。
 
 %prep
 %setup -q
+%patch0 -p1 -b .vine
 
 %build
 %configure
@@ -57,6 +60,9 @@ sitecopy はリモートでのウェブサイトの管理を楽にします。
 %{_datadir}/sitecopy
 
 %changelog
+* Mon May 09 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16.6-2
+- add Patch0 (sitecopy-neon-0.29-vine.patch)
+
 * Thu Mar 24 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.16.6-1
 - updated to 0.16.6
 - updated URL