SPECS: bioapi.spec - removed obsolete c++ patch - updated install ...

qboosh qboosh at pld-linux.org
Sat Sep 1 16:18:24 CEST 2007


Author: qboosh                       Date: Sat Sep  1 14:18:24 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- removed obsolete c++ patch
- updated install
- -qt R: base
- BR: ac,am,lt; libXt if with qt

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

---- Diffs:

================================================================
Index: SPECS/bioapi.spec
diff -u SPECS/bioapi.spec:1.9 SPECS/bioapi.spec:1.10
--- SPECS/bioapi.spec:1.9	Fri Aug 31 17:09:33 2007
+++ SPECS/bioapi.spec	Sat Sep  1 16:18:19 2007
@@ -14,11 +14,13 @@
 Group:		Applications/Networking
 Source0:	http://bioapi-linux.googlecode.com/files/%{name}_%{version}.tar.gz
 # Source0-md5:	9bcfb8505a9e4379aa5012300afd3f8c
-Patch0:		%{name}-c++.patch
 URL:		http://code.google.com/p/bioapi-linux/
+BuildRequires:	autoconf >= 2.59
+BuildRequires:	automake >= 1.6
 BuildRequires:	libstdc++-devel
+BuildRequires:	libtool >= 2:1.5
 %{?with_qt:BuildRequires:	qt-devel}
-BuildRequires:	xorg-lib-libX11-devel
+%{?with_qt:BuildRequires:	xorg-lib-libXt-devel}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # to get /var/lib/bioapi instead of /var/bioapi
@@ -50,7 +52,7 @@
 Summary:	Header files for BioAPI
 Summary(pl.UTF-8):	Pliki nagłówkowe BioAPI
 Group:		Development/Libraries
-Requires:	%{name} = %{epoch}:%{version}-%{release}
+Requires:	%{name} = %{version}-%{release}
 Requires:	libstdc++-devel
 
 %description devel
@@ -63,7 +65,7 @@
 Summary:	Static BioAPI libraries
 Summary(pl.UTF-8):	Statyczne biblioteki BioAPI
 Group:		Development/Libraries
-Requires:	%{name}-devel = %{epoch}:%{version}-%{release}
+Requires:	%{name}-devel = %{version}-%{release}
 
 %description static
 Static BioAPI libraries.
@@ -75,6 +77,7 @@
 Summary:	Sample BioAPI Qt application
 Summary(pl.UTF-8):	Przykładowa aplikacja BioAPI w Qt
 Group:		X11/Applications
+Requires:	%{name} = %{version}-%{release}
 
 %description qt
 Sample BioAPI QT application.
@@ -84,18 +87,17 @@
 
 %prep
 %setup -q -n %{name}-linux
-#%patch0 -p1
 
 %build
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__automake}
 %configure \
 %if %{with qt}
 	--with-Qt-lib-dir=%{_libdir} \
 %else
-	--with-Qt-dir=no \
+	--without-Qt-dir \
 %endif
 	--includedir=%{_includedir}/%{name} 
 
@@ -108,7 +110,7 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-install include/bioapi_util.h include/installdefs.h imports/cdsa/v2_0/inc/cssmtype.h \
+install imports/cdsa/v2_0/inc/cssmtype.h \
         $RPM_BUILD_ROOT%{_includedir}/%{name}
 
 mv $RPM_BUILD_ROOT%{_bindir}/Sample $RPM_BUILD_ROOT%{_bindir}/BioAPI-Sample
@@ -187,6 +189,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2007/09/01 14:18:19  qboosh
+- removed obsolete c++ patch
+- updated install
+- -qt R: base
+- BR: ac,am,lt; libXt if with qt
+
 Revision 1.9  2007/08/31 15:09:33  wolvverine
 - up to 1.2.3, NFY
 
================================================================

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



More information about the pld-cvs-commit mailing list