]> git.pld-linux.org Git - packages/log4cxx.git/blobdiff - log4cxx.spec
- move apidocs to -devel; rel 1
[packages/log4cxx.git] / log4cxx.spec
index 358876461c2aa03ba7a875d86549204ccde1fe78..b95d44f2943e1d85b461e21ebafdb440d33a6b42 100644 (file)
@@ -1,17 +1,16 @@
 Summary:       Log4cxx - a port to C++ of the log4j project
-Summary(pl.UTF-8):   Log4cxx - port projektu log4j dla C++
+Summary(pl.UTF-8):     Log4cxx - port projektu log4j dla C++
 Name:          log4cxx
-Version:       0.9.7
-Release:       0.2
-License:       Apache
+Version:       0.10.0
+Release:       1
+License:       Apache v2.0
 Group:         Libraries
-Source0:       http://www.apache.org/dist/logging/log4cxx/%{name}-%{version}.tar.gz
-# Source0-md5: fd09abc90b8c0c8af1d5146a75590792
+Source0:       http://www.apache.org/dist/logging/log4cxx/0.10.0/apache-%{name}-%{version}.tar.gz
+# Source0-md5: b30ffb8da3665178e68940ff7a61084c
+Patch0:                %{name}-gcc43.patch
 URL:           http://logging.apache.org/log4cxx/
-BuildRequires: autoconf
-BuildRequires: automake
+BuildRequires: apr-util-devel
 BuildRequires: libstdc++-devel
-BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -21,15 +20,17 @@ configuration and output formats.
 
 %description -l pl.UTF-8
 Log4cxx jest portem Log4j dla C++. Log4cxx próbuje naśladować
-użytkowanie log4j tak bardzo na ile pozwala na to język oraz próbuje
-być kompatybilnym z plikami konfiguracyjnymi i formatami wyjściowymi
-log4j.
+użytkowanie log4j tak bardzo na ile pozwala na to język oraz
+próbuje być kompatybilnym z plikami konfiguracyjnymi i formatami
+wyjściowymi log4j.
 
 %package devel
 Summary:       Header files for log4cxx library
-Summary(pl.UTF-8):   Pliki nagłówkowe biblioteki log4cxx
+Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki log4cxx
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
+Requires:      apr-util-devel
+Requires:      libstdc++-devel
 
 %description devel
 This is the package containing the header files for log4cxx library.
@@ -39,7 +40,7 @@ Ten pakiet zawiera pliki nagłówkowe biblioteki log4cxx.
 
 %package static
 Summary:       Static log4cxx library
-Summary(pl.UTF-8):   Statyczna biblioteka log4cxx
+Summary(pl.UTF-8):     Statyczna biblioteka log4cxx
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
 
@@ -50,15 +51,10 @@ Static log4cxx library.
 Statyczna biblioteka log4cxx.
 
 %prep
-%setup -q
+%setup -q -n apache-%{name}-%{version}
+%patch0 -p1
 
 %build
-cp %{_datadir}/aclocal/libtool.m4 aclocal.m4
-%{__libtoolize}
-%{__aclocal}
-%{__autoconf}
-%{__autoheader}
-%{__automake}
 %configure
 %{__make}
 
@@ -75,15 +71,19 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_bindir}/*
+%doc KEYS LICENSE NOTICE
 %attr(755,root,root) %{_libdir}/liblog4cxx.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/liblog4cxx.so.10
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/liblog4cxx.so
 %{_libdir}/liblog4cxx.la
 %{_includedir}/%{name}
+%{_pkgconfigdir}/liblog4cxx.pc
+# - apidocs subpkg?
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/html
 
 %files static
 %defattr(644,root,root,755)
This page took 0.07625 seconds and 4 git commands to generate.