|
@@ -5,16 +5,10 @@ Summary: AppleTalk and AppleShare/IP services for Linux
|
|
|
Summary(ja): Linux 用 AppleTalk, AppleShare/IP サービス
|
|
|
Name: netatalk
|
|
|
Version: 2.2.0
|
|
|
-Release: 2%{_dist_release}
|
|
|
+Release: 3%{_dist_release}
|
|
|
License: GPLv2+
|
|
|
Group: System Environment/Daemons
|
|
|
-## this version 2.2.0 obtained at:
|
|
|
-## http://www003.upp.so-net.ne.jp/hat/netatalk/
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
|
-## the above tarball somewhat misses the following header file
|
|
|
-## this extracted from https://github.com/jrmithdobbs/netatalk-2-2-0-p6
|
|
|
-## commit 6e40f7d3bdf47b6356e0
|
|
|
-Source100: jrmithdobbs-netatalk-2-2-0-p6-6e40f7d_fce_api_internal.h
|
|
|
URL: http://netatalk.sourceforge.net/
|
|
|
Obsoletes: netatalk-1.4b2+asun
|
|
|
|
|
@@ -64,10 +58,6 @@ programs.
|
|
|
|
|
|
%patch10 -p1 -b .cjk-config
|
|
|
|
|
|
-if [ ! -f "etc/afpd/fce_api_internal.h" ] ; then
|
|
|
- install -m 0644 %{SOURCE100} etc/afpd/fce_api_internal.h
|
|
|
-fi
|
|
|
-
|
|
|
|
|
|
%build
|
|
|
touch AUTHORS
|
|
@@ -190,6 +180,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* 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
|
|
|
+
|
|
|
* Mon Jul 25 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.2.0-2
|
|
|
- fix Patch10 to follow HAT-san's strong and confident objection
|
|
|
(no need to set ATALK_NAME explicitly in netatalk.conf)
|