rpms/boo/devel boo.spec,1.26,1.27

palango palango at fedoraproject.org
Tue Oct 6 20:52:02 UTC 2009


Author: palango

Update of /cvs/pkgs/rpms/boo/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24695

Modified Files:
	boo.spec 
Log Message:
- Move Boo.NAnt.Tasks.dll to boo-devel


Index: boo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/boo/devel/boo.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- boo.spec	16 Sep 2009 11:29:44 -0000	1.26
+++ boo.spec	6 Oct 2009 20:52:02 -0000	1.27
@@ -4,7 +4,7 @@
 Summary: An OO statically typed language for CLI
 Name: boo
 Version: 0.9.2.3383
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: MIT
 Group: Development/Languages
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -63,6 +63,7 @@ update-mime-database %{_datadir}/mime &>
 %defattr(-,root,root,-)
 %doc license.txt notice.txt readme.txt docs/BooManifesto.sxw
 %{monodir}/boo*/
+%exclude %{monodir}/boo/Boo.NAnt.Tasks.dll
 %dir %{monodir}/mono/boo
 %{monodir}/mono/boo/*.dll
 %{monodir}/mono/gac/Boo*/
@@ -74,8 +75,12 @@ update-mime-database %{_datadir}/mime &>
 %files devel
 %defattr(-,root,root,-)
 %{monodir}/pkgconfig/boo.pc
+%{monodir}/boo/Boo.NAnt.Tasks.dll
 
 %changelog
+* Tue Oct 06 2009 Paul Lange <palango at gmx.de> - 0.9.2.3383-2
+- Move Boo.NAnt.Tasks.dll to boo-devel
+
 * Wed Sep 16 2009 Paul Lange <palango at gmx.de> - 0.9.2.3383-1
 - Update to boo 0.9.2
 - remove libdir patch




More information about the scm-commits mailing list