Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 8e2555d94fc189c6e1e1c23038f71140 > files > 2

fastback-0.4-1.fc13.src.rpm

Name:           fastback
Version:        0.4
Release:        1%{?dist}
Summary:        File uploader, configureable file uploader

Group:          System Environment/Base
License:        GPLv2+
URL:            http://fedorahosted.org/fastback
Source0:        http://fedorahosted.org/released/fastback/fastback-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: openssl-devel
Requires: openssl

%if 0%{?rhel} && 0%{?rhel} <= 5
BuildRequires: curl-devel
%else
BuildRequires: libcurl-devel
%endif  

%description
Fastback is a command line tool to upload files to a ticketing system, or
other configurable URL (FTP,SCP,...).

%prep
%setup -q

%build
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README FIXME
/usr/bin/fastback
/usr/bin/fastback-unload-receipt
%attr(0644,root,root) %config(noreplace) /etc/fastback.conf


%changelog
* Tue Jan 26 2010 Gavin Romig-Koch <gavin@redhat.com> 0.4-1
- move installation of executables to /usr/bin

* Thu Sep  3 2009 Gavin Romig-Koch <gavin@redhat.com> 0.2-3
- clean up the curl-devel/libcurl-devel buildrequires
- change Source0 to be a URL rather than just a tarball name

* Mon Sep  2 2009 Gavin Romig-Koch <gavin@redhat.com> 0.2-2
- clean up documentation
- clean up spec file (for rpmlint)

* Mon Aug 17 2009 Gavin Romig-Koch <gavin@redhat.com> 0.2-1
- added support for SCP and HTTP
- improved the documentation
- improved the error handling

* Mon Aug 17 2009 Gavin Romig-Koch <gavin@redhat.com> 0.1-1
- Initial version.