Hello community,

here is the log from the commit of package apache2-mod_authn_otp for 
openSUSE:Factory checked in at 2014-11-12 00:21:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2-mod_authn_otp (Old)
 and      /work/SRC/openSUSE:Factory/.apache2-mod_authn_otp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache2-mod_authn_otp"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/apache2-mod_authn_otp/apache2-mod_authn_otp.changes  
    2014-06-01 19:40:46.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache2-mod_authn_otp.new/apache2-mod_authn_otp.changes
 2014-11-12 00:22:18.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Oct 31 07:31:40 UTC 2014 - pgaj...@suse.com
+
+- call spec-cleaner
+- use apache rpm macros
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ apache2-mod_authn_otp.spec ++++++
--- /var/tmp/diff_new_pack.yRVySy/_old  2014-11-12 00:22:19.000000000 +0100
+++ /var/tmp/diff_new_pack.yRVySy/_new  2014-11-12 00:22:19.000000000 +0100
@@ -18,17 +18,17 @@
 
 
 %define mod_name           mod_authn_otp
-%define apxs               /usr/sbin/apxs2
-%define apache_libexecdir  %(%{apxs} -q LIBEXECDIR)
-
 Name:           apache2-%{mod_name}
 Version:        1.1.7
 Release:        0
 Summary:        Apache module for one-time password authentication
 License:        Apache-2.0
 Group:          Productivity/Networking/Web/Servers
-Source:         
https://s3.amazonaws.com/archie-public/mod-authn-otp/%{mod_name}-%{version}.tar.gz
 Url:            http://mod-authn-otp.googlecode.com/
+Source:         
https://s3.amazonaws.com/archie-public/mod-authn-otp/%{mod_name}-%{version}.tar.gz
+BuildRequires:  apache-rpm-macros
+BuildRequires:  apache2-devel
+Provides:       otptool = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} >= 1100
 BuildRequires:  libopenssl-devel
@@ -37,9 +37,6 @@
 BuildRequires:  openssl-devel
 %endif
 
-BuildRequires:  apache2-devel
-Provides:       otptool = %{version}
-
 %description
 mod_authn_otp is an Apache web server module for two-factor authentication
 using one-time passwords (OTP) generated via the HOTP/OATH algorithm
@@ -68,18 +65,15 @@
 authentication into any existing authentication solution. 
 
 %prep
-%setup -n %{mod_name}-%{version}
+%setup -q -n %{mod_name}-%{version}
 
 %build
-%{configure}
-make
-
-%clean
-%{__rm} -rf %{buildroot}
+%configure
+make %{?_smp_mflags}
 
 %install
-%{__install} -d %{buildroot}%{apache_libexecdir}
-DESTDIR=%{buildroot} %{makeinstall}
+install -d %{buildroot}%{apache_libexecdir}
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %files
 %defattr(-,root,root,-)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to