]> git.pld-linux.org Git - packages/log4cxx.git/blame - log4cxx.spec
- new
[packages/log4cxx.git] / log4cxx.spec
CommitLineData
9eb0d9b9 1Summary: Log4cxx is a port to C++ of the log4j project
2Name: log4cxx
3Version: 0.9.7
4Release: 0.2
5License: Apache
6Group: Libraries
7Source0: http://www.apache.org/dist/logging/log4cxx/%{name}-%{version}.tar.gz
8# Source0-md5: fd09abc90b8c0c8af1d5146a75590792
9URL: http://logging.apache.org/log4cxx/
10BuildRequires: autoconf
11BuildRequires: automake
12BuildRequires: libstdc++-devel
13BuildRequires: libtool
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17Log4cxx is C++ port of Log4j. log4cxx attempts to mimic log4j usage as
18much as the language will allow and to be compatible with log4j
19configuration and output formats.
20
21%package devel
22Summary: Header files for log4cxx library
23