SPECS: sitecopy.spec (NEW)

areq areq at pld-linux.org
Sun Mar 12 16:41:55 CET 2006


Author: areq                         Date: Sun Mar 12 15:41:55 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:


---- Files affected:
SPECS:
   sitecopy.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/sitecopy.spec
diff -u /dev/null SPECS/sitecopy.spec:1.1
--- /dev/null	Sun Mar 12 16:41:55 2006
+++ SPECS/sitecopy.spec	Sun Mar 12 16:41:50 2006
@@ -0,0 +1,57 @@
+Summary:	Tool for easily maintaining remote web sites
+Name:		sitecopy
+Version:	0.16.3
+Release:	0.1
+License:	GPL
+Group:		Networking/Utilities
+Source0:	http://www.lyra.org/sitecopy/%{name}-%{version}.tar.gz
+# Source0-md5:	df48499ad81b333a9d255c1709e09a1a
+URL:		http://www.lyra.org/sitecopy/
+BuildRequires:	neon-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%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
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%{_bindir}/sitecopy
+%{_mandir}/man1/*
+%{_mandir}/*/man1/*
+%{_datadir}/sitecopy
+%doc BUGS ChangeLog README README.gnome TODO NEWS THANKS doc/update.sh
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/03/12 15:41:50  areq
+*** empty log message ***
+
+
================================================================


More information about the pld-cvs-commit mailing list