SPECS: AMD.spec, CAMD.spec, CCOLAMD.spec, CHOLMOD.spec, COLAMD.spe...

baggins baggins at pld-linux.org
Fri Dec 7 17:49:12 CET 2007


Author: baggins                      Date: Fri Dec  7 16:49:12 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use private include dir

---- Files affected:
SPECS:
   AMD.spec (1.5 -> 1.6) , CAMD.spec (1.2 -> 1.3) , CCOLAMD.spec (1.5 -> 1.6) , CHOLMOD.spec (1.3 -> 1.4) , COLAMD.spec (1.10 -> 1.11) , CXSparse.spec (1.1 -> 1.2) , UMFPACK.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/AMD.spec
diff -u SPECS/AMD.spec:1.5 SPECS/AMD.spec:1.6
--- SPECS/AMD.spec:1.5	Fri Dec  7 17:42:49 2007
+++ SPECS/AMD.spec	Fri Dec  7 17:49:06 2007
@@ -61,13 +61,13 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_includedir}/AMD
+install -d $RPM_BUILD_ROOT%{_includedir}/amd
 
 %{__make} -C Lib install \
 	DESTDIR=$RPM_BUILD_ROOT \
 	libdir=%{_libdir}
 
-install Include/* $RPM_BUILD_ROOT%{_includedir}/AMD
+install Include/* $RPM_BUILD_ROOT%{_includedir}/amd
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -84,7 +84,7 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libamd.so
 %{_libdir}/libamd.la
-%{_includedir}/AMD
+%{_includedir}/amd
 
 %files static
 %defattr(644,root,root,755)
@@ -96,6 +96,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2007-12-07 16:49:06  baggins
+- use private include dir
+
 Revision 1.5  2007-12-07 16:42:49  baggins
 - use rpmldflags
 

================================================================
Index: SPECS/CAMD.spec
diff -u SPECS/CAMD.spec:1.2 SPECS/CAMD.spec:1.3
--- SPECS/CAMD.spec:1.2	Fri Dec  7 17:42:49 2007
+++ SPECS/CAMD.spec	Fri Dec  7 17:49:06 2007
@@ -59,13 +59,13 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_includedir}
+install -d $RPM_BUILD_ROOT%{_includedir}/camd
 
 %{__make} -C Lib install \
 	DESTDIR=$RPM_BUILD_ROOT \
 	libdir=%{_libdir}
 
-install Include/* $RPM_BUILD_ROOT%{_includedir}
+install Include/*.h $RPM_BUILD_ROOT%{_includedir}/camd
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -82,7 +82,7 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libcamd.so
 %{_libdir}/libcamd.la
-%{_includedir}/*
+%{_includedir}/camd
 
 %files static
 %defattr(644,root,root,755)
@@ -94,6 +94,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2007-12-07 16:49:06  baggins
+- use private include dir
+
 Revision 1.2  2007-12-07 16:42:49  baggins
 - use rpmldflags
 

================================================================
Index: SPECS/CCOLAMD.spec
diff -u SPECS/CCOLAMD.spec:1.5 SPECS/CCOLAMD.spec:1.6
--- SPECS/CCOLAMD.spec:1.5	Fri Dec  7 17:42:49 2007
+++ SPECS/CCOLAMD.spec	Fri Dec  7 17:49:06 2007
@@ -78,12 +78,13 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_includedir}/ccolamd
 
 %{__make} -C Lib install \
 	DESTDIR=$RPM_BUILD_ROOT \
 	libdir=%{_libdir}
 
-install -D Include/ccolamd.h $RPM_BUILD_ROOT%{_includedir}/ccolamd.h
+install Include/*.h $RPM_BUILD_ROOT%{_includedir}/ccolamd
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -100,7 +101,7 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libccolamd.so
 %{_libdir}/libccolamd.la
-%{_includedir}/ccolamd.h
+%{_includedir}/ccolamd
 
 %files static
 %defattr(644,root,root,755)
@@ -112,6 +113,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2007-12-07 16:49:06  baggins
+- use private include dir
+
 Revision 1.5  2007-12-07 16:42:49  baggins
 - use rpmldflags
 

================================================================
Index: SPECS/CHOLMOD.spec
diff -u SPECS/CHOLMOD.spec:1.3 SPECS/CHOLMOD.spec:1.4
--- SPECS/CHOLMOD.spec:1.3	Fri Dec  7 17:42:49 2007
+++ SPECS/CHOLMOD.spec	Fri Dec  7 17:49:06 2007
@@ -73,13 +73,13 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_includedir}
+install -d $RPM_BUILD_ROOT%{_includedir}/cholmod
 
 %{__make} -C Lib install \
 	DESTDIR=$RPM_BUILD_ROOT \
 	libdir=%{_libdir}
 
-install Include/*.h $RPM_BUILD_ROOT%{_includedir}
+install Include/*.h $RPM_BUILD_ROOT%{_includedir}/cholmod
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -96,7 +96,7 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libcholmod.so
 %{_libdir}/libcholmod.la
-%{_includedir}/*.h
+%{_includedir}/cholmod
 
 %files static
 %defattr(644,root,root,755)
@@ -108,6 +108,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2007-12-07 16:49:06  baggins
+- use private include dir
+
 Revision 1.3  2007-12-07 16:42:49  baggins
 - use rpmldflags
 

================================================================
Index: SPECS/COLAMD.spec
diff -u SPECS/COLAMD.spec:1.10 SPECS/COLAMD.spec:1.11
--- SPECS/COLAMD.spec:1.10	Fri Dec  7 17:42:49 2007
+++ SPECS/COLAMD.spec	Fri Dec  7 17:49:06 2007
@@ -81,12 +81,13 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_includedir}/colamd
 
 %{__make} -C Lib install \
 	DESTDIR=$RPM_BUILD_ROOT \
 	libdir=%{_libdir}
 
-install -D Include/colamd.h $RPM_BUILD_ROOT%{_includedir}/colamd.h
+install Include/*.h $RPM_BUILD_ROOT%{_includedir}/colamd
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -103,7 +104,7 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libcolamd.so
 %{_libdir}/libcolamd.la
-%{_includedir}/colamd.h
+%{_includedir}/colamd
 
 %files static
 %defattr(644,root,root,755)
@@ -115,6 +116,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2007-12-07 16:49:06  baggins
+- use private include dir
+
 Revision 1.10  2007-12-07 16:42:49  baggins
 - use rpmldflags
 

================================================================
Index: SPECS/CXSparse.spec
diff -u SPECS/CXSparse.spec:1.1 SPECS/CXSparse.spec:1.2
--- SPECS/CXSparse.spec:1.1	Fri Dec  7 17:27:41 2007
+++ SPECS/CXSparse.spec	Fri Dec  7 17:49:06 2007
@@ -59,12 +59,13 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_includedir}/cxsparse
 
 %{__make} -C Lib install \
 	DESTDIR=$RPM_BUILD_ROOT \
 	libdir=%{_libdir}
 
-install -D Include/cs.h $RPM_BUILD_ROOT%{_includedir}/cs.h
+install Include/*.h $RPM_BUILD_ROOT%{_includedir}/cxsparse
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -81,7 +82,7 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libcxsparse.so
 %{_libdir}/libcxsparse.la
-%{_includedir}/cs.h
+%{_includedir}/cxsparse
 
 %files static
 %defattr(644,root,root,755)
@@ -93,6 +94,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007-12-07 16:49:06  baggins
+- use private include dir
+
 Revision 1.1  2007-12-07 16:27:41  baggins
 - initial revision
 

================================================================
Index: SPECS/UMFPACK.spec
diff -u SPECS/UMFPACK.spec:1.2 SPECS/UMFPACK.spec:1.3
--- SPECS/UMFPACK.spec:1.2	Fri Dec  7 17:42:49 2007
+++ SPECS/UMFPACK.spec	Fri Dec  7 17:49:06 2007
@@ -65,13 +65,13 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_includedir}
+install -d $RPM_BUILD_ROOT%{_includedir}/umfpack
 
 %{__make} -C Lib install \
 	DESTDIR=$RPM_BUILD_ROOT \
 	libdir=%{_libdir}
 
-install Include/* $RPM_BUILD_ROOT%{_includedir}
+install Include/*.h $RPM_BUILD_ROOT%{_includedir}/umfpack
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -88,7 +88,7 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libumfpack.so
 %{_libdir}/libumfpack.la
-%{_includedir}/*
+%{_includedir}/umfpack
 
 %files static
 %defattr(644,root,root,755)
@@ -100,6 +100,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2007-12-07 16:49:06  baggins
+- use private include dir
+
 Revision 1.2  2007-12-07 16:42:49  baggins
 - use rpmldflags
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/AMD.spec?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/CAMD.spec?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/CCOLAMD.spec?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/CHOLMOD.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/COLAMD.spec?r1=1.10&r2=1.11&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/CXSparse.spec?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/UMFPACK.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list