Nuke unsatisfiable dependencies on ocaml runtime
OBS-URL: https://build.opensuse.org/package/show/devel:tools/coccinelle?expand=0&rev=13
This commit is contained in:
parent
518252bfa7
commit
f6e8b5fa82
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4711bf4c52edcbd18a1511ddd81dc66c3bb7fe1c51721cb5ee26a16ddc2f8a5
|
||||
size 1558276
|
3
coccinelle-1.0.0-rc7.tar.xz
Normal file
3
coccinelle-1.0.0-rc7.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1abea24aa173836930d119102f572d52cfc086897032a91f4988def11379edf7
|
||||
size 1574892
|
@ -8,6 +8,7 @@ Sun Jul 10 19:08:55 UTC 2011 - jengelh@medozas.de
|
||||
* Allow /* */ comments as smpl comments, not only as + code
|
||||
* Add support for && (label addresses)
|
||||
* local idexpression metavariable no longer matches static local x
|
||||
* see http://coccinelle.lip6.fr/distrib/changes.html for details
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 20 13:41:16 UTC 2011 - jengelh@medozas.de
|
||||
|
@ -5,7 +5,7 @@ Summary: Semantic patch utility
|
||||
License: GPL2
|
||||
Group: Productivity/Text/Utilities
|
||||
URL: http://coccinelle.lip6.fr/
|
||||
%define rversion %version-rc4
|
||||
%define rversion %version-rc7
|
||||
Source: %name-%rversion.tar.xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: ncurses-devel ocaml python-devel xz
|
||||
@ -41,6 +41,9 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
|
||||
|
||||
b="%buildroot"
|
||||
make install DESTDIR="$b" MANDIR="%_mandir" LIBDIR="%_libdir"
|
||||
# Remove coccilib, don't have the deps
|
||||
rm -Rf "$b/%_datadir/%name"/{commons,globals,ocaml,parsing_c} \
|
||||
"$b/%_mandir/man3"/Coccilib*;
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user