]> git.pld-linux.org Git - packages/mono.git/commitdiff
- 1.1.17
authorwolf <wolf@pld-linux.org>
Wed, 30 Aug 2006 09:43:51 +0000 (09:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mono-script_fixes.patch -> 1.2
    mono.spec -> 1.183

mono-script_fixes.patch
mono.spec

index 2a09bdbdde036676076af5d98de97aae29154853..e81161de332a7a025f9cfcefd6165b6ea0525448 100644 (file)
@@ -1,15 +1,12 @@
-diff -aurN mono-1.1.16.1.orig/scripts/mono-find-provides.in mono-1.1.16.1/scripts/mono-find-provides.in
---- mono-1.1.16.1.orig/scripts/mono-find-provides.in   2006-05-11 00:31:47.000000000 +0200
-+++ mono-1.1.16.1/scripts/mono-find-provides.in        2006-07-23 23:14:18.642993609 +0200
-@@ -14,9 +14,9 @@
- # 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/"))
+diff -ruN mono-1.1.17./scripts/mono-find-provides.in mono-1.1.17/scripts/mono-find-provides.in
+--- mono-1.1.17./scripts/mono-find-provides.in 2006-08-30 10:24:16.000000000 +0200
++++ mono-1.1.17/scripts/mono-find-provides.in  2006-08-30 10:28:18.780427000 +0200
+@@ -17,7 +17,7 @@
+ #monolist=($(printf "%s\n" "${monolist[@]}" | egrep "/gac/"))
+ # Disabled... see ChangeLog
  
 -a=`which "$0"`
-+a="/usr/bin/whatever"
++a=`/usr/bin/whatever`
  d=`dirname "$a"`
  
  # Set the prefix, unless it is overriden (used when building mono rpms)
@@ -25,23 +22,3 @@ diff -aurN mono-1.1.16.1.orig/scripts/mono-find-requires.in mono-1.1.16.1/script
  d=`dirname "$a"`
  
  # Set the prefix, unless it is overriden (used when building mono rpms)
-@@ -38,12 +38,16 @@
-                               sub(/Version=/, "", $2);
-                               VERSION=$2
-                       }
--      
-+
-                       (START==1) && /^\tName=/ {
-                               sub(/Name=/, "", $1);
-                               LIBNAME=$1
--      
--                              print "mono(" LIBNAME ") = " VERSION
-+                              # Allow rpm deps to be resolved for 1.0 profile version
-+                              if (VERSION=="1.0.3300.0")
-+                                      OP=">="
-+                              else
-+                                      OP="="
-+                              print "mono(" LIBNAME ") " OP " " VERSION
-                               START=0
-                       }
-                   ') 2> /dev/null
index 929fb0d7d51fb06a8b5f6b3571402a4e5a017cf6..d9f109e309cfe3d282b19bb0a2914484bbf140cf 100644 (file)
--- a/mono.spec
+++ b/mono.spec
 Summary:       Common Language Infrastructure implementation
 Summary(pl):   Implementacja Common Language Infrastructure
 Name:          mono
-Version:       1.1.16.1
-Release:       3
+Version:       1.1.17
+Release:       1
 License:       GPL/LGPL/MIT
 Group:         Development/Languages
 #Source0Download: http://go-mono.com/sources/
 Source0:       http://www.go-mono.com/sources/mono/%{name}-%{version}.tar.gz
-# Source0-md5: 11556607ba74cae225d9c73aef09e5e3
+# Source0-md5: 4cd4590d9d73a98a513077e93eaac828
 Patch0:                %{name}-nolibs.patch
 Patch1:                %{name}-alpha-float.patch
 Patch2:                %{name}-mint.patch
@@ -108,18 +108,6 @@ Mono libraries debugging resources.
 %description debug -l pl
 Pliki umo¿liwiaj±ce debugowanie bibliotek mono.
 
-%package basic
-Summary:       MonoBASIC compiler for mono
-Summary(pl):   Kompilator MonoBASIC dla mono
-Group:         Development/Languages
-Requires:      %{name}-devel = %{version}-%{release}
-
-%description basic
-MonoBASIC compiler for mono.
-
-%description basic -l pl
-Kompilator MonoBASIC dla mono.
-
 %package csharp
 Summary:       C# compiler for mono
 Summary(pl):   Kompilator C# dla mono
@@ -198,7 +186,7 @@ oraz dotGNU.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
+#%patch1 -p1
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
@@ -465,13 +453,6 @@ rm -rf $RPM_BUILD_ROOT
 %exclude %{_prefix}/lib/mono/2.0/*.mdb
 %{_mandir}/man1/mcs.1*
 
-%files basic
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/mbas
-%attr(755,root,root) %{_prefix}/lib/mono/1.0/mbas.exe*
-%exclude %{_prefix}/lib/mono/1.0/*.mdb
-%{_mandir}/man1/mbas.1*
-
 %files ilasm
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/ilasm*
This page took 0.103909 seconds and 4 git commands to generate.