rpms/mono-zeroconf/devel import.log, 1.4, 1.5 mono-zeroconf.spec, 1.9, 1.10

Paul F. Johnson pfj at fedoraproject.org
Thu Dec 18 11:40:43 UTC 2008


Author: pfj

Update of /cvs/pkgs/rpms/mono-zeroconf/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3388/devel

Modified Files:
	import.log mono-zeroconf.spec 
Log Message:

Another libdir fix for x86_64 



Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/mono-zeroconf/devel/import.log,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- import.log	18 Dec 2008 11:16:05 -0000	1.4
+++ import.log	18 Dec 2008 11:40:12 -0000	1.5
@@ -2,3 +2,4 @@
 mono-zeroconf-0_7_6-3_fc11:HEAD:mono-zeroconf-0.7.6-3.fc11.src.rpm:1229596369
 mono-zeroconf-0_7_6-4_fc11:HEAD:mono-zeroconf-0.7.6-4.fc11.src.rpm:1229597239
 mono-zeroconf-0_7_6-5_fc11:HEAD:mono-zeroconf-0.7.6-5.fc11.src.rpm:1229598912
+mono-zeroconf-0_7_6-6_fc11:HEAD:mono-zeroconf-0.7.6-6.fc11.src.rpm:1229600365


Index: mono-zeroconf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mono-zeroconf/devel/mono-zeroconf.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mono-zeroconf.spec	18 Dec 2008 11:16:05 -0000	1.9
+++ mono-zeroconf.spec	18 Dec 2008 11:40:12 -0000	1.10
@@ -2,7 +2,7 @@
 
 Name:           mono-zeroconf
 Version:        0.7.6
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Mono-zeroconf namespace
 Group:          Development/Languages
 License:        MIT
@@ -10,7 +10,6 @@
 Source0:        %{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  mono-devel >= 2.2, avahi-sharp, monodoc-devel, mono-web-devel
-BuildRequires:	automake, autoconf
 Requires: 	monodoc mono-web
 
 ExclusiveArch: %ix86 x86_64 ia64 armv4l sparc alpha
@@ -30,7 +29,8 @@
 %prep
 %setup -q
 # sed magic...
-sed -i -e 's!$(prefix)/lib!%{_libdir}!' configure.ac
+sed -i -e 's!$(DESTDIR)$(prefix)/lib!$(DESTDIR)%{_libdir}!' configure.ac
+sed -i -e 's!$(DESTDIR)$(prefix)/lib!$(DESTDIR)%{_libdir}!' configure
 
 %build
 %configure
@@ -58,6 +58,9 @@
 %{_libdir}/pkgconfig/mono-zeroconf.pc
 
 %changelog
+* Thu Dec 18 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.7.6-6
+- Another fix for x86_64
+
 * Thu Dec 18 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.7.6-5
 - Remove patch file (use sed)
 - Additional BRs and Rs




More information about the fedora-extras-commits mailing list