]> git.pld-linux.org Git - packages/libevocosm.git/blob - libevocosm.spec
- Source0 md5
[packages/libevocosm.git] / libevocosm.spec
1 Summary:        A C++ Framework for Evolutionary Computing
2 Name:           libevocosm
3 Version:        3.1.0
4 Release:        1
5 License:        GPL
6 Group:          Libraries
7 URL:            http://www.coyotegulch.com/products/libcoyotl/index.html
8 BuildRequires:  http://www.coyotegulch.com/distfiles/libcoyotl-devel = 3.1.0
9 Source0:        %{name}-%{version}.tar.gz
10 # Source0-md5:  7fdc1ac67528c819cdaf9091eeee3833
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 libevocosm, a collection of tools for creating a wide variety of
15 evolutionary algorithms.
16
17 %package devel
18 Summary:        libcoyotl headers and documentation
19 Group:          Development/Libraries
20 Requires:       %{name} = %{version}-%{release}
21
22 %description devel
23 libevocosm libraries headers and documentation.
24
25 %package static
26 Summary:        libevocosm static libraries
27 Group:          Development/Libraries
28 Requires:       %{name} = %{version}-%{release}
29
30 %description static
31 libevocosm static libraries.
32
33 %prep
34 %setup -q
35
36 %build
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %attr(755,root,root) %{_bindir}/*
52 %attr(755,root,root) %{_libdir}/lib*.so.*
53
54 %files devel
55 %defattr(644,root,root,755)
56 %attr(755,root,root) %{_libdir}/*.so
57 %{_libdir}/lib*.la
58 %dir %{_includedir}/%{name}
59 %{_includedir}/%{name}/*.h
60 %dir %{_docdir}/%{name}/api
61 %{_docdir}/%{name}/api/*
62
63 %files static
64 %defattr(644,root,root,755)
65 %{_libdir}/lib*.a
This page took 0.038926 seconds and 3 git commands to generate.