]> git.pld-linux.org Git - packages/dataseltzer.git/blame - dataseltzer.spec
- requires libspatialite 4.2.0 (spatialite_shutdown symbol)
[packages/dataseltzer.git] / dataseltzer.spec
CommitLineData
2ce48d03
JB
1Summary: CGI component supporting dynamic Web publishing of data from SQLite/SpatiaLite DB file
2Summary(pl.UTF-8): Komponent CGI do dynamicznej publikacji na WWW danych z baz SQLite/SpatiaLite
3Name: dataseltzer
4Version: 1.0.0
3450ea3e 5Release: 2
2ce48d03
JB
6License: AGPL v3+
7Group: Applications/WWW
8Source0: http://www.gaia-gis.it/gaia-sins/dataseltzer-sources/%{name}-%{version}.tar.gz
9# Source0-md5: 5ffb0142d97f8a45875128f75ea4e40e
10URL: https://www.gaia-gis.it/fossil/dataseltzer
11BuildRequires: autoconf >= 2.61
12BuildRequires: automake
13BuildRequires: expat-devel
14BuildRequires: libcgi-devel
3450ea3e 15BuildRequires: libspatialite-devel >= 4.2.0
2ce48d03
JB
16BuildRequires: libtool
17BuildRequires: minizip-devel
18BuildRequires: pkgconfig
19BuildRequires: zlib-devel
3450ea3e 20Requires: libspatialite >= 4.2.0
2ce48d03
JB
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24dataSeltzer is a simple CGI component supporting dynamic Web
25publishing of Data from a SQLite/SpatiaLite DB-file.
26
27%description -l pl.UTF-8
28dataSeltzer to prosty komponent CGI obsługujący dynamiczne
29publikowanie 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
45rm -rf $RPM_BUILD_ROOT
46
47%{__make} install \
48 DESTDIR=$RPM_BUILD_ROOT
49
50%clean
51rm -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.133032 seconds and 4 git commands to generate.