rpms/boo/devel boo.spec,1.8,1.9

Paul F. Johnson (pfj) fedora-extras-commits at redhat.com
Fri Nov 16 00:34:40 UTC 2007


Author: pfj

Update of /cvs/extras/rpms/boo/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18760/devel

Modified Files:
	boo.spec 
Log Message:

fix for boo.pc 



Index: boo.spec
===================================================================
RCS file: /cvs/extras/rpms/boo/devel/boo.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- boo.spec	12 Nov 2007 14:00:19 -0000	1.8
+++ boo.spec	16 Nov 2007 00:34:08 -0000	1.9
@@ -3,7 +3,7 @@
 Summary: Boo is an OO statically typed language for CLI
 Name: boo
 Version: 0.8.0.2730
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: MIT
 Group: Development/Languages
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -35,6 +35,8 @@
 sed -i -e 's!${libdir}!%{monodir}!' extras/booc.in
 sed -i -e 's!${libdir}!%{monodir}!' extras/booi.in
 sed -i -e 's!${libdir}!%{monodir}!' extras/booish.in
+sed -i -e 's!${libdir}!%{monodir}!' extras/boo.pc.in
+sed -i -e 's!${prefix}!%{_prefix}!' extras/boo.pc.in
 
 %build
 nant -D:install.prefix=%{_prefix} -D:install.libdir=%{monodir}
@@ -68,9 +70,11 @@
 %{monodir}/pkgconfig/boo.pc
 
 %changelog
-* Sun Nov 11 2007 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.8.0-2730-1
+* Sun Nov 11 2007 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.8.0-2730-2
 - large bump
-- removed fc5 and fc6 bits
+- removed fc5 and fc6 bit6
+- removed MS update builds from default build
+- fixed problem with the boo.pc file
 
 * Sun Feb 18 2007 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.7.6-2237-13
 - fix for correct libdir in bin scripts




More information about the fedora-extras-commits mailing list