Author: baggins Date: Fri Dec 7 00:56:20 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 2 - install all header files (reqd by UMFPACK)
---- Files affected: SPECS: AMD.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/AMD.spec diff -u SPECS/AMD.spec:1.3 SPECS/AMD.spec:1.4 --- SPECS/AMD.spec:1.3 Fri Dec 7 01:51:11 2007 +++ SPECS/AMD.spec Fri Dec 7 01:56:15 2007 @@ -2,7 +2,7 @@ Summary: AMD: approximate minimum degree Name: AMD Version: 2.2.0 -Release: 1 +Release: 2 License: LGPL Group: Libraries Source0: http://www.cise.ufl.edu/research/sparse/amd/%{name}-%{version}.tar.gz @@ -60,12 +60,13 @@ %install rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_includedir} %{__make} -C Lib install \ DESTDIR=$RPM_BUILD_ROOT \ libdir=%{_libdir} -install -D Include/amd.h $RPM_BUILD_ROOT%{_includedir}/amd.h +install Include/* $RPM_BUILD_ROOT%{_includedir} %clean rm -rf $RPM_BUILD_ROOT @@ -82,7 +83,7 @@ %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libamd.so %{_libdir}/libamd.la -%{_includedir}/amd.h +%{_includedir}/* %files static %defattr(644,root,root,755) @@ -94,6 +95,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2007-12-07 00:56:15 baggins +- rel 2 +- install all header files (reqd by UMFPACK) + Revision 1.3 2007-12-07 00:51:11 baggins - proper summary ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/AMD.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
