SPECS: lat.spec (NEW) - new, added

twittner twittner at pld-linux.org
Sun Jul 10 15:48:02 CEST 2005


Author: twittner                     Date: Sun Jul 10 13:48:02 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new, added

---- Files affected:
SPECS:
   lat.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/lat.spec
diff -u /dev/null SPECS/lat.spec:1.1
--- /dev/null	Sun Jul 10 15:48:02 2005
+++ SPECS/lat.spec	Sun Jul 10 15:47:57 2005
@@ -0,0 +1,80 @@
+# $Revision$, $Date$
+Summary:	LAT - LDAP Administration Tool.
+Name:		lat
+Version:	0.6
+Release:	0.1
+License:	GPL v2
+Group:		Applications/Networking
+Source0:	http://people.mmgsecurity.com/~lorenb/lat/releases/%{name}-%{version}.tar.gz
+# Source0-md5:	35813cf148fe7b69361f68b6b4eadb2c
+Patch0:		%{name}-scrollkeeper_dir.patch
+Patch1:		%{name}-desktop.patch
+URL:		http://people.mmgsecurity.com/~lorenb/lat/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	libtool
+BuildRequires:	dotnet-gtk-sharp-devel >= 1.9.5-1
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+LAT stands for LDAP Administration Tool. The tool allows you to browse
+LDAP-based directories and add/edit/delete entries contained within.
+It can store profiles for quick access to different servers. There are
+also different views available such as Users, Groups and Hosts which
+allow you to easily manage objects without having to deal with the
+intricacies of LDAP.
+
+%prep
+%setup -q 
+%patch0 -p1
+%patch1 -p1
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+/sbin/ldconfig
+%scrollkeeper_update_post
+
+%postun
+/sbin/ldconfig
+%scrollkeeper_update_postun
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+%dir %{_libdir}/%{name}
+%attr(755,root,root) %{_libdir}/%{name}/*
+%{_mandir}/man1/lat.1.gz
+%{_datadir}/locale/*
+%{_datadir}/gnome/help/*
+%{_datadir}/omf/*
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/application-registry/%{name}.applications
+%{_sharedstatedir}/
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/07/10 13:47:57  twittner
+- new, added
+
================================================================



More information about the pld-cvs-commit mailing list