automatic rebuild by autodist [release 1.3.01-2mamba;Wed Jul 31 2013]

This commit is contained in:
Automatic Build System 2024-01-05 22:34:50 +01:00
parent e19c7911a3
commit 6a8152f9f0
2 changed files with 51 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# ftpsync # ftpsync
A PERL script to synchronize a local directory tree and a remote FTP directory tree.

49
ftpsync.spec Normal file
View File

@ -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 <silvan.calarco@mambasoft.it>
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 <autodist@mambasoft.it> 1.3.01-2mamba
- automatic rebuild by autodist
* Sat May 30 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.01-1mamba
- update to 1.3.01
* Fri Jun 20 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.34-1mamba
- update to 1.2.34
* Wed Jan 31 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.33-1qilnx
- package created by autospec