File: rpm.spec

package info (click to toggle)
apophenia 1.0%2Bds-7
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 2,904 kB
  • sloc: ansic: 19,479; makefile: 374; awk: 124; sh: 105; sed: 32
file content (51 lines) | stat: -rw-r--r-- 1,384 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Vendor:       Ben Klemens
Name:         apophenia
Version:      1.0
Release:      1
License:      GPLv2 w/Affero-type addendum
Provides:     apophenia, apophenia-devel
Requires:     gsl, gsl-devel, sqlite3, sqlite3-devel
Packager:     fluffmail@f-m.fm
Summary:      A library of functions and models for scientific computing.
Source:       PKGNAME
BuildRoot:    %{buildroot}
URL:          http://apophenia.info
%description
Apophenia is a library of functions and models for scientific computing.
It is intended to make work easier---and even fun---when handling data sets, fitting
models, and designing new models in C. Facilities for managing data include an easy
link to SQLite3 or mySQL databases.

%prep
%setup

%build
%configure 
make

%install
%makeinstall
#DESTDIR={%buildroot} %makeinstall

%files
%defattr(-,root,root)
/usr/lib/libapophenia.so.0.0.0
/usr/lib/libapophenia.so.0
/usr/lib/libapophenia.so
/usr/lib/libapophenia.la
/usr/lib/libapophenia.a
/usr/lib/pkgconfig/apophenia.pc
/usr/bin/apop_text_to_db
/usr/bin/apop_db_to_crosstab
/usr/bin/apop_merge_dbs
/usr/bin/apop_plot_query
/usr/bin/apop_lookup
/usr/include/apop.h
/usr/include/apophenia
/usr/include/apophenia/db.h
/usr/include/apophenia/asst.h
/usr/include/apophenia/stats.h
/usr/include/apophenia/types.h
/usr/include/apophenia/variadic.h
/usr/include/apophenia/settings.h
/usr/include/apophenia/deprecated.h