Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > media > contrib-src > by-pkgid > 8bf890a790878211227f880c238ed04d > files > 3

logtrend-doc-0.82.2-2mdk.src.rpm

Name:		logtrend-doc
Version:	0.82.2
Release:	2mdk
License:	GPL
Group:		Monitoring
Summary:	Documentation for the LogTrend project

%define		realname	LogTrend-Doc
Source0:	http://www.logtrend.org/dist/%{realname}-%{version}.tar.gz
URL:		http://www.logtrend.org
Patch0:		LT-Doc-%{version}-redir.patch.bz2

BuildRoot:	%{_tmppath}/%{name}-%{version}-root
BuildPrereq:	perl-devel
BuildArch:      noarch

%description
General documentation for LogTrend project.
For further informations about how to setup the LogTrend environment,
read these documents.

%prep
rm -rf %{realname}-%{version}
%setup -q -n %{realname}-%{version}
%patch0 -p1 -b .redir


%build
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
%make PREFIX=%{_prefix}

%install
rm -rf %{buildroot}
%makeinstall PREFIX="%{buildroot}%{_prefix}" SYSCONFDIR="%{buildroot}%{_sysconfdir}"

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_docdir}/LogTrend/Doc/


%changelog
* Tue Apr  9 2002 Arnaud de Lorbeau <adelorbeau@mandrakesoft.com> 0.82.2-2mdk
- Specfile creation for Mandrake Linux.