summaryrefslogtreecommitdiffstats
path: root/fastback.spec
blob: f3a89a1298da761bb228692104c5407ec9a5e6cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Name:           fastback
Version:        1
Release:        1%{?dist}
Summary:        File uploader, configureable file uploader

Group:          support
License:        GPL
URL:            http://fedorahosted.org/fastback
Source0:        fastback-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%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
/bin/fastback
/bin/fastback-unload-receipt
/etc/fastback.conf


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