rpms/boo/devel boo.spec,1.16,1.17

Tom Callaway (spot) fedora-extras-commits at redhat.com
Sun Apr 13 02:10:58 UTC 2008


Author: spot

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

Modified Files:
	boo.spec 
Log Message:
get rid of prebuilt binaries in prep


Index: boo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/boo/devel/boo.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- boo.spec	4 Mar 2008 11:00:23 -0000	1.16
+++ boo.spec	13 Apr 2008 02:10:18 -0000	1.17
@@ -3,7 +3,7 @@
 Summary: Boo is an OO statically typed language for CLI
 Name: boo
 Version: 0.8.1.2865
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: MIT
 Group: Development/Languages
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -39,6 +39,8 @@
 sed -i -e 's!${libdir}!%{monodir}!' extras/booish.in
 sed -i -e 's!@libdir@!%{_libdir}!' extras/boo.pc.in
 sed -i -e 's!${prefix}!%{_prefix}!' extras/boo.pc.in
+# Get rid of prebuilt dll files
+rm -rf bin/*.dll bin/pt/*.dll
 
 %build
 nant -D:install.prefix=%{_prefix} -D:install.libdir=%{monodir}
@@ -72,6 +74,9 @@
 %{monodir}/pkgconfig/boo.pc
 
 %changelog
+* Sat Apr 12 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.8.1.2865-4
+- get rid of prebuilt binary files
+
 * Tue Mar  4 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.8.1.2865-3
 - Rebuild for new nant (causes broken deps)
 




More information about the fedora-extras-commits mailing list