rpms/ldapvi/devel GNUmakefile.in.patch, NONE, 1.1 ldapvi.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Gavin Henry (ghenry) fedora-extras-commits at redhat.com
Fri Jul 6 08:48:47 UTC 2007


Author: ghenry

Update of /cvs/extras/rpms/ldapvi/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15543/devel

Modified Files:
	.cvsignore sources 
Added Files:
	GNUmakefile.in.patch ldapvi.spec 
Log Message:


GNUmakefile.in.patch:

--- NEW FILE GNUmakefile.in.patch ---
--- ldapvi-1.7/GNUmakefile.in	2007-05-05 11:17:26.000000000 +0100
+++ GNUmakefile.in	2007-07-05 13:34:33.000000000 +0100
@@ -4,6 +4,7 @@
 INSTALL:=@INSTALL@
 prefix:=@prefix@
 exec_prefix:=@exec_prefix@
+datarootdir:=@datarootdir@
 
 all: ldapvi
 
@@ -25,10 +26,9 @@
 
 .PHONY: install
 install: ldapvi
-	mkdir -p @bindir@ @mandir@/man1/ @prefix@/share/doc/ldapvi
-	@INSTALL_PROGRAM@ ldapvi @bindir@
-	@INSTALL_PROGRAM@ -m 644 ldapvi.1 @mandir@/man1/
-	@INSTALL_PROGRAM@ -m 644 manual/manual.css manual/manual.xml manual/bg.png manual/html.xsl @prefix@/share/doc/ldapvi
+	mkdir -p $(DESTDIR)@bindir@ $(DESTDIR)@mandir@/man1/ $(DESTDIR)@prefix@/share/doc/ldapvi
+	@INSTALL_PROGRAM@ ldapvi $(DESTDIR)@bindir@
+	@INSTALL_PROGRAM@ -m 644 ldapvi.1 $(DESTDIR)@mandir@/man1/
 
 distclean:
 	rm -rf configure GNUmakefile config.h config.log autom4te.cache config.status


--- NEW FILE ldapvi.spec ---
Name:           ldapvi
Version:        1.7
Release:        1%{?dist}
Summary:        An interactive LDAP client

Group:          Applications/Editors
License:        GPL
URL:            http://www.lichteblau.com/ldapvi/
Source0:        http://www.lichteblau.com/download/ldapvi-%{version}.tar.gz
Patch0:         GNUmakefile.in.patch
BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildRequires:  openldap-devel, ncurses-devel, readline-devel, pkgconfig
BuildRequires:  popt, libxslt, glib2-devel, openssl-devel


%description
ldapvi is an interactive LDAP client for Unix terminals. Using it, you can
update LDAP entries with a text editor, which is the same as vi. Think of 
it as vipw(1) for LDAP.

%prep
%setup -q
%patch0 -p0


%build
%configure
make %{?_smp_mflags}
cd manual
make manual.html


%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc NEWS COPYING manual/bg.png 
%doc manual/manual.html manual/manual.css
%{_mandir}/man1/ldapvi.1.gz
%{_bindir}/ldapvi


%changelog
* Thu Jul 05 2007 Gavin Henry <ghenry at suretecsystems.com> - 1.7-1
- Initial version


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ldapvi/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	6 Jul 2007 00:50:49 -0000	1.1
+++ .cvsignore	6 Jul 2007 08:48:11 -0000	1.2
@@ -0,0 +1 @@
+ldapvi-1.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ldapvi/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 Jul 2007 00:50:49 -0000	1.1
+++ sources	6 Jul 2007 08:48:11 -0000	1.2
@@ -0,0 +1 @@
+6dc2f5441ac5f1e2b5b036e3521012cc  ldapvi-1.7.tar.gz




More information about the scm-commits mailing list