]> git.pld-linux.org Git - packages/log4cxx.git/commitdiff
- removed autotools part, added BR: apr-util-devel
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Sat, 24 May 2008 17:28:39 +0000 (17:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    log4cxx.spec -> 1.10

log4cxx.spec

index 94defa0223c765b0fe6886468896073195c76bb2..e951fb053b5f7b52d8a237e2856e0f4b2176cf8c 100644 (file)
@@ -8,10 +8,8 @@ Group:         Libraries
 Source0:       http://www.apache.org/dist/logging/log4cxx/0.10.0/apache-%{name}-%{version}.tar.gz
 # Source0-md5: b30ffb8da3665178e68940ff7a61084c
 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
@@ -53,12 +51,7 @@ Statyczna biblioteka log4cxx.
 %setup -q -n apache-%{name}-%{version}
 
 %build
-cp %{_datadir}/aclocal/libtool.m4 aclocal.m4
-%{__libtoolize}
-%{__aclocal}
-%{__autoconf}
-#{__autoheader}
-%{__automake}
+
 %configure
 %{__make}
 
@@ -75,7 +68,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
+%doc KEYS LICENSE NOTICE
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_libdir}/liblog4cxx.so.*.*.*
 
This page took 0.179287 seconds and 4 git commands to generate.