From 2f737961b786e067c941ddc72a402c1e564fc560 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Thu, 7 Jun 2012 11:25:15 +0700 Subject: seivot review complete --- admin/seivot.spec | 53 ----------------------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 admin/seivot.spec (limited to 'admin') 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 - 1.16-1 -- Initial package -- cgit