Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > media > core-src > by-pkgid > 566dd5ffe1475a80e18780a8574dde54 > files > 1

pam-mysql-0.7-alt10.RC1.src.rpm

#pam_mysql-0.7pre3.tar.gz
%define pre RC1

Name: pam-mysql
Summary: MySQL authentication for PAM
Version: 0.7
Release: alt10.%pre

Packager: Pavlov Konstantin <thresh@altlinux.ru>
Url: http://sourceforge.net/projects/pam-mysql/
Source: %url/pam_mysql-%version%pre.tar.gz
License: GPL
Group: System/Libraries

BuildRequires: gcc-c++ libMySQL-devel libg2c-devel libpam-devel libstdc++-devel zlib-devel libssl-devel

%description
This is a module that allows people to login to PAM-aware applications by
authenticating to a MySQL database. Now configurable in terms of which host the
database resides upon and which table and username and password column to
interrogate.

%prep
%setup -q -n pam_mysql-%version%pre

%build

%configure --with-pam-mods-dir=%_pam_modules_dir

%make

%install
%make_install DESTDIR=%buildroot install
#%__mkdir -p %buildroot/%_lib/security
#%__cp .libs/pam_mysql.so %buildroot/%_lib/security
#%__mkdir -p %buildroot%_datadir/doc/pam-mysql-%version
#%__install -m644 Changelog CREDITS Readme NEWS %buildroot%_datadir/doc/pam-mysql-%version

%files
%doc ChangeLog CREDITS README NEWS
%_pam_modules_dir/pam_mysql.so

%changelog
* Wed May 02 2007 Pavlov Konstantin <thresh@altlinux.ru> 0.7-alt10.RC1
- 0.7RC1.

* Fri Dec 29 2006 ALT QA Team Robot <qa-robot@altlinux.org> 0.7-alt9.pre3.3.1
- Rebuilt due to libcrypto.so.4 -> libcrypto.so.6 soname change.

* Thu Feb 09 2006 Pavlov Konstantin <thresh@altlinux.ru> 0.7-alt9.pre3.3
- Rebuild with new libMySQL.

* Mon Feb 06 2006 Pavlov Konstantin <thresh@altlinux.ru> 0.7-alt9.pre3.1
- Added libssl-devel to buildrequires.

* Fri Dec 16 2005 Pavlov Konstantin <thresh@altlinux.ru> 0.7-alt9.pre3
- New version.

* Thu Feb 05 2004 Igor Muratov <migor@altlinux.ru> 0.5-alt1
- First build for ALT.

* Mon Feb 17 2003 Lenny Cartier <lenny@mandrakesoft.com> 0.5-3mdk
- fix buildrequires & requires

* Sun Feb 02 2003 Lenny Cartier <lenny@mandrakesoft.com> 0.5-2mdk
- rebuild

* Wed Dec 04 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.5-1mdk
- from Terry Froy <tez@spilsby.net> :
	- Initial spec