]> git.pld-linux.org Git - packages/log4cxx.git/commitdiff
- new
authorzbyniu <zbyniu@pld-linux.org>
Mon, 30 Oct 2006 20:04:00 +0000 (20:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    log4cxx.spec -> 1.1

log4cxx.spec [new file with mode: 0644]

diff --git a/log4cxx.spec b/log4cxx.spec
new file mode 100644 (file)
index 0000000..5306930
--- /dev/null
@@ -0,0 +1,83 @@
+Summary:       Log4cxx is a port to C++ of the log4j project
+Name:          log4cxx
+Version:       0.9.7
+Release:       0.2
+License:       Apache
+Group:         Libraries
+Source0:       http://www.apache.org/dist/logging/log4cxx/%{name}-%{version}.tar.gz
+# Source0-md5: fd09abc90b8c0c8af1d5146a75590792
+URL:           http://logging.apache.org/log4cxx/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libstdc++-devel
+BuildRequires: libtool
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Log4cxx is C++ port of Log4j. log4cxx attempts to mimic log4j usage as
+much as the language will allow and to be compatible with log4j
+configuration and output formats.
+
+%package devel
+Summary:       Header files for log4cxx library
+Summary(pl):   Pliki nag³ówkowe biblioteki log4cxx
+Group:         Development/Libraries
+#Requires:     %{name} = %{version}-%{release}
+
+%description devel
+This is the package containing the header files for log4cxx library.
+
+%description devel -l pl
+Ten pakiet zawiera pliki nag³ówkowe biblioteki log4cxx.
+
+%package static
+Summary:       Static log4cxx library
+Summary(pl):   Statyczna biblioteka log4cxx
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+
+%description static
+Static log4cxx library.
+
+%description static -l pl
+Statyczna biblioteka log4cxx.
+
+%prep
+%setup -q -c
+
+%build
+cd %{name}-%{version}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+cd %{name}-%{version}
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/liblog4cxx.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/%{name}
+%{_libdir}/liblog4cxx.la
+%attr(755,root,root) %{_libdir}/liblog4cxx.so
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/liblog4cxx.a
This page took 0.284743 seconds and 4 git commands to generate.