Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37535204
en ru br
ALT Linux repos
S:2.2.1-alt2

Group :: System/Libraries
RPM: libtntnet

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: libtntnet
Version: 2.2.1
Release: alt2

Summary: Web application server for web applications written in C++
License: LGPL
Group: System/Libraries
Url: http://www.tntnet.org/

Source: %name-%version-%release.tar

BuildRequires: gcc-c++ libcxxtools-devel libssl-devel zlib-devel zip

%package devel
Summary: Web application server for web applications written in C++
Group: Development/C++
Requires: %name = %version-%release

%package -n tntnet
Summary: Web application server for web applications written in C++
Group: Networking/WWW
Requires: %name = %version-%release

%description
Web application server for web applications written in C++
This package contains tntnet shared library.

%description devel
Web application server for web applications written in C++
This package contains development part of tntnet.

%description -n tntnet
Web application server for web applications written in C++
This package contains sample web server written with tntnet.

%prep
%setup

%build
%autoreconf
%configure  --localstatedir=/var --disable-static
%make_build

%install
%makeinstall_std

%files
%_libdir/libtnt*.so.*

%dir %_libdir/tntnet
%_libdir/tntnet/*.so*

%files devel
%_bindir/tntnet-config
%_bindir/ecppc
%_bindir/ecppl
%_bindir/ecppll

%_libdir/libtntnet*.so

%_includedir/tnt

%_man1dir/tntnet-config.1*
%_man1dir/ecppc.1*
%_man1dir/ecppl.1*
%_man1dir/ecppll.1*
%_man7dir/ecpp.7*

%files -n tntnet
%doc AUTHORS COPYING README

%dir %_sysconfdir/tntnet
%config(noreplace) %_sysconfdir/tntnet/tntnet.xml

%_bindir/tntnet

%_man7dir/tntnet.xml.7*
%_man7dir/tntnet.properties.7*
%_man8dir/tntnet.8*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin