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