Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 58173dcf82d28fbc6a7a2936fd03337b > files > 3

ldapvi-1.1-2mdk.src.rpm

%define name ldapvi
%define version 1.1
%define release 2mdk

Summary: 	Performs an LDAP search and update results using a text editor
Name: 		%{name}
Version: 	%{version}
Release: 	%{release}
URL:		http://www.lichteblau.com/src.html
Source0: 	http://www.lichteblau.com/download/%{name}-%{version}.tar.bz2
Patch:		ldapvi-1.1-makefile.in-destdir.patch.bz2
License: 	GPL
Group: 		System/Configuration/Other
BuildRoot: 	%{_tmppath}/%{name}-buildroot
BuildRequires:	libldap-devel >= 2.0.0 glib2-devel ncurses-devel popt-devel
BuildRequires:	pkgconfig

%description 
ldapvi allows a user to perform an LDAP search and update results using 
a text editor

%prep
%setup -q
%patch

%build
%configure
make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc COPYING INSTALL NEWS
%{_bindir}/%{name}
%{_mandir}/man?/*

%changelog
* Mon Feb 07 2005 Buchan Milne <bgmilne@linux-mandrake.com> 1.1-2mdk
- rebuild for ldap2.2_7

* Mon Feb 02 2004 Buchan Milne <bgmilne@linux-mandrake.com> 1.1-1mdk
- Initial package