rpms/mono-zeroconf/devel mono-zeroconf-libdir.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 mono-zeroconf.spec, 1.1, 1.2 sources, 1.2, 1.3

David Nielsen (dnielsen) fedora-extras-commits at redhat.com
Fri Feb 1 07:14:11 UTC 2008


Author: dnielsen

Update of /cvs/pkgs/rpms/mono-zeroconf/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21459/devel

Modified Files:
	.cvsignore mono-zeroconf.spec sources 
Added Files:
	mono-zeroconf-libdir.patch 
Log Message:
Bump to 0.7.5


mono-zeroconf-libdir.patch:

--- NEW FILE mono-zeroconf-libdir.patch ---
diff -uarN mono-zeroconf-0.7.5.orig/configure mono-zeroconf-0.7.5/configure
--- mono-zeroconf-0.7.5.orig/configure	2008-01-25 20:28:05.000000000 +0100
+++ mono-zeroconf-0.7.5/configure	2008-02-01 07:47:03.000000000 +0100
@@ -3100,8 +3100,8 @@
    { (exit 1); exit 1; }; }
 fi
 
-GACUTIL_FLAGS='-package $(PACKAGE) -root $(DESTDIR)$(prefix)/lib'
-GACUTIL_POLICY_FLAGS='-root $(DESTDIR)$(prefix)/lib'
+GACUTIL_FLAGS='-package $(PACKAGE) -root $(DESTDIR)$(libdir)'
+GACUTIL_POLICY_FLAGS='-root $(DESTDIR)$(libdir)'
 
 
 
diff -uarN mono-zeroconf-0.7.5.orig/configure.ac mono-zeroconf-0.7.5/configure.ac
--- mono-zeroconf-0.7.5.orig/configure.ac	2008-01-25 20:27:33.000000000 +0100
+++ mono-zeroconf-0.7.5/configure.ac	2008-02-01 07:47:44.000000000 +0100
@@ -33,8 +33,8 @@
 	AC_MSG_ERROR([You need to install al])
 fi
 
-GACUTIL_FLAGS='-package $(PACKAGE) -root $(DESTDIR)$(prefix)/lib'
-GACUTIL_POLICY_FLAGS='-root $(DESTDIR)$(prefix)/lib'
+GACUTIL_FLAGS='-package $(PACKAGE) -root $(DESTDIR)$(libdir)'
+GACUTIL_POLICY_FLAGS='-root $(DESTDIR)$(libdir)'
 AC_SUBST(GACUTIL_FLAGS)
 AC_SUBST(GACUTIL_POLICY_FLAGS)
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mono-zeroconf/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	16 Jan 2008 10:49:04 -0000	1.2
+++ .cvsignore	1 Feb 2008 07:13:32 -0000	1.3
@@ -1 +1 @@
-mono-zeroconf-0.7.3.tar.bz2
+mono-zeroconf-0.7.5.tar.bz2


Index: mono-zeroconf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mono-zeroconf/devel/mono-zeroconf.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mono-zeroconf.spec	16 Jan 2008 10:49:04 -0000	1.1
+++ mono-zeroconf.spec	1 Feb 2008 07:13:32 -0000	1.2
@@ -1,22 +1,22 @@
 Name:           mono-zeroconf
-Version:        0.7.3
-Release:        3%{?dist}
+Version:        0.7.5
+Release:        1%{?dist}
 Summary:        mono-zeroconf namespace
 Group:          Development/Languages
 License:        GPLv2
 URL:            http://banshee-project.org/files/mono-zeroconf
-Source0:        %{name}-%{version}.tar.bz2	
+Source0:        %{name}-%{version}.tar.bz2
+Patch0:		%{name}-libdir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  mono-devel >= 1.2.6, avahi-sharp, monodoc-devel
 Requires: monodoc
-ExcludeArch: ppc64
 
 %description
 Mono.Zeroconf is a cross platform Zero Configuration Networking library
 for Mono and .NET.
 
 %package devel
-Summary: Development .pc file for mono zeroconf
+Summary: .pc file for mono zeroconf
 Group: Documentation
 Requires: %{name} = %{version}-%{release} pkgconfig
 
@@ -26,6 +26,9 @@
 %prep
 %setup -q
 
+# libdir madness
+%patch0 -p1 -b .libdir
+
 %build
 %configure
 make
@@ -45,15 +48,15 @@
 %{_libdir}/mono/gac/Mono.Zeroconf
 %{_libdir}/mono/mono-zeroconf
 %{_libdir}/monodoc/sources/mono-zeroconf*
+%{_libdir}/mono/gac/policy.1.0.Mono.Zeroconf/
 
 %files devel
-%defattr(-,root,root,-)
 %{_libdir}/pkgconfig/mono-zeroconf.pc
 
 %changelog
-* Mon Jan 14 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.7.3-3
-- spec file fix
-- add excludearch ppc64
+* Fri Feb 01 2008 David Nielsen <david at lovesunix.net> - 0.7.5-1
+- bump to 0.7.5
+- patch for libdir madness
 
 * Fri Jan 04 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.7.3-2
 - spec fixes


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mono-zeroconf/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	16 Jan 2008 10:49:04 -0000	1.2
+++ sources	1 Feb 2008 07:13:32 -0000	1.3
@@ -1 +1 @@
-d63ccff9ac8554f24a066a51e244df32  mono-zeroconf-0.7.3.tar.bz2
+bedac5b9288dce742854f15c4dbc0e2f  mono-zeroconf-0.7.5.tar.bz2




More information about the fedora-extras-commits mailing list