]> git.pld-linux.org Git - packages/mono.git/commitdiff
- do req/prov fix the other way, provide more auto/th/mono-4.8.1.0-5
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 21 Oct 2018 17:26:29 +0000 (19:26 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 21 Oct 2018 17:26:29 +0000 (19:26 +0200)
- rel 5

consistent-rpm-prov-req.patch
mono.spec

index ec4ef0e10b33200b9f54f5744393836735575bc9..0be3bf10d8946956291f58597186a5a3ef4bd0f8 100644 (file)
@@ -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)
index f068b4207aeef7ec1c6a2b31a96eef30a2418808..08575a411beacb40aeb91b1279a9b904ac2d2c59 100644 (file)
--- 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
This page took 0.102883 seconds and 4 git commands to generate.