]> git.pld-linux.org Git - packages/dotnet-dbus-sharp-glib.git/commitdiff
- fix install on 64 bits auto/th/dotnet-dbus-sharp-glib-0_5_0-1 auto/ti/dotnet-dbus-sharp-glib-0_5_0-1
authorlisu <lisu@pld-linux.org>
Mon, 21 Feb 2011 15:39:35 +0000 (15:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dotnet-dbus-sharp-glib-monodir.patch -> 1.1
    dotnet-dbus-sharp-glib.spec -> 1.6

dotnet-dbus-sharp-glib-monodir.patch [new file with mode: 0644]
dotnet-dbus-sharp-glib.spec

diff --git a/dotnet-dbus-sharp-glib-monodir.patch b/dotnet-dbus-sharp-glib-monodir.patch
new file mode 100644 (file)
index 0000000..de49df4
--- /dev/null
@@ -0,0 +1,13 @@
+--- dbus-sharp-glib-0.5.0/src/Makefile.am~     2010-09-14 11:25:18.000000000 +0200
++++ dbus-sharp-glib-0.5.0/src/Makefile.am      2011-02-21 16:36:20.730869721 +0100
+@@ -18,8 +18,8 @@
+ install-data-local:
+       @if test -n '$(TARGET)'; then                       \
+-          echo "$(GACUTIL) /i $(TARGET) /f /gacdir $(DESTDIR)$(libdir)";    \
+-          $(GACUTIL) /i $(TARGET) /package $(PACKAGE)-$(API_VERSION) /f /gacdir $(libdir) /root $(DESTDIR)$(libdir) || exit 1; \
++          echo "$(GACUTIL) /i $(TARGET) /f /gacdir $(DESTDIR)$(prefix)/lib";    \
++          $(GACUTIL) /i $(TARGET) /package $(PACKAGE)-$(API_VERSION) /f /gacdir $(libdir) /root $(DESTDIR)$(prefix)/lib || exit 1; \
+         fi
+ uninstall-local:
index a4cfedf9445563eea2402eb0dca15aa0196d7ffc..f4149172d146c998723d9b5da37289545187f775 100644 (file)
@@ -10,10 +10,11 @@ License:    MIT
 Group:         Libraries
 Source0:       http://github.com/downloads/mono/dbus-sharp/%{module}-%{version}.tar.gz
 # Source0-md5: 2284293316eb3a89f0f78798b8a24418
+Patch0:                %{name}-monodir.patch
 #URL:          http://www.ndesk.org/DBusSharp
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
-BuildRequires: dotnet-dbus-sharp-devel >= 1:0.7
+BuildRequires: dotnet-dbus-sharp-devel >= 1:0.7.0
 BuildRequires: mono-csharp >= 1.1.13
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) >= 1.268
@@ -45,6 +46,7 @@ Pliki programistyczne biblioteki .NET ndesk D-BUS GLib.
 
 %prep
 %setup -q -n %{module}-%{version}
+%patch0 -p1
 
 %build
 %{__aclocal}
This page took 0.123546 seconds and 4 git commands to generate.