rpms/sitecopy/devel import.log, NONE, 1.1 sitecopy.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Rakesh Pandit (rakesh) fedora-extras-commits at redhat.com
Fri Jul 18 03:51:23 UTC 2008


Author: rakesh

Update of /cvs/pkgs/rpms/sitecopy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28752/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log sitecopy.spec 
Log Message:
sitecopy initial package for devel



--- NEW FILE import.log ---
sitecopy-0_16_5-1_fc9:HEAD:sitecopy-0.16.5-1.fc9.src.rpm:1216352391


--- NEW FILE sitecopy.spec ---
Name:           sitecopy
Version:        0.16.5
Release:        1%{?dist}
Summary:        Tool for easily maintaining remote web sites

Group:          Applications/Internet
License:        GPLv2+
URL:            http://www.manyfish.co.uk/%{name}/
Source0:        http://www.manyfish.co.uk/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildRequires:  expat-devel, gettext, zlib-devel, neon-devel, openssl-devel

%description
sitecopy allows you to easily maintain remote Web sites.  The program
will upload files to the server which have changed locally, and delete
files from the server which have been removed locally, to keep the
remote site synchronized with the local site, with a single
command. sitecopy will also optionally try to spot files you move
locally, and move them remotely.  FTP and WebDAV servers are
supported.

%prep
%setup -q
sed -i 's/\r//' README.os2

%build
%configure --with-expat --with-ssl --with-included-gettext
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install docdir=%{_datadir}/doc/sitecopy-%{version} DESTDIR=$RPM_BUILD_ROOT
%find_lang %{name}


%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc COPYING ChangeLog INSTALL NEWS README* THANKS TODO
%{_bindir}/sitecopy
%{_mandir}/man1/*
%{_mandir}/*/man1/*
%{_datadir}/sitecopy



%changelog
* Wed Jul 16 2008 Rakesh Pandit <rakesh at fedoraproject.org> 0.16.5-1
 - Updated to latest release 0.16.5 which fixs neon 

* Wed Jul 16 2008 Rakesh Pandit <rakesh at fedoraproject.org> 0.16.3-3
 - license issue, corrected buildrequire tag

* Thu Jul 10 2008 Rakesh Pandit <rakesh at fedoraproject.org> 0.16.3-2
 - Rebuild on fedora 8 onwards, packaged with new guidelies
 - removed broken xsitecopy again
 - solved encoding warning, corrected group tag

* Sun Mar 12 2006 Dag Wieers <dag at wieers.com> 0.16.3-1
 - Updated to release 0.16.3 and older versions
 - mainted old package

* Sat Aug 13 2005 Joe Orton <joe at manyfish.co.uk>
 - removed xsitecopy subpackage, use find_lang, etc
 - maintained old packages


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sitecopy/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Jul 2008 18:28:46 -0000	1.1
+++ .cvsignore	18 Jul 2008 03:50:39 -0000	1.2
@@ -0,0 +1 @@
+sitecopy-0.16.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sitecopy/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Jul 2008 18:28:46 -0000	1.1
+++ sources	18 Jul 2008 03:50:39 -0000	1.2
@@ -0,0 +1 @@
+4a11f655d25bf7cc6d0187708ffe8f18  sitecopy-0.16.5.tar.gz




More information about the fedora-extras-commits mailing list