]> git.pld-linux.org Git - packages/dml.git/commitdiff
- added --without nls
authorMichal Moskal <michal@moskal.me>
Fri, 8 Mar 2002 14:17:57 +0000 (14:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed r: slang (found automagicly)
- rel 3

Changed files:
    dml.spec -> 1.35

dml.spec

index 6eb5d26c90531da7eac356cbd8e764c637ed037d..d37f95ec20d9e924654a7867d9ae1fc4c37d4848 100644 (file)
--- a/dml.spec
+++ b/dml.spec
@@ -1,8 +1,10 @@
+# conditional build:
+# --without nls
 Summary:       Tool for displaying dialogs from shell
 Summary(pl):   Narzêdzie do wy¶wietlania okien dialogowych z shella
 Name:          dml
 Version:       0.0.15
-Release:       2
+Release:       3
 License:       GPL
 Group:         Applications/Terminal
 Source0:       ftp://ftp.pld.org.pl/people/malekith/%{name}-%{version}.tar.gz
@@ -11,7 +13,6 @@ BuildRequires:        automake
 BuildRequires: slang-devel
 BuildRequires: gettext-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-Requires:      slang
 
 %description
 Tool for displaying dialogs from shell.
@@ -28,7 +29,7 @@ aclocal
 autoconf
 automake -a -c
 
-%configure
+%configure %{?_without_nls:--disable-nls}
 %{__make}
 
 %install
This page took 0.069346 seconds and 4 git commands to generate.