]> git.pld-linux.org Git - packages/UFconfig.git/blob - UFconfig.spec
- new
[packages/UFconfig.git] / UFconfig.spec
1 Summary:        UFconfig
2 Name:           UFconfig
3 Version:        2.4.0
4 Release:        0.2
5 License:        LGPL
6 Group:          Development
7 Source0:        http://www.cise.ufl.edu/research/sparse/UFconfig/%{name}-%{version}.tar.gz
8 # Source0-md5:  3cfdd2c223b9b31444782310a8cb2c65
9 URL:            http://www.cise.ufl.edu/research/sparse/UFconfig/
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 UFconfig is required by nearly all sparse matrix packages that are
14 authored by Timothy A. Davis
15
16 %prep
17 %setup -q -n %{name}
18
19 %install
20 rm -rf $RPM_BUILD_ROOT
21 install -d $RPM_BUILD_ROOT{%{_includedir},%{_datadir}/misc}
22 cp -a UFconfig.h $RPM_BUILD_ROOT%{_includedir}
23 cp -a UFconfig.mk $RPM_BUILD_ROOT%{_datadir}/misc
24
25 %clean
26 rm -rf $RPM_BUILD_ROOT
27
28 %files
29 %defattr(644,root,root,755)
30 %doc README.txt
31 %{_includedir}/UFconfig.h
32 %{_datadir}/misc/UFconfig.mk
This page took 0.062843 seconds and 4 git commands to generate.