]> git.pld-linux.org Git - packages/cook.git/commitdiff
- version 2.25
authorradek <radek@pld-linux.org>
Wed, 15 Sep 2004 12:04:17 +0000 (12:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- s/configure2_13/configure/
- added tests

Changed files:
    cook.spec -> 1.12

cook.spec

index 7123f4e6491856502cd38881bc77b6a5e3cc040f..caecca9c300e9ece3d5c28dfef4b0caaf495631b 100644 (file)
--- a/cook.spec
+++ b/cook.spec
@@ -1,13 +1,20 @@
+#
+# Conditional build:
+%bcond_without tests   # don't perform "make test"
+#
 Summary:       A file construction tool
 Summary(pl):   Narzêdzie do konstrukcji plików
 Name:          cook
-Version:       2.21
-Release:       3
+Version:       2.25
+Release:       1
 License:       GPL
 Group:         Development/Building
 Source0:       http://www.canb.auug.org.au/~millerp/cook/%{name}-%{version}.tar.gz
-# Source0-md5: 767b152dbfc6afb93fc94326cab67227
+# Source0-md5: fd116da31c59c04abe41519fc131b504
 URL:           http://www.canb.auug.org.au/~millerp/cook/
+BuildRequires: bison
+BuildRequires: gettext-devel
+BuildRequires: groff
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -107,9 +114,11 @@ Dokumentacja do cooka w formacie PostScript.
 %setup -q
 
 %build
-%configure2_13
+%configure
 %{__make}
 
+%{?with_tests:%{__make} sure}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT
This page took 0.064603 seconds and 4 git commands to generate.