diff --git a/cntlm.changes b/cntlm.changes index 342cfac..020fa84 100644 --- a/cntlm.changes +++ b/cntlm.changes @@ -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 diff --git a/cntlm.spec b/cntlm.spec index e0dc109..27c9654 100644 --- a/cntlm.spec +++ b/cntlm.spec @@ -21,7 +21,7 @@ Name: cntlm Summary: Fast NTLM authentication proxy with tunneling Version: 0.35.1 -Release: 15 +Release: 1 License: GPLv2+ Group: Productivity/Networking/Web/Proxy 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 contains detailed information. - Contact: David Kubicek - - %prep %setup -q -n %{name}-%{version} %patch -p1 %patch1 -p1 -%build +%build +# custom script ./configure -%{__make} SYSCONFDIR=%{_sysconfdir} \ +make %{?_smp_mflags} SYSCONFDIR=%{_sysconfdir} \ BINDIR=%{_sbindir} \ MANDIR=%{_mandir} @@ -89,9 +87,6 @@ fi %restart_on_update cntlm %{insserv_cleanup} -%clean -%{__rm} -rf %{buildroot} - %files %defattr(-,root,root,-) %doc COPYRIGHT LICENSE README VERSION