[kyua-cli] Update to 0.7

Julio Merino jmmv at fedoraproject.org
Tue Nov 26 15:31:39 UTC 2013


commit 151479a25f6d42fd4e86a1c7903862d53109ccbf
Author: Julio Merino <julio at meroh.net>
Date:   Tue Nov 26 10:31:01 2013 -0500

    Update to 0.7
    
    The previous update to 0.6 was just broken and not worth fixing.

 .gitignore                           |    1 +
 kyua-cli-0.5-support-lutok-0.3.patch |   95 ----------------------------------
 kyua-cli.spec                        |   28 ++++------
 sources                              |    2 +-
 4 files changed, 13 insertions(+), 113 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9acab4b..25a333e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /kyua-cli-0.4.tar.gz
 /kyua-cli-0.5.tar.gz
 /kyua-cli-0.6.tar.gz
+/kyua-cli-0.7.tar.gz
diff --git a/kyua-cli.spec b/kyua-cli.spec
index 6fd96f3..5b79ae5 100644
--- a/kyua-cli.spec
+++ b/kyua-cli.spec
@@ -1,6 +1,6 @@
 Summary: Kyua - Command line interface
 Name: kyua-cli
-Version: 0.6
+Version: 0.7
 Release: 1%{?dist}
 License: BSD
 Group: Development/Tools
@@ -8,16 +8,15 @@ URL: http://code.google.com/p/kyua/
 
 Source0: http://kyua.googlecode.com/files/%{name}-%{version}.tar.gz
 Source1: README.Fedora
-Patch0: kyua-cli-0.5-support-lutok-0.3.patch
 
 Requires: lutok >= 0.3
+Requires: kyua-testers >= 0.1
 Requires: sqlite >= 3.6.22
-Requires(post): info
-Requires(preun): info
 BuildRequires: autoconf >= 2.69
-BuildRequires: libatf-c++-devel >= 0.15
-BuildRequires: libatf-sh-devel >= 0.15
+BuildRequires: libatf-c++-devel >= 0.17
+BuildRequires: libatf-sh-devel >= 0.17
 BuildRequires: lutok-devel >= 0.3-1
+BuildRequires: kyua-testers-devel >= 0.1
 BuildRequires: sqlite-devel >= 3.6.22
 
 %define _testsdir %{_libexecdir}/kyua-cli/tests
@@ -56,22 +55,14 @@ HOME=$(pwd)/check make check pkgtestsdir=%{_testsdir} testsdir=%{_testsdir}
 %install
 make install DESTDIR=%{buildroot} doc_DATA= \
              pkgtestsdir=%{_testsdir} testsdir=%{_testsdir}
-rm -f %{buildroot}/%{_infodir}/dir
-
-%post
-/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
-
-%preun
-if [ $1 = 0 ] ; then
-    /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
-fi
 
 %files
 %doc AUTHORS COPYING NEWS README
 %{_bindir}/kyua
-%{_infodir}/kyua-cli.info.gz
 %{_datadir}/kyua-cli
-%{_mandir}/man1/kyua.1.gz
+%{_mandir}/man1/*
+%{_mandir}/man5/*
+%{_mandir}/man7/*
 
 %package tests
 Summary: Run-time tests of the Kyua toolchain
@@ -89,6 +80,9 @@ details on how to run the installed tests.
 %{_testsdir}
 
 %changelog
+* Tue Nov 26 2013 Julio Merino <julio at meroh.net> 0.7-1
+- Update to 0.7.
+
 * Sat Aug 17 2013 Peter Robinson <pbrobinson at fedoraproject.org> 0.6-1
 - Update to 0.6
 
diff --git a/sources b/sources
index 79fa499..ebca474 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-45f1b190009ca2b66cd42655c4709754  kyua-cli-0.6.tar.gz
+3a432095ee6b10cc7a0962d997c6f743  kyua-cli-0.7.tar.gz


More information about the scm-commits mailing list