From f6e8b5fa827232ea605e35ac47fc34dec78189ad531816477c0098f8441e6370 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 20 Sep 2011 15:13:51 +0000 Subject: [PATCH] Nuke unsatisfiable dependencies on ocaml runtime OBS-URL: https://build.opensuse.org/package/show/devel:tools/coccinelle?expand=0&rev=13 --- coccinelle-1.0.0-rc4.tar.xz | 3 --- coccinelle-1.0.0-rc7.tar.xz | 3 +++ coccinelle.changes | 1 + coccinelle.spec | 5 ++++- 4 files changed, 8 insertions(+), 4 deletions(-) delete mode 100644 coccinelle-1.0.0-rc4.tar.xz create mode 100644 coccinelle-1.0.0-rc7.tar.xz diff --git a/coccinelle-1.0.0-rc4.tar.xz b/coccinelle-1.0.0-rc4.tar.xz deleted file mode 100644 index 0505402..0000000 --- a/coccinelle-1.0.0-rc4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4711bf4c52edcbd18a1511ddd81dc66c3bb7fe1c51721cb5ee26a16ddc2f8a5 -size 1558276 diff --git a/coccinelle-1.0.0-rc7.tar.xz b/coccinelle-1.0.0-rc7.tar.xz new file mode 100644 index 0000000..2c25920 --- /dev/null +++ b/coccinelle-1.0.0-rc7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1abea24aa173836930d119102f572d52cfc086897032a91f4988def11379edf7 +size 1574892 diff --git a/coccinelle.changes b/coccinelle.changes index 59ec8bf..4ccb4e2 100644 --- a/coccinelle.changes +++ b/coccinelle.changes @@ -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 diff --git a/coccinelle.spec b/coccinelle.spec index 225fbb5..92afe92 100644 --- a/coccinelle.spec +++ b/coccinelle.spec @@ -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)