]> git.pld-linux.org Git - packages/libghemical.git/blob - libghemical.spec
- updated to 2.10
[packages/libghemical.git] / libghemical.spec
1 Summary:        The MM and QM calculations library
2 Summary(pl):    Biblioteka do obliczeñ z zakresu mechaniki molekularnej i kwantowej
3 Name:           libghemical
4 Version:        2.10
5 Release:        1
6 License:        GPL
7 Group:          Libraries
8 Source0:        http://www.uku.fi/~thassine/projects/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  a248fc3aebf26582367326716f208594
10 URL:            http://www.uku.fi/~thassine/projects/libghemical/
11 BuildRequires:  libstdc++-devel
12 BuildRequires:  mopac7-devel >= 1.2.5
13 BuildRequires:  mpqc-devel >= 1.10
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 The MM and QM calculations library.
18
19 %description -l pl
20 Biblioteka do obliczeñ z zakresu mechaniki molekularnej i kwantowej.
21
22 %package devel
23 Summary:        Header files for libghemical library
24 Summary(pl):    Pliki nag³ówkowe biblioteki libghemical
25 Group:          Development/Libraries
26 Requires:       %{name} = %{version}-%{release}
27 Requires:       libstdc++-devel
28 Requires:       mopac7-devel >= 1.2.5
29 Requires:       mpqc-devel >= 1.10
30
31 %description devel
32 Header files for libghemical library.
33
34 %description devel -l pl
35 Pliki nag³ówkowe biblioteki libghemical.
36
37 %package static
38 Summary:        Static libghemical library
39 Summary(pl):    Statyczna biblioteka libghemical
40 Group:          Development/Libraries
41 Requires:       %{name}-devel = %{version}-%{release}
42
43 %description static
44 Static libghemical library.
45
46 %description static -l pl
47 Statyczna biblioteka libghemical.
48
49 %prep
50 %setup -q
51
52 %build
53 %configure \
54         --enable-mopac7 \
55         --enable-mpqc
56 %{__make}
57
58 %install
59 rm -rf $RPM_BUILD_ROOT
60
61 %{__make} install \
62         DESTDIR=$RPM_BUILD_ROOT
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %post   -p /sbin/ldconfig
68 %postun -p /sbin/ldconfig
69
70 %files
71 %defattr(644,root,root,755)
72 %doc AUTHORS ChangeLog TODO
73 %attr(755,root,root) %{_libdir}/libghemical.so.*.*.*
74 %{_datadir}/libghemical
75
76 %files devel
77 %defattr(644,root,root,755)
78 %attr(755,root,root) %{_libdir}/libghemical.so
79 %{_libdir}/libghemical.la
80 %{_includedir}/ghemical
81 %{_pkgconfigdir}/libghemical.pc
82
83 %files static
84 %defattr(644,root,root,755)
85 %{_libdir}/libghemical.a
This page took 0.055286 seconds and 3 git commands to generate.