Author: glen Date: Sun Jan 16 23:36:56 2011 GMT Module: packages Tag: HEAD ---- Log message: - new, based on old suse spec
---- Files affected: packages/pam-pam_face-authentication: pam-pam_face-authentication.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/pam-pam_face-authentication/pam-pam_face-authentication.spec diff -u /dev/null packages/pam-pam_face-authentication/pam-pam_face-authentication.spec:1.1 --- /dev/null Mon Jan 17 00:36:56 2011 +++ packages/pam-pam_face-authentication/pam-pam_face-authentication.spec Mon Jan 17 00:36:51 2011 @@ -0,0 +1,50 @@ +# $Revision$, $Date$ +Summary: This is Pluggable Authentication Module for Face based Authentication +Name: pam-pam_face-authentication +Version: 0.3 +Release: 0.1 +License: GPL +Group: Applications/System +URL: http://www.pam-face-authentication.org/ +Source0: http://pam-face-authentication.googlecode.com/files/pam-face-authentication-%{version}.tar.gz +# Source0-md5: 5ef71bcf4bdebd2ee7216387ef17fc27 +BuildRequires: gsl-devel +BuildRequires: libstdc++-devel +BuildRequires: ncurses-devel +BuildRequires: opencv-devel +BuildRequires: pam-devel +BuildRequires: xorg-lib-libX11-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +This is Pluggable Authentication Module for Face based Authentication. + +%prep +%setup -q -n pam-face-authentication-%{version} + +%build +install -d build +cd build +%cmake .. +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc ChangeLog NEWS AUTHORS README + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2011/01/16 23:36:51 glen +- new, based on old suse spec ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
