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

Gavin Romig-Koch gavin at fedoraproject.org
Mon Sep 14 22:09:16 UTC 2009


Author: gavin

Update of /cvs/pkgs/rpms/fastback/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19203/devel

Modified Files:
	.cvsignore sources 
Added Files:
	fastback.spec import.log 
Log Message:
initial import



--- NEW FILE fastback.spec ---
Name:           fastback
Version:        0.2
Release:        3%{?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
/bin/fastback
/bin/fastback-unload-receipt
%attr(0644,root,root) %config(noreplace) /etc/fastback.conf


%changelog
* Thu Sep  3 2009 Gavin Romig-Koch <gavin at redhat.com> 0.2-3
- clean up the curl-devel/libcurl-devel buildrequires

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

* Mon Aug 17 2009 Gavin Romig-Koch <gavin at 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 at redhat.com> 0.1-1
- Initial version.



--- NEW FILE import.log ---
fastback-0_2-3_fc11:HEAD:fastback-0.2-3.fc11.src.rpm:1252965806


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/fastback/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	14 Sep 2009 21:33:53 -0000	1.1
+++ .cvsignore	14 Sep 2009 22:09:14 -0000	1.2
@@ -0,0 +1 @@
+fastback-0.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fastback/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	14 Sep 2009 21:33:53 -0000	1.1
+++ sources	14 Sep 2009 22:09:15 -0000	1.2
@@ -0,0 +1 @@
+424a9169782beaacfcc94df8cafa2626  fastback-0.2.tar.gz




More information about the scm-commits mailing list