rpms/rsnapshot/devel rsnapshot.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Gavin Henry (ghenry) fedora-extras-commits at redhat.com
Fri Mar 18 13:03:21 UTC 2005


Author: ghenry

Update of /cvs/extras/rpms/rsnapshot/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30015/devel

Modified Files:
	.cvsignore sources 
Added Files:
	rsnapshot.spec 
Log Message:
auto-import rsnapshot-1.1.4-0.fdr.2 on branch devel from rsnapshot-1.1.4-0.fdr.2.src.rpm
Initial Import


--- NEW FILE rsnapshot.spec ---
Name: rsnapshot
Summary: Local and remote filesystem snapshot utility
Version: 1.1.4
Release: 0.fdr.2
BuildArch: noarch
License: GPL
Group: Applications/System
URL: http://www.rsnapshot.org
Source: http://www.rsnapshot.org/downloads/rsnapshot-1.1.4.tar.gz
# Configure script checks for rsync, so we need it in order to build
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: perl, rsync
Requires: perl, openssh-clients, rsync, /usr/bin/logger, /bin/cp, /bin/rm

%description
This is a remote backup program that uses rsync to take backup snapshots 
of filesystems.  It uses hard links to save space on disk.

%prep
%setup -q
perl -p -i -e "s#/usr/local/bin/rsnapshot#%{_bindir}/rsnapshot#" rsnapshot.1

%build
%configure --with-rsync=%{_bindir}/rsync --with-ssh=%{_bindir}/ssh \
	--with-logger=%{_bindir}/logger --with-cp=/bin/cp \
	--with-rm=/bin/rm --with-perl=%{_bindir}/perl

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_bindir}
install -m 755 rsnapshot $RPM_BUILD_ROOT%{_bindir}/rsnapshot

install -d $RPM_BUILD_ROOT%{_mandir}/man1
install -m 644 rsnapshot.1 $RPM_BUILD_ROOT%{_mandir}/man1

install -d $RPM_BUILD_ROOT%{_sysconfdir}
install -m 644 rsnapshot.conf.default $RPM_BUILD_ROOT%{_sysconfdir}/rsnapshot.conf.default

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog README TODO
%config %{_sysconfdir}/rsnapshot.conf.default
%{_bindir}/rsnapshot
%{_mandir}/man1/rsnapshot.1*

%changelog
* Mon Jun 15 2004 Erik S. LaBianca <erik at ilsw.com>  1.1.4-0.fdr.2
- added rsync to buildrequires

* Mon Jun 7 2004 Erik S. LaBianca <erik at ilsw.com>  1.1.4-0.fdr.1
- updated to latest upstream release

* Fri Jun 4 2004 Erik S. LaBianca <erik at ilsw.com>  1.1.1-0.fdr.3
- changed buildroot to fedora spec
- removed /etc/rsnapshot.conf

* Thu Jun 3 2004 Erik S. LaBianca <erik at ilsw.com>  1.1.1-0.fdr.2
- changed buildroot 
- removed explicit perl dep, added /usr/bin/logger
- changed %configure arguments to macros
- fixed rm -rf locations, removed %verify verbosity, empty %post
- replaced rsnapshot references in man page with correct location
- removed INSTALL from %doc

* Mon Feb 16 2004 Erik S. LaBianca <erik at totalcirculation.com>
- Converted to Fedora packaging guidelines for fedora.us submission
- changed release to 0.fdr.1
- removed AutoReqProv: no
- replaced hardcoded paths with macros

* Thu Jan 15 2004 Nathan Rosenquist <nathan at rsnapshot.org>
- Added "AutoReqProv: no" for SuSE compatibility

* Fri Dec 26 2003 Nathan Rosenquist <nathan at rsnapshot.org>
- Added util-linux dependency, and --with-logger= option

* Fri Dec 19 2003 Nathan Rosenquist <nathan at rsnapshot.org>
- now fully support autoconf

* Tue Dec 16 2003 Nathan Rosenquist <nathan at rsnapshot.org>
- changed rsnapshot.conf to rsnapshot.conf.default from the source tree

* Wed Nov 05 2003 Nathan Rosenquist <nathan at rsnapshot.org>
- Removed fileutils dependency, added verification info

* Tue Nov 04 2003 Nathan Rosenquist <nathan at rsnapshot.org>
- fixed anonymous rsync error

* Thu Oct 30 2003 Nathan Rosenquist <nathan at rsnapshot.org>
- update to 1.0.3

* Tue Oct 28 2003 Carl Wilhelm Soderstrom <chrome at real-time.com>
- created spec file


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/rsnapshot/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Mar 2005 13:02:02 -0000	1.1
+++ .cvsignore	18 Mar 2005 13:03:19 -0000	1.2
@@ -0,0 +1 @@
+rsnapshot-1.1.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rsnapshot/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Mar 2005 13:02:02 -0000	1.1
+++ sources	18 Mar 2005 13:03:19 -0000	1.2
@@ -0,0 +1 @@
+938a065a0da619d7d94908dc9374b63c  rsnapshot-1.1.4.tar.gz




More information about the fedora-extras-commits mailing list