SPECS: bioapi.spec - install more headers
arekm
arekm at pld-linux.org
Sat Apr 8 22:39:19 CEST 2006
Author: arekm Date: Sat Apr 8 20:39:19 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- install more headers
---- Files affected:
SPECS:
bioapi.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/bioapi.spec
diff -u SPECS/bioapi.spec:1.1 SPECS/bioapi.spec:1.2
--- SPECS/bioapi.spec:1.1 Sat Apr 8 22:11:29 2006
+++ SPECS/bioapi.spec Sat Apr 8 22:39:13 2006
@@ -65,14 +65,19 @@
%else
--with-Qt-dir=no \
%endif
- --with-x
+ --includedir=%{_includedir}/%{name}
%install
rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_includedir}/%{name}
+
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+install include/bioapi_util.h include/installdefs.h imports/cdsa/v2_0/inc/cssmtype.h \
+ $RPM_BUILD_ROOT%{_includedir}/%{name}
+
mv $RPM_BUILD_ROOT%{_bindir}/Sample $RPM_BUILD_ROOT%{_bindir}/BioAPI-Sample
mv $RPM_BUILD_ROOT%{_bindir}/mds_install $RPM_BUILD_ROOT%{_bindir}/BioAPI-mds_install
mv $RPM_BUILD_ROOT%{_bindir}/mod_install $RPM_BUILD_ROOT%{_bindir}/BioAPI-mod_install
@@ -103,7 +108,7 @@
%files devel
%defattr(644,root,root,755)
-%{_includedir}/*.h
+%{_includedir}/%{name}
%{_libdir}/lib*.la
# *.so needed in main package
#%{?with_qt:%exclude %{_libdir}/libqtpwbsp.so.*}
@@ -126,6 +131,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2006/04/08 20:39:13 arekm
+- install more headers
+
Revision 1.1 2006/04/08 20:11:29 arekm
- new
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/bioapi.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list