[packages/mono] - do req/prov fix the other way, provide more - rel 5
baggins
baggins at pld-linux.org
Sun Oct 21 19:26:59 CEST 2018
commit 5deab7c2a75c836c492e7810a531e9d77201fba6
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun Oct 21 19:26:29 2018 +0200
- do req/prov fix the other way, provide more
- rel 5
consistent-rpm-prov-req.patch | 22 ++++++++++------------
mono.spec | 2 +-
2 files changed, 11 insertions(+), 13 deletions(-)
---
diff --git a/mono.spec b/mono.spec
index f068b42..08575a4 100644
--- a/mono.spec
+++ b/mono.spec
@@ -14,7 +14,7 @@ Summary: Common Language Infrastructure implementation
Summary(pl.UTF-8): Implementacja Common Language Infrastructure
Name: mono
Version: 4.8.1.0
-Release: 4
+Release: 5
License: LGPL v2 (VM), MIT/GPL v2 (C# compilers), MIT/MSPL/Apache v2.0 (classes), MIT/GPL v2 (tools)
Group: Development/Languages
Source0: http://download.mono-project.com/sources/mono/%{name}-%{version}.tar.bz2
diff --git a/consistent-rpm-prov-req.patch b/consistent-rpm-prov-req.patch
index ec4ef0e..0be3bf1 100644
--- a/consistent-rpm-prov-req.patch
+++ b/consistent-rpm-prov-req.patch
@@ -1,13 +1,11 @@
---- mono-4.8.1/scripts/mono-find-requires.in~ 2018-10-21 17:31:32.000000000 +0200
-+++ mono-4.8.1/scripts/mono-find-requires.in 2018-10-21 17:33:52.246228263 +0200
-@@ -15,6 +15,10 @@
- filelist=($(grep -Ev '/usr/doc/|/usr/share/doc/'))
- monolist=($(printf "%s\n" "${filelist[@]}" | egrep "\\.(exe|dll)\$"))
+--- mono-4.8.1/scripts/mono-find-provides.in~ 2017-04-12 12:51:22.000000000 +0200
++++ mono-4.8.1/scripts/mono-find-provides.in 2018-10-21 19:25:53.753471755 +0200
+@@ -16,7 +16,7 @@
-+# Only include files with /gac/ in path
-+# (Allows packages to contain private assemblies that don't conflict with other packages)
-+monolist=($(printf "%s\n" "${monolist[@]}" | egrep "/gac/"))
-+
- # parse .config files to find which native libraries to depend on
- # (target attribute must have double quotes for this to work, ie: target="file" )
- # Add /etc/mono/config ?
+ # Only include files with /gac/ in path
+ # (Allows packages to contain private assemblies that don't conflict with other packages)
+-monolist=($(printf "%s\n" "${monolist[@]}" | egrep "/gac/"))
++#monolist=($(printf "%s\n" "${monolist[@]}" | egrep "/gac/"))
+ # Disabled... see ChangeLog
+
+ # Set the prefix, unless it is overriden (used when building mono rpms)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mono.git/commitdiff/5deab7c2a75c836c492e7810a531e9d77201fba6
More information about the pld-cvs-commit
mailing list