Hello community, here is the log from the commit of package netatalk for openSUSE:Factory checked in at 2013-06-18 10:34:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/netatalk (Old) and /work/SRC/openSUSE:Factory/.netatalk.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "netatalk" Changes: -------- --- /work/SRC/openSUSE:Factory/netatalk/netatalk.changes 2013-06-05 12:57:59.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.netatalk.new/netatalk.changes 2013-06-18 10:34:03.000000000 +0200 @@ -1,0 +2,6 @@ +Sun Jun 16 23:59:28 UTC 2013 - [email protected] + +- Explicitly list libattr-devel as BuildRequires +- More robust make install call. Parallel build with %_smp_mflags. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ netatalk.spec ++++++ --- /var/tmp/diff_new_pack.JYa7Pi/_old 2013-06-18 10:34:03.000000000 +0200 +++ /var/tmp/diff_new_pack.JYa7Pi/_new 2013-06-18 10:34:03.000000000 +0200 @@ -17,10 +17,26 @@ Name: netatalk +Url: http://netatalk.sourceforge.net/ +Requires: cyrus-sasl +Requires: db-utils +Version: 3.0.4 +Release: 0 +%define libmaj 5 +Summary: Netatalk AFP Fileserver for Macintosh Clients +License: GPL-2.0+ +Group: Productivity/Networking/System + +Source: ftp://ftp.sourceforge.net/pub/sourceforge/n/ne/netatalk/netatalk-%{version}.tar.bz2 +Source1: netatalk-latinize.pl +Source3: netatalk-upgrade_netatalk_AppleDB.sh +Source4: netatalk-rpmlintrc +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: db-devel BuildRequires: fdupes BuildRequires: krb5-devel BuildRequires: libacl-devel +BuildRequires: libattr-devel BuildRequires: libavahi-devel BuildRequires: libevent-devel BuildRequires: libgcrypt-devel @@ -33,25 +49,9 @@ BuildRequires: zlib-devel %if 0%{?suse_version} > 1140 BuildRequires: systemd -%endif -Url: http://netatalk.sourceforge.net/ -PreReq: %insserv_prereq %fillup_prereq -Requires: cyrus-sasl -Requires: db-utils -%if 0%{?suse_version} > 1140 ##Requires: %{?systemd_requires} %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build -Version: 3.0.4 -Release: 0 -%define libmaj 5 -Summary: Netatalk AFP Fileserver for Macintosh Clients -License: GPL-2.0+ -Group: Productivity/Networking/System -Source: ftp://ftp.sourceforge.net/pub/sourceforge/n/ne/netatalk/netatalk-%{version}.tar.bz2 -Source1: netatalk-latinize.pl -Source3: netatalk-upgrade_netatalk_AppleDB.sh -Source4: netatalk-rpmlintrc +PreReq: %insserv_prereq %fillup_prereq %description Netatalk is a freely-available Open Source AFP fileserver. A *NIX/*BSD @@ -118,12 +118,12 @@ --libexecdir=%{_libdir}/netatalk \ --localstatedir=/var/lib \ --with-init-style=suse-systemd -make %{?jobs:-j%jobs} +make %{?_smp_mflags} mkdir examples cp netatalk-latinize.pl examples %install -%makeinstall +make install DESTDIR="%buildroot" mkdir -p %{buildroot}%{_sysconfdir}/init.d/ install -m 755 distrib/initscripts/rc.suse %{buildroot}%{_sysconfdir}/init.d/netatalk ln -sf ../../etc/init.d/netatalk %{buildroot}%{_sbindir}/rcnetatalk -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
