rpms/cpdup/F-7 cpdup.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michel Alexandre Salim (salimma) fedora-extras-commits at redhat.com
Thu Mar 6 00:09:30 UTC 2008


Author: salimma

Update of /cvs/pkgs/rpms/cpdup/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9940/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	cpdup.spec 
Log Message:
cpdup-1.07



--- NEW FILE cpdup.spec ---
Name:           cpdup
Version:        1.07
Release:        1%{?dist}
Summary:        Filesystem mirroring utility

Group:          Applications/Archiving
License:        BSD
URL:            http://apollo.backplane.com/FreeSrc/
Source0:        http://apollo.backplane.com/FreeSrc/cpdup-1.07.tgz
Source1:        Makefile.linux
Patch1:         cpdup-1.07-utimes.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

ExcludeArch:    x86_64
ExcludeArch:    ppc64

#BuildRequires:  
#Requires:       

%description
The cpdup utility makes an exact mirror copy of the source in the
destination, creating and deleting files and directories as necessary.
UTimes, hardlinks, softlinks, devices, permissions, and flags are
mirrored.  By default, cpdup asks for confirmation if any file or
directory needs to be removed from the destination and does not copy
files which it believes to have already been synchronized (by
observing that the source and destination file’s size and mtimes
match).  cpdup does not cross mount points in either the source or the
destination.  As a safety measure, cpdup refuses to replace a
destination directory with a file.


%prep
%setup -q -n %{name}
%patch1 -p1 -b .utimes
rm md5.c


%build
# configure
make %{?_smp_mflags} CFLAGS="${RPM_OPT_FLAGS}" -f %{SOURCE1}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT -f %{SOURCE1}


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc 
%{_bindir}/*
%{_mandir}/man1/*



%changelog
* Thu Feb 28 2008 Michel Salim <michel.sylvan at gmail.com> - 1.07-1
- Initial Fedora package



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cpdup/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	5 Mar 2008 19:45:51 -0000	1.1
+++ .cvsignore	6 Mar 2008 00:08:57 -0000	1.2
@@ -0,0 +1 @@
+cpdup-1.07.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cpdup/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	5 Mar 2008 19:45:51 -0000	1.1
+++ sources	6 Mar 2008 00:08:57 -0000	1.2
@@ -0,0 +1 @@
+4f9d132f5a81d3f38b53267ae7af24a8  cpdup-1.07.tgz




More information about the fedora-extras-commits mailing list