# # rpm spec for gq # Summary: Interactive graphical LDAP browser Name: gq Version: 1.0beta1 Release: 1 Group: Networking/Utilities License: GPL Packager: Paul Heinlein URL: http://biot.com/gq/ Source: http://prdownloads.sourceforge.net/gqclient/gq-1.0beta1.tar.gz BuildRequires: cyrus-sasl-devel BuildRequires: glib2-devel, gtk2-devel, libxml2-devel BuildRequires: openldap-devel, openssl-devel Requires: cyrus-sasl, glib2, gtk2, libxml2, openldap, openssl BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description GQ is a GTK+ LDAP client and browser utility. It can be used for searching LDAP directory as well as browsing it using a tree view. %prep %setup -q %build %configure --enable-browser-dnd make %{?_smp_mflags} %install /bin/rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %clean /bin/rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc AUTHORS ChangeLog INSTALL NEWS README* RELNOTES TODO %{_bindir}/gq %{_datadir}/gnome/apps/Internet/gq.desktop %{_datadir}/pixmaps/gq %changelog * Fri Dec 3 2004 Paul Heinlein 1.0beta1-1 - new upstream version - add build requirements * Tue Sep 23 2003 Paul Heinlein 0.6.0-2 - spec file cleanups * Fri Jun 13 2003 Paul Heinlein - initial release ### ### eof ###