Hello community, here is the log from the commit of package global for openSUSE:Factory checked in at 2015-05-24 19:32:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/global (Old) and /work/SRC/openSUSE:Factory/.global.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "global" Changes: -------- --- /work/SRC/openSUSE:Factory/global/global.changes 2015-03-30 19:33:34.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.global.new/global.changes 2015-05-24 19:32:08.000000000 +0200 @@ -1,0 +2,7 @@ +Sat May 23 08:18:28 UTC 2015 - [email protected] + +- Update dependencies +- Enable exuberant-ctags +- Enable sqlite3 support + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ global.spec ++++++ --- /var/tmp/diff_new_pack.BrbqRI/_old 2015-05-24 19:32:09.000000000 +0200 +++ /var/tmp/diff_new_pack.BrbqRI/_new 2015-05-24 19:32:09.000000000 +0200 @@ -29,9 +29,16 @@ Patch0: global-5.7.diff Patch1: global-5.7-gcc.diff Patch3: global-5.9.5-fix-gcc-warnings.patch +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: fdupes BuildRequires: libtool BuildRequires: ncurses-devel -PreReq: %install_info_prereq +BuildRequires: python +BuildRequires: sqlite3-devel +Requires(pre): %{install_info_prereq} +Requires(preun): %{install_info_prereq} +Recommends: ctags BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -45,11 +52,14 @@ %patch0 -p1 %patch1 -p1 %patch3 -p1 +autoreconf -fi %build -autoreconf -fi -%configure --disable-static -make +%configure \ + --disable-static \ + --with-sqlite3 \ + --with-exuberant-ctags=%{_bindir}/ctags +make %{?_smp_mflags} %install %make_install @@ -58,13 +68,12 @@ mv %{buildroot}/%{_docdir}/%{name}/gtags.conf %{buildroot}%{_sysconfdir}/ rm -rf %{buildroot}/%{_docdir}/%{name}/INSTALL -%clean -rm -rf %{buildroot} +%fdupes -s %{buildroot} %post %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz -%postun +%preun %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz %files @@ -74,8 +83,8 @@ %config(noreplace) %{_sysconfdir}/gtags.conf %{_bindir}/* %doc %{_docdir}/%{name} -%doc %{_mandir}/man1/* -%doc %{_infodir}/*.info* +%{_mandir}/man1/* +%{_infodir}/*.info* %{_datadir}/emacs/site-lisp/gtags.el %{_datadir}/gtags %{_libdir}/gtags
