diff --git a/rsync.changes b/rsync.changes index 0149366..0efb99d 100644 --- a/rsync.changes +++ b/rsync.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Aug 21 11:09:20 UTC 2009 - chris@computersalat.de + +- spec mods + o sorted TAGS + o added missing clean section +- rpmlint + o non-conffile-in-etc /etc/sysconfig/SuSEfirewall2.d/services/rsync-server + ------------------------------------------------------------------- Wed Aug 5 11:24:00 CEST 2009 - puzel@novell.com diff --git a/rsync.spec b/rsync.spec index dd6cc13..c8220b9 100644 --- a/rsync.spec +++ b/rsync.spec @@ -17,23 +17,16 @@ # norootforbuild +%define with_system_zlib 0 Name: rsync -BuildRequires: libacl-devel libpng openslp-devel -%if 0%{?suse_version} > 1020 -BuildRequires: texlive-latex -%else -BuildRequires: te_ams te_latex -%endif -BuildRequires: popt-devel zlib-devel -Recommends: logrotate +Summary: Replacement for RCP/mirror that has Many More Features +Version: 3.0.6 +Release: 2 License: GPL v3 or later Group: Productivity/Networking/Other -PreReq: %fillup_prereq %insserv_prereq sed grep AutoReqProv: on -Version: 3.0.6 -Release: 1 -Summary: Replacement for RCP/mirror that has Many More Features +Url: http://rsync.samba.org/ Source: %{name}-%{version}.tar.bz2 Source1: %{name}-patches-%{version}.tar.bz2 Source2: logrotate.rsync @@ -45,9 +38,16 @@ Source7: rsync-server.firewall Patch3: system-zlib.diff #PATCH-FIX-UPSTREAM rsync-3.0.5-doc-fix.patch bnc487591 petr.uzel@suse.cz -- based on upstream changes to rsync.yo Patch4: rsync-3.0.5-doc-fix.patch -Url: http://rsync.samba.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build -%define with_system_zlib 0 +PreReq: %fillup_prereq %insserv_prereq sed grep +BuildRequires: libacl-devel libpng openslp-devel +BuildRequires: popt-devel zlib-devel +%if 0%{?suse_version} > 1020 +BuildRequires: texlive-latex +%else +BuildRequires: te_ams te_latex +%endif +Recommends: logrotate %description rsync uses the "rsync algorithm" which provides a very fast method for @@ -122,6 +122,9 @@ fi %restart_on_update rsyncd %insserv_cleanup +%clean +%{__rm} -rf ${RPM_BUILD_ROOT} + %files %defattr(-,root,root) %config(noreplace) /etc/rsyncd.conf @@ -133,7 +136,7 @@ fi %{_sbindir}/rsyncd %{_bindir}/rsyncstats %{_bindir}/rsync -%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/* +%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/* %doc %{_mandir}/man1/rsync.1.gz %doc %{_mandir}/man5/rsyncd.conf.5.gz %doc COPYING NEWS README tech_report.ps tech_report.tex