forked from pool/CastXML
Accepting request 1000536 from home:badshah400:branches:devel:libraries:c_c++
* Update to version 0.4.6, * Use fdupes to link duplicate files. * Add CastXML-rpmlintrc to suppress errors about empty files that are actually needed. OBS-URL: https://build.opensuse.org/request/show/1000536 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/CastXML?expand=0&rev=14
This commit is contained in:
BIN
CastXML-0.4.5.tar.gz
(Stored with Git LFS)
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
BIN
CastXML-0.4.6.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
2
CastXML-rpmlintrc
Normal file
2
CastXML-rpmlintrc
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# Zero-length c/cpp files are necessary placeholders
|
||||||
|
addFilter("zero-length .*/usr/share/castxml/empty.c(pp)*")
|
@@ -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>
|
Tue Mar 8 21:23:05 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
@@ -17,14 +17,16 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: CastXML
|
Name: CastXML
|
||||||
Version: 0.4.5
|
Version: 0.4.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C-family Abstract Syntax Tree XML Output
|
Summary: C-family Abstract Syntax Tree XML Output
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/CastXML/CastXML
|
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: clang-devel
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: python3-Sphinx
|
BuildRequires: python3-Sphinx
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
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
|
# REMOVE FILES TO BE INSTALLED USING %%doc OR %%license
|
||||||
rm %{buildroot}%{_docdir}/%{name}/LICENSE
|
rm %{buildroot}%{_docdir}/%{name}/LICENSE
|
||||||
|
|
||||||
|
%fdupes %{buildroot}%{_datadir}/castxml/clang/include/
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%ctest
|
%ctest
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user