summaryrefslogtreecommitdiff
path: root/gq.spec
diff options
context:
space:
mode:
authorwaszi1999-09-24 07:15:50 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit0f29c86c4ba478c8cb673bf4be530a89b1019baf (patch)
tree7ff86febcdf30c3a5de1ec030d159f086510095d /gq.spec
downloadgq-0f29c86c4ba478c8cb673bf4be530a89b1019baf.zip
gq-0f29c86c4ba478c8cb673bf4be530a89b1019baf.tar.gz
- initial release
Changed files: gq.desktop -> 1.1 gq.spec -> 1.1
Diffstat (limited to 'gq.spec')
-rw-r--r--gq.spec44
1 files changed, 44 insertions, 0 deletions
diff --git a/gq.spec b/gq.spec
new file mode 100644
index 0000000..aa8f5db
--- /dev/null
+++ b/gq.spec
@@ -0,0 +1,44 @@
+# $Revision: 1.1 $
+Name: gq
+Summary: Interactive graphical LDAP browser
+Version: 0.2.2
+Release: 1
+Copyright: GPL
+Group: Networking/Utilities
+URL: http://biot.com/gq/
+Packager: Borek Lupomesky <Borek.Lupomesky@ujep.cz>
+Source: http://biot.com/gq/download/gq-%{version}.tar.gz
+Source1: gq.desktop
+BuildRoot: /tmp/gq-%{version}-%{release}
+Requires: gtk+ >= 1.2.0
+
+%define _prefix /usr/X11R6
+
+%description
+GQ is GTK+ LDAP client and browser utility. It can be used
+for searching LDAP directory as well as browsing it using
+tree view. It has limited modify/add functionality, too.
+
+%prep
+%setup -q
+
+%build
+./configure --prefix=%{_prefix}
+make
+
+%install
+make prefix=$RPM_BUILD_ROOT/%{_prefix} install-strip
+
+gzip -9nf {README,INSTALL,COPYING,ChangeLog,NEWS,TODO,AUTHORS}
+
+install -d $RPM_BUILD_ROOT%{_datadir}/applnk/Networking
+install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/applnk/Networking/gq.desktop
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc {README,INSTALL,COPYING,ChangeLog,NEWS,TODO,AUTHORS}.gz
+%attr(755,root,root) %{_prefix}/bin/*
+%{_datadir}/applnk/Networking/gq.desktop