summaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2012-06-07 11:25:15 +0700
committerMichel Alexandre Salim <salimma@fedoraproject.org>2012-06-07 11:25:15 +0700
commit2f737961b786e067c941ddc72a402c1e564fc560 (patch)
treecb1e5f774eb6c7d70e2d9d60056956dc3c020eb4 /admin
parent790554de55d4fced437aaa15b21c80d680514485 (diff)
downloadspecs-2f737961b786e067c941ddc72a402c1e564fc560.tar.gz
specs-2f737961b786e067c941ddc72a402c1e564fc560.tar.xz
specs-2f737961b786e067c941ddc72a402c1e564fc560.zip
seivot review complete
Diffstat (limited to 'admin')
-rw-r--r--admin/seivot.spec53
1 files changed, 0 insertions, 53 deletions
diff --git a/admin/seivot.spec b/admin/seivot.spec
deleted file mode 100644
index 494776f..0000000
--- a/admin/seivot.spec
+++ /dev/null
@@ -1,53 +0,0 @@
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
-
-Name: seivot
-Version: 1.16
-Release: 1%{?dist}
-Summary: Benchmarking tool for backup programs
-
-License: GPLv3+
-URL: http://liw.fi/%{name}/
-Source0: http://code.liw.fi/debian/pool/main/s/%{name}/%{name}_%{version}.orig.tar.gz
-
-BuildArch: noarch
-BuildRequires: python-cliapp
-Requires: python-cliapp
-
-%description
-Seivot is a program for benchmarking backup software. It was written
-for developing Obnam, but it should be possible to adapt it to also
-support other on-disk backup solutions, such as rsync or rdiff-backup.
-
-
-%prep
-%setup -q
-
-
-%build
-%{__python} setup.py build
-# Generate manpages
-make
-
-
-%install
-%{__python} setup.py install -O1 --skip-build --root %{buildroot}
-# install manpages
-%{__mkdir_p} %{buildroot}%{_mandir}/man1
-%{__cp} -pr seivot*.1 %{buildroot}%{_mandir}/man1/
-
-
-%check
-# doesn't actually do anything at the moment
-%{__python} setup.py check
-
-
-%files
-%doc COPYING NEWS README
-%{_mandir}/man1/seivot*.1*
-%{_bindir}/seivot*
-%{python_sitelib}/*
-
-
-%changelog
-* Sun Jun 3 2012 Michel Salim <salimma@fedoraproject.org> - 1.16-1
-- Initial package