]> git.pld-linux.org Git - packages/bnc.git/commitdiff
- upgraded to 2.8.8pre2,
authorTomasz Pala <gotar@pld-linux.org>
Sat, 9 Aug 2003 20:08:29 +0000 (20:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- R: dialog (for bncsetup.pld),
- fixed passing compiler flags,
- removed redundant linking (-lnsl -lresolv).

Changed files:
    bnc.spec -> 1.12

bnc.spec

index f02dbe4b53d4291af0715ae2a8fde6d46196b9b5..1056a1c3ce0e37d89eccd2f0df0ae1bb37fe7705 100644 (file)
--- a/bnc.spec
+++ b/bnc.spec
@@ -1,14 +1,17 @@
+%define                _pre    beta2
 Summary:       Simple IRC bouncer
 Summary(pl):   Proste narzêdzie do tunelowania irc
 Name:          bnc
-Version:       2.8.6
-Release:       3
+Version:       2.8.8
+Release:       0.%{_pre}.1
 License:       GPL
 Group:         Networking/Utilities
-Source0:       http://gotbnc.com/files/%{name}%{version}.tar.gz
-# Source0-md5: c3800ec09f62abf9881b84770fa79362
+Source0:       http://gotbnc.com/files/%{name}%{version}%{_pre}.tar.gz
+# Source0-md5: 5ec74cf2f8d50104c0d512c212417e86
 Source1:       %{name}setup.pld
+Patch0:                %{name}-c_fix.patch
 BuildRequires: autoconf
+Requires:      dialog
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -26,12 +29,13 @@ od u
 
 %prep
 %setup -q -n %{name}%{version}
+%patch0 -p1
 
 %build
 %{__autoconf}
 %configure
 
-%{__make} CC="%{__cc} %{rpmcflags} -Wall"
+%{__make} CFLAGS="%{rpmcflags}" OFLAGS="%{rpmcflags}" LIBS="-lcrypt"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.028866 seconds and 4 git commands to generate.