diff --git a/README.md b/README.md index 93ff723..17fce6f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # ftpsync +A PERL script to synchronize a local directory tree and a remote FTP directory tree. + diff --git a/ftpsync.spec b/ftpsync.spec new file mode 100644 index 0000000..e6fd225 --- /dev/null +++ b/ftpsync.spec @@ -0,0 +1,49 @@ +Name: ftpsync +Version: 1.3.01 +Release: 2mamba +Summary: A PERL script to synchronize a local directory tree and a remote FTP directory tree +Group: Applications/Networking +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://ftpsync.sourceforge.net +Source: http://ftpsync.sourceforge.net/ftpsync-%{version}.tar.bz2 +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: perl-devel +BuildRequires: perl-libwww +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +A PERL script to synchronize a local directory tree and a remote FTP directory tree. + +%prep +%setup -q + +%build + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +install -D -m 0755 ftpsync.pl %{buildroot}%{_bindir}/ftpsync + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/ftpsync +%doc Changes COPYING README TODO + +%changelog +* Wed Jul 31 2013 Automatic Build System 1.3.01-2mamba +- automatic rebuild by autodist + +* Sat May 30 2009 Silvan Calarco 1.3.01-1mamba +- update to 1.3.01 + +* Fri Jun 20 2008 Silvan Calarco 1.2.34-1mamba +- update to 1.2.34 + +* Wed Jan 31 2007 Silvan Calarco 1.2.33-1qilnx +- package created by autospec