[libguess] Upgrade to 1.1 with added %check section.

Michael Schwendt mschwendt at fedoraproject.org
Sat Dec 3 19:43:44 UTC 2011


commit 7ba23b5095c0d99bf5677b6325aab5204aec12f2
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Sat Dec 3 20:43:39 2011 +0100

    Upgrade to 1.1 with added %check section.

 .gitignore    |    1 +
 libguess.spec |   15 +++++++++++----
 sources       |    2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9fdcad5..292f568 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 libguess-1.0.tbz2
+/libguess-1.1.tar.bz2
diff --git a/libguess.spec b/libguess.spec
index 38af0ce..9b3e6f3 100644
--- a/libguess.spec
+++ b/libguess.spec
@@ -1,15 +1,15 @@
 Name: libguess
-Version: 1.0
-Release: 3%{?dist}
+Version: 1.1
+Release: 1%{?dist}
 
 Summary: High-speed character set detection library
 Group: System Environment/Libraries
 License: BSD
 URL: http://www.atheme.org/project/libguess
-Source0: http://distfiles.atheme.org/libguess-1.0.tbz2
+Source0: http://distfiles.atheme.org/libguess-%{version}.tar.bz2
 
 BuildRequires: pkgconfig
-BuildRequires: libmowgli-devel
+BuildRequires: libmowgli-devel >= 0.9.50
 
 %description
 libguess employs discrete-finite automata to deduce the character set of
@@ -46,6 +46,10 @@ make %{?_smp_mflags}
 make install DESTDIR=${RPM_BUILD_ROOT} INSTALL="install -p"
 
 
+%check
+cd src/tests/testbench && make
+
+
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
@@ -64,6 +68,9 @@ make install DESTDIR=${RPM_BUILD_ROOT} INSTALL="install -p"
 
 
 %changelog
+* Sat Dec  3 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 1.1-1
+- Upgrade to 1.1 with added %%check section.
+
 * Fri Sep 16 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 1.0-3
 - Use %%_isa in -devel package dependency.
 - Drop %%defattr lines.
diff --git a/sources b/sources
index 6a33bcc..533b98a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6578190016d85fe875aecfbf0e4112b2  libguess-1.0.tbz2
+9a17e973bc03814170b4ed03172348dc  libguess-1.1.tar.bz2


More information about the scm-commits mailing list