Hello community,
here is the log from the commit of package apache2-mod_auth_ntlm_winbind for
openSUSE:Factory checked in at 2014-11-04 17:28:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2-mod_auth_ntlm_winbind (Old)
and /work/SRC/openSUSE:Factory/.apache2-mod_auth_ntlm_winbind.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache2-mod_auth_ntlm_winbind"
Changes:
--------
---
/work/SRC/openSUSE:Factory/apache2-mod_auth_ntlm_winbind/apache2-mod_auth_ntlm_winbind.changes
2014-03-18 14:13:11.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.apache2-mod_auth_ntlm_winbind.new/apache2-mod_auth_ntlm_winbind.changes
2014-11-04 17:28:47.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Oct 31 07:36:01 UTC 2014 - [email protected]
+
+- call spec cleaner
+- use apache rpm macros
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apache2-mod_auth_ntlm_winbind.spec ++++++
--- /var/tmp/diff_new_pack.eISce7/_old 2014-11-04 17:28:48.000000000 +0100
+++ /var/tmp/diff_new_pack.eISce7/_new 2014-11-04 17:28:48.000000000 +0100
@@ -16,27 +16,20 @@
#
-Name: apache2-mod_auth_ntlm_winbind
-BuildRequires: apache2-devel
%define modname mod_auth_ntlm_winbind
-%define apxs /usr/sbin/apxs2
-%define apache apache2
-%define apache_libexecdir %(%{apxs} -q LIBEXECDIR)
-%define apache_sysconfdir %(%{apxs} -q SYSCONFDIR)
-%define apache_includedir %(%{apxs} -q INCLUDEDIR)
-%define apache_serverroot %(%{apxs} -q PREFIX)
-%define apache_localstatedir %(%{apxs} -q LOCALSTATEDIR)
-%define apache_mmn %(MMN=$(%{apxs} -q LIBEXECDIR)_MMN; test -x $MMN &&
$MMN)
+Name: apache2-mod_auth_ntlm_winbind
Version: 0.0.0.lorikeet_svn_785
Release: 0
-Requires: %{apache_mmn}
-Requires: apache2
-Requires: samba-winbind
Summary: Enables Apache to authenticate users against Microsoft like DCs
License: Apache-2.0
Group: Productivity/Networking/Web/Servers
Url: http://samba.org/
Source: %{modname}-%{version}.tar.bz2
+BuildRequires: apache-rpm-macros
+BuildRequires: apache2-devel
+Requires: %{apache_mmn}
+Requires: apache2
+Requires: samba-winbind
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -47,18 +40,18 @@
To load the module into Apache, run the command "a2enmod
auth_ntlm_winbind" as root.
-Check /usr/share/doc/packages/apache2-mod_auth_ntlm_winbind/README for
+Check %{_docdir}/apache2-mod_auth_ntlm_winbind/README for
examples how to add mod_auth_ntlm_winbind to your Apache configuration.
%prep
-%setup -n %{modname}-%{version}
+%setup -q -n %{modname}-%{version}
%build
-%{apxs} -c -D APACHE2 mod_auth_ntlm_winbind.c
+%{apache_apxs} -c -D APACHE2 mod_auth_ntlm_winbind.c
%install
-mkdir -p $RPM_BUILD_ROOT/%{apache_libexecdir}
-cp -p .libs/%{modname}.so $RPM_BUILD_ROOT/%{apache_libexecdir}
+mkdir -p %{buildroot}/%{apache_libexecdir}
+cp -p .libs/%{modname}.so %{buildroot}/%{apache_libexecdir}
%files
%defattr(-,root,root)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]