]> git.pld-linux.org Git - packages/conserver.git/commitdiff
- updated to 8.1.9; enabled ssl/libwrap/pam
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 17 Jul 2004 21:01:34 +0000 (21:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    conserver.spec -> 1.5

conserver.spec

index e202484f791333006085ba6c64cefdca9bcf8f1c..b43923c17fa004899430b32445535bd4cc3152b1 100644 (file)
@@ -3,18 +3,21 @@
 Summary:       Console server
 Summary(pl):   Serwer konsoli
 Name:          conserver
-Version:       8.1.1
+Version:       8.1.9
 Release:       1
 License:       BSD-like
 Group:         Daemons
 Source0:       http://www.conserver.com/%{name}-%{version}.tar.gz
-# Source0-md5: d2641597713768cb62f09f1d94f95ef1
+# Source0-md5: 7f4e613cbe5ebdd61ef9c01d7e8a05b8
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 Source3:       %{name}.logrotate
 URL:           http://www.conserver.com/
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: openssl-devel
+BuildRequires: libwrap-devel
+BuildRequires: pam-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -39,7 +42,11 @@ podstawow
 %{__autoconf}
 %{__autoheader}
 %configure \
-       --with-master=localhost
+       --with-master=localhost \
+       --with-extmsgs \
+       --with-libwrap \
+       --with-openssl \
+       --with-pam
 %{__make}
 
 %install
This page took 0.09072 seconds and 4 git commands to generate.