SHA256
1
0
forked from pool/rtags

Accepting request 733521 from home:etamPL:branches:devel:tools

update to 2.34

OBS-URL: https://build.opensuse.org/request/show/733521
OBS-URL: https://build.opensuse.org/package/show/devel:tools/rtags?expand=0&rev=16
This commit is contained in:
Martin Pluskal
2019-09-27 07:59:38 +00:00
committed by Git OBS Bridge
parent 5967d29bc0
commit ae2edbc42c
5 changed files with 15 additions and 22 deletions

View File

@@ -16,15 +16,14 @@
#
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
Name: rtags
Version: 2.22+git.20190304.c4dea899
Version: 2.34
Release: 0
Summary: Clang based source code indexer
License: GPL-3.0-or-later
Group: Development/Tools/Navigators
Url: https://github.com/Andersbakken/rtags
Source0: %{name}-%{version}.tar.xz
Source0: https://github.com/Andersbakken/rtags/releases/download/v%{version}/rtags-%{version}.tar.bz2
BuildRequires: cmake
BuildRequires: emacs-nox
BuildRequires: gcc-c++
@@ -63,6 +62,7 @@ chmod 0755 %{buildroot}%{_bindir}/gcc-rtags-wrapper.sh
%{_mandir}/man7/rdm.7.gz
%{_sitedir}/rtags
%{_scriptdir}
%doc LICENSE.txt README.org
%doc README.org CHANGELOG
%license LICENSE.txt
%changelog