Accepting request 1000639 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/1000639
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/CastXML?expand=0&rev=8
This commit is contained in:
2022-09-01 20:12:15 +00:00
committed by Git OBS Bridge
5 changed files with 20 additions and 5 deletions

BIN
CastXML-0.4.5.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
CastXML-0.4.6.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

2
CastXML-rpmlintrc Normal file
View File

@@ -0,0 +1,2 @@
# Zero-length c/cpp files are necessary placeholders
addFilter("zero-length .*/usr/share/castxml/empty.c(pp)*")

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Sep 1 02:33:17 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 0.4.6:
* No release notes.
- Use fdupes to link duplicate files.
- Add CastXML-rpmlintrc to suppress errors about empty files that
are actually needed.
-------------------------------------------------------------------
Tue Mar 8 21:23:05 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>

View File

@@ -17,14 +17,16 @@
Name: CastXML
Version: 0.4.5
Version: 0.4.6
Release: 0
Summary: C-family Abstract Syntax Tree XML Output
License: Apache-2.0
URL: https://github.com/CastXML/CastXML
Source: https://github.com/CastXML/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source0: https://github.com/CastXML/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: %{name}-rpmlintrc
BuildRequires: clang-devel
BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: python3-Sphinx
BuildRequires: pkgconfig(libxml-2.0)
@@ -58,6 +60,8 @@ CastXML is a C-family abstract syntax tree XML output tool.
# REMOVE FILES TO BE INSTALLED USING %%doc OR %%license
rm %{buildroot}%{_docdir}/%{name}/LICENSE
%fdupes %{buildroot}%{_datadir}/castxml/clang/include/
%check
%ctest