* Wed Apr 15 2009 Simo Sorce <ssorce@redhat.com> 3.0.6-0pre1
- First 3.0.6 pre release - Also change the spec to simplify releasing pre-releases
This commit is contained in:
parent
39d75c627e
commit
70ea0e3d75
@ -1,2 +1,2 @@
|
|||||||
rsync-3.0.5.tar.gz
|
rsync-3.0.6pre1.tar.gz
|
||||||
rsync-patches-3.0.5.tar.gz
|
rsync-patches-3.0.6pre1.tar.gz
|
||||||
|
30
rsync.spec
30
rsync.spec
@ -1,14 +1,18 @@
|
|||||||
|
%define isprerelease 1
|
||||||
|
|
||||||
|
%if %isprerelease
|
||||||
|
%define prerelease pre1
|
||||||
|
%endif
|
||||||
|
|
||||||
Summary: A program for synchronizing files over a network
|
Summary: A program for synchronizing files over a network
|
||||||
Name: rsync
|
Name: rsync
|
||||||
Version: 3.0.5
|
Version: 3.0.6
|
||||||
Release: 1%{?dist}
|
Release: 0%{?prerelease}%{?dist}
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
URL: http://rsync.samba.org/
|
URL: http://rsync.samba.org/
|
||||||
# TAG: for pre versions use
|
|
||||||
#Source0: ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre3.tar.gz
|
Source0: ftp://rsync.samba.org/pub/rsync/rsync-%{version}%{?prerelease}.tar.gz
|
||||||
Source0: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz
|
Source1: ftp://rsync.samba.org/pub/rsync/rsync-patches-%{version}%{?prerelease}.tar.gz
|
||||||
#Source1: ftp://rsync.samba.org/pub/rsync/rsync-patches-%{version}pre3.tar.gz
|
|
||||||
Source1: ftp://rsync.samba.org/pub/rsync/rsync-patches-%{version}.tar.gz
|
|
||||||
Source2: rsync.xinetd
|
Source2: rsync.xinetd
|
||||||
BuildRequires: libacl-devel, libattr-devel, autoconf, popt-devel
|
BuildRequires: libacl-devel, libattr-devel, autoconf, popt-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -25,10 +29,14 @@ package.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
# TAG: for pre versions use
|
# TAG: for pre versions use
|
||||||
#%setup -q -n rsync-%{version}pre3
|
|
||||||
|
%if %isprerelease
|
||||||
|
%setup -q -n rsync-%{version}%{?prerelease}
|
||||||
|
%setup -q -b 1 -n rsync-%{version}%{?prerelease}
|
||||||
|
%else
|
||||||
%setup -q
|
%setup -q
|
||||||
#%setup -q -b 1 -n rsync-%{version}pre3
|
|
||||||
%setup -q -b 1
|
%setup -q -b 1
|
||||||
|
%endif
|
||||||
|
|
||||||
chmod -x support/*
|
chmod -x support/*
|
||||||
|
|
||||||
@ -63,6 +71,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man5/rsyncd.conf.5*
|
%{_mandir}/man5/rsyncd.conf.5*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 15 2009 Simo Sorce <ssorce@redhat.com> 3.0.6-0pre1
|
||||||
|
- First 3.0.6 pre release
|
||||||
|
- Also change the spec to simplify releasing pre-releases
|
||||||
|
|
||||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.5-1
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.5-1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user