Browse Source

* netatalk: new upstream release; fix configure options; add missing BRs


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@4776 ec354946-7b23-47d6-9f5a-488ba84defc7
shaolin 12 years ago
parent
commit
5f67fa8466
1 changed files with 13 additions and 8 deletions
  1. 13 8
      n/netatalk/netatalk-vl.spec

+ 13 - 8
n/netatalk/netatalk-vl.spec

@@ -4,8 +4,8 @@
 Summary:       AppleTalk and AppleShare/IP services for Linux
 Summary(ja):   Linux 用 AppleTalk, AppleShare/IP サービス
 Name:          netatalk
-Version:       2.2.0
-Release:       3%{_dist_release}
+Version:       2.2.1
+Release:       1%{_dist_release}
 License:       GPLv2+
 Group:         System Environment/Daemons
 Source0:       %{name}-%{version}.tar.bz2
@@ -19,7 +19,8 @@ Patch10:       netatalk-2.2.0-config-utf8.patch
 ############################################################## REQUIREMENTS
 Requires(pre): chkconfig, /sbin/ldconfig, grep, textutils
 Requires:      cracklib, openssl, tcp_wrappers, pam, perl
-BuildRequires: openssl-devel, avahi-devel, pam-devel, db4-devel, quota
+BuildRequires: openssl-devel, avahi-devel, pam-devel, db4-devel,
+BuildRequires: quota, libgcrypt-devel, libacl-devel
 
 BuildRoot:     %{_tmppath}/%{name}-%{version}-root
 
@@ -80,17 +81,17 @@ CFLAGS="${RPM_OPT_FLAGS} -fomit-frame-pointer -fsigned-char" \
 	--enable-shared \
 	--enable-zeroconf \
 	--disable-srvloc \
-	--enable-afp3 --disable-ddp \
+	--disable-ddp \
 	--with-cnid-dbd-backend \
 	--with-cnid-cdb-backend \
 	--with-cnid-default-backend=dbd \
 	--with-uams-path=%{_libdir}/netatalk \
-	--enable-redhat \
+	--enable-redhat-sysv \
 	--with-cracklib \
 	--with-pam \
 	--with-shadow \
-	--with-tcp-wrappers \
-	--with-ssl \
+	--enable-tcp-wrappers \
+	--with-acls \
 	--enable-pgp-uam
 
 make all
@@ -149,7 +150,7 @@ rm -rf ${RPM_BUILD_ROOT}
 %files
 %defattr(-,root,root)
 %doc AUTHORS CONTRIBUTORS COPYING COPYRIGHT
-%doc ChangeLog NEWS README* TODO
+%doc ChangeLog NEWS
 %doc doc/[A-L,N-Z]*
 %config(noreplace) /etc/netatalk/Apple*
 %config(noreplace) /etc/netatalk/*.conf
@@ -180,6 +181,10 @@ rm -rf ${RPM_BUILD_ROOT}
 
 
 %changelog
+* Sun Sep 18 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.2.1-1
+- new upstream release
+- fix configure options; add missing BRs
+
 * Thu Jul 28 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.2.0-3
 - now back from the upstream confusion (and one more or two...)
   new upstream release 2.2.0 at the official site