summaryrefslogtreecommitdiffstats
path: root/fastback.spec
diff options
context:
space:
mode:
authorGavin Romig-Koch <gavin@localhost.localdomain>2009-09-02 11:01:06 -0400
committerGavin Romig-Koch <gavin@localhost.localdomain>2009-09-02 11:01:06 -0400
commitb8148f68586d849c0021908a6b0ecee0dc60946a (patch)
treeb360b945ee121f60433750dc581491ffea435b88 /fastback.spec
parent899717a3954b800abd9c03c1e9a0af7670d9ce29 (diff)
downloadfastback-b8148f68586d849c0021908a6b0ecee0dc60946a.tar.gz
fastback-b8148f68586d849c0021908a6b0ecee0dc60946a.tar.xz
fastback-b8148f68586d849c0021908a6b0ecee0dc60946a.zip
Clean up documentation and spec file, resolve rpmlint issues
Diffstat (limited to 'fastback.spec')
-rw-r--r--fastback.spec26
1 files changed, 11 insertions, 15 deletions
diff --git a/fastback.spec b/fastback.spec
index d458fa1..9ab89ee 100644
--- a/fastback.spec
+++ b/fastback.spec
@@ -1,10 +1,10 @@
Name: fastback
Version: 2
-Release: 1
+Release: 2
Summary: File uploader, configureable file uploader
-Group: support
-License: GPL
+Group: System Environment/Base
+License: GPLv2+
URL: http://fedorahosted.org/fastback
Source0: fastback-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -15,16 +15,11 @@ Requires: openssl
%if 0%{?rhel}
%if 0%{?rhel} <= 5
BuildRequires: curl-devel
-Requires: curl
%else
BuildRequires: libcurl-devel
-Requires: libcurl
%endif
-%endif
-
-%if 0%{?fedora}
+%else
BuildRequires: libcurl-devel
-Requires: libcurl
%endif
%description
@@ -34,33 +29,34 @@ 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
+%doc README FIXME
/bin/fastback
/bin/fastback-unload-receipt
-/etc/fastback.conf
+%attr(0644,root,root) %config(noreplace) /etc/fastback.conf
%changelog
+* Mon Sep 2 2009 Gavin Romig-Koch <gavin@redhat.com> 2-2
+- clean up documentation
+- clean up spec file (for rpmlint)
+
* Mon Aug 17 2009 Gavin Romig-Koch <gavin@redhat.com> 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.