Name: global Version: 5.9.4 Release: 1 Summary: Source code tag system Group: Development/Tools License: GPLv2+ and BSD URL: http://www.gnu.org/software/global Source0: http://tamacom.com/global/global-%{version}.tar.gz Source1: http://tamacom.com/global/global-%{version}.tar.gz.sig BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description GNU GLOBAL is a source code tag system that works the same way across diverse environments. It supports C, C++, Yacc, Java, PHP and assembler source code. %prep %setup -q %build ./configure \ --prefix=%{_prefix} \ --mandir=%{_mandir} \ --infodir=%{_infodir} make %{?_smp_mflags} %install [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT} make DESTDIR=${RPM_BUILD_ROOT} install strip ${RPM_BUILD_ROOT}%{_bindir}/* || : rm -rf ${RPM_BUILD_ROOT}%{_datadir}/emacs rm -f ${RPM_BUILD_ROOT}%{_infodir}/dir gzip --best ${RPM_BUILD_ROOT}%{_infodir}/*info* cd ${RPM_BUILD_ROOT} mkdir -p usr/bin cd usr/bin ln -sf ../..%{_bindir}/* . %post /sbin/install-info %{_infodir}/%{name}.info.gz %{_infodir}/dir 2>/dev/null || : %preun if [ $1 -eq 0 ] ; then /sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir 2>/dev/null || : fi %clean [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,system,-) %doc README THANKS LICENSE AUTHORS COPYING FAQ globash/globash.rc gtags.el %{_bindir}/* %{_infodir}/* %{_mandir}/man*/* %{_datadir}/gtags /usr/bin/* %changelog * Tue Mar 08 2011 Michael Perzl - 5.9.4-1 - updated to version 5.9.4 * Mon Dec 06 2010 Michael Perzl - 5.9.3-1 - updated to version 5.9.3 * Mon Aug 30 2010 Michael Perzl - 5.9.2-1 - updated to version 5.9.2 * Mon Jul 19 2010 Michael Perzl - 5.9.1-1 - updated to version 5.9.1 * Tue Jun 08 2010 Michael Perzl - 5.9-1 - updated to version 5.9 * Tue Jun 08 2010 Michael Perzl - 5.8.2-1 - updated to version 5.8.2 * Mon Mar 08 2010 Michael Perzl - 5.8.1-1 - updated to version 5.8.1 * Thu Oct 08 2009 Michael Perzl - 5.7.6-1 - updated to version 5.7.6 * Fri Oct 31 2008 Michael Perzl - 5.7.3-1 - first version for AIX V5.1 and higher