SPECS: bioapi.spec - up to 1.2.3, NFY

wolvverine wolvverine at pld-linux.org
Fri Aug 31 17:09:38 CEST 2007


Author: wolvverine                   Date: Fri Aug 31 15:09:38 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 1.2.3, NFY

---- Files affected:
SPECS:
   bioapi.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/bioapi.spec
diff -u SPECS/bioapi.spec:1.8 SPECS/bioapi.spec:1.9
--- SPECS/bioapi.spec:1.8	Mon Feb 12 22:23:49 2007
+++ SPECS/bioapi.spec	Fri Aug 31 17:09:33 2007
@@ -8,14 +8,14 @@
 Summary:	Framework for biometric-based authentication
 Summary(pl.UTF-8):	Szkielet do uwierzytelniania opartego o biometrykę
 Name:		bioapi
-Version:	1.2.2
-Release:	0.3
+Version:	1.2.3
+Release:	0.1
 License:	BSD
 Group:		Applications/Networking
-Source0:	http://www.qrivy.net/~michael/blua/bioapi/%{name}-%{version}.tar.bz2
-# Source0-md5:	924f723895c339552e501999945b7920
+Source0:	http://bioapi-linux.googlecode.com/files/%{name}_%{version}.tar.gz
+# Source0-md5:	9bcfb8505a9e4379aa5012300afd3f8c
 Patch0:		%{name}-c++.patch
-URL:		http://www.qrivy.net/~michael/blua/
+URL:		http://code.google.com/p/bioapi-linux/
 BuildRequires:	libstdc++-devel
 %{?with_qt:BuildRequires:	qt-devel}
 BuildRequires:	xorg-lib-libX11-devel
@@ -83,17 +83,23 @@
 Przykładowa aplikacja BioAPI w Qt.
 
 %prep
-%setup -q
-%patch0 -p1
+%setup -q -n %{name}-linux
+#%patch0 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure \
 %if %{with qt}
 	--with-Qt-lib-dir=%{_libdir} \
 %else
 	--with-Qt-dir=no \
 %endif
-	--includedir=%{_includedir}/%{name}
+	--includedir=%{_includedir}/%{name} 
+
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -181,6 +187,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2007/08/31 15:09:33  wolvverine
+- up to 1.2.3, NFY
+
 Revision 1.8  2007/02/12 21:23:49  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/bioapi.spec?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list