Netatalk 3.1.7 SRPM for Fedora and CentOS

用CentOS 配置 TimeMaChine 服务器

Download
netatalk-3.1.7-0.1.fc21.src.rpm

Netatalk 3.1.7 SRPM for Fedora and CentOS – Netatalk Wiki

Build

At least, “rpm-build“, “gcc” and “make” packages are needed.

# yum install rpm-build gcc make

Install the SRPM.

$ rpm -ivh netatalk-X.X.X-XXX.XXX.src.rpm

The following messages don’t have a problem.

warning: group hat does not exist - using root
warning: user hat does not exist - using root

Build by using “rpmbuild” command.
If “error: Failed build dependencies: zzz” is displayed, execute “yum install zzz“.

$ cd ~/rpmbuild/SPECS/
$ rpmbuild -bb netatalk.spec

继续阅读Netatalk 3.1.7 SRPM for Fedora and CentOS