]> git.pld-linux.org Git - packages/dataseltzer.git/blob - dataseltzer.spec
- requires libspatialite 4.2.0 (spatialite_shutdown symbol)
[packages/dataseltzer.git] / dataseltzer.spec
1 Summary:        CGI component supporting dynamic Web publishing of data from SQLite/SpatiaLite DB file
2 Summary(pl.UTF-8):      Komponent CGI do dynamicznej publikacji na WWW danych z baz SQLite/SpatiaLite
3 Name:           dataseltzer
4 Version:        1.0.0
5 Release:        2
6 License:        AGPL v3+
7 Group:          Applications/WWW
8 Source0:        http://www.gaia-gis.it/gaia-sins/dataseltzer-sources/%{name}-%{version}.tar.gz
9 # Source0-md5:  5ffb0142d97f8a45875128f75ea4e40e
10 URL:            https://www.gaia-gis.it/fossil/dataseltzer
11 BuildRequires:  autoconf >= 2.61
12 BuildRequires:  automake
13 BuildRequires:  expat-devel
14 BuildRequires:  libcgi-devel
15 BuildRequires:  libspatialite-devel >= 4.2.0
16 BuildRequires:  libtool
17 BuildRequires:  minizip-devel
18 BuildRequires:  pkgconfig
19 BuildRequires:  zlib-devel
20 Requires:       libspatialite >= 4.2.0
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 dataSeltzer is a simple CGI component supporting dynamic Web
25 publishing of Data from a SQLite/SpatiaLite DB-file.
26
27 %description -l pl.UTF-8
28 dataSeltzer to prosty komponent CGI obsługujący dynamiczne
29 publikowanie na WWW danych z plików baz danych SQLite/SpatiaLite.
30
31 %prep
32 %setup -q
33
34 %build
35 %{__libtoolize}
36 %{__aclocal} -I m4
37 %{__autoconf}
38 %{__autoheader}
39 %{__automake}
40 %configure
41
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc AUTHORS README
56 %attr(755,root,root) %{_bindir}/dataSeltzer
This page took 0.059256 seconds and 3 git commands to generate.