forked from pool/coccinelle
Accepting request 941280 from devel:tools
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/941280 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coccinelle?expand=0&rev=34
This commit is contained in:
commit
6ca5e78f41
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/coccinelle/coccinelle.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">25e7cee77b4b6efbabf60ffaa8bccd72500ba8bd</param>
|
||||
<param name="revision">5444e14106ff17404e63d7824b9eba3c0e7139ba</param>
|
||||
<param name="filename">coccinelle</param>
|
||||
<param name="exclude">bundles/menhirLib</param>
|
||||
<param name="exclude">bundles/parmap</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee39a2851361ec5b0b409d26606714b8284b3270b5a13e15d08b54f74b19ae89
|
||||
size 1183460
|
BIN
coccinelle-1.1.1.tar.xz
(Stored with Git LFS)
Normal file
BIN
coccinelle-1.1.1.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 10:10:10 UTC 2021 - ohering@suse.de
|
||||
|
||||
- update to version 1.1.1
|
||||
See included changes.txt for details
|
||||
- install ocaml support, add coccinelle.rpmlintrc (bsc#1192695)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 24 22:36:26 UTC 2021 - Cristian Rodríguez <crrodriguez@opensuse.org>
|
||||
|
||||
|
1
coccinelle.rpmlintrc
Normal file
1
coccinelle.rpmlintrc
Normal file
@ -0,0 +1 @@
|
||||
addFilter('devel-file-in-non-devel-package')
|
@ -17,13 +17,14 @@
|
||||
|
||||
|
||||
Name: coccinelle
|
||||
Version: 1.1.0
|
||||
Version: 1.1.1
|
||||
Release: 0
|
||||
Summary: Semantic patch utility
|
||||
License: GPL-2.0-only
|
||||
Group: Productivity/Text/Utilities
|
||||
URL: http://coccinelle.lip6.fr/
|
||||
Source0: %name-%version.tar.xz
|
||||
Source1: %name.rpmlintrc
|
||||
Patch1: kill-env.diff
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
@ -78,9 +79,6 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
|
||||
: >debugsourcefiles.list
|
||||
|
||||
%make_install
|
||||
# Remove coccilib, don't have the deps
|
||||
rm -Rf "$b/%_libdir/%name"/{commons,globals,ocaml,parsing_c} \
|
||||
"$b/%_mandir/man3"/Coccilib*
|
||||
|
||||
# Until https://github.com/coccinelle/coccinelle/issues/259 is fixed
|
||||
for i in spatch spgen; do
|
||||
|
Loading…
Reference in New Issue
Block a user