Accepting request 95025 from server:proxy
parallel build OBS-URL: https://build.opensuse.org/request/show/95025 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cntlm?expand=0&rev=16
This commit is contained in:
commit
5e05b268c1
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 17 23:17:22 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Remove redundant tags/sections from specfile
|
||||||
|
- Use %_smp_mflags for parallel build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 18 06:22:40 UTC 2011 - cfarrell@novell.com
|
Thu Aug 18 06:22:40 UTC 2011 - cfarrell@novell.com
|
||||||
|
|
||||||
|
13
cntlm.spec
13
cntlm.spec
@ -21,7 +21,7 @@
|
|||||||
Name: cntlm
|
Name: cntlm
|
||||||
Summary: Fast NTLM authentication proxy with tunneling
|
Summary: Fast NTLM authentication proxy with tunneling
|
||||||
Version: 0.35.1
|
Version: 0.35.1
|
||||||
Release: 15
|
Release: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Productivity/Networking/Web/Proxy
|
Group: Productivity/Networking/Web/Proxy
|
||||||
Url: http://cntlm.sourceforge.net/
|
Url: http://cntlm.sourceforge.net/
|
||||||
@ -40,17 +40,15 @@ and much more. It has up to ten times faster responses than similar NTLM
|
|||||||
proxies, while using by orders or magnitude less RAM and CPU. Manual page
|
proxies, while using by orders or magnitude less RAM and CPU. Manual page
|
||||||
contains detailed information.
|
contains detailed information.
|
||||||
|
|
||||||
Contact: David Kubicek <dave@awk.cz>
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
%patch -p1
|
%patch -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# custom script
|
||||||
./configure
|
./configure
|
||||||
%{__make} SYSCONFDIR=%{_sysconfdir} \
|
make %{?_smp_mflags} SYSCONFDIR=%{_sysconfdir} \
|
||||||
BINDIR=%{_sbindir} \
|
BINDIR=%{_sbindir} \
|
||||||
MANDIR=%{_mandir}
|
MANDIR=%{_mandir}
|
||||||
|
|
||||||
@ -89,9 +87,6 @@ fi
|
|||||||
%restart_on_update cntlm
|
%restart_on_update cntlm
|
||||||
%{insserv_cleanup}
|
%{insserv_cleanup}
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYRIGHT LICENSE README VERSION
|
%doc COPYRIGHT LICENSE README VERSION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user