Hello community,

here is the log from the commit of package nant for openSUSE:Factory checked in 
at 2013-01-31 16:48:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nant (Old)
 and      /work/SRC/openSUSE:Factory/.nant.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nant", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/nant/nant.changes        2011-09-23 
02:14:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.nant.new/nant.changes   2013-01-31 
16:48:59.000000000 +0100
@@ -1,0 +2,8 @@
+Thu Jan 31 10:37:33 UTC 2013 - [email protected]
+
+- Update to git snapshot, allowing to build for Mono 4.5 target.
+- Pass TARGET=mono-4.5 to make
+- Pass MCS="gmcs -sdk:4" to make, in order to fully use .Net 4
+  capabilities.
+
+-------------------------------------------------------------------

Old:
----
  nant-0.90-src.tar.bz2

New:
----
  nant.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nant.spec ++++++
--- /var/tmp/diff_new_pack.zKfjbB/_old  2013-01-31 16:49:03.000000000 +0100
+++ /var/tmp/diff_new_pack.zKfjbB/_new  2013-01-31 16:49:03.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nant
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,15 @@
 #
 
 
-
 Name:           nant
-Version:        0.90
-Release:        35
-License:        GPL-2.0+ ; LGPL-2.1+
+Version:        0.92+git20130131
+Release:        0
 BuildArch:      noarch
 Url:            http://nant.sourceforge.net
-Source0:        %{name}-%{version}-src.tar.bz2
+# git clone //github.com/letiemble/nant.git
+Source0:        %{name}.tar.xz
 Summary:        Ant for .NET
+License:        GPL-2.0+ and LGPL-2.1+
 Group:          Development/Tools/Building
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  mono-data
@@ -35,24 +35,25 @@
 NAnt is a free .NET build tool. In theory it is kind of like make
 without make's wrinkles. In practice it's a lot like Ant.
 
-%files
-%defattr(-, root, root)
-%{_bindir}/%{name}
-%{_datadir}/NAnt
-%{_datadir}/pkgconfig/%{name}.pc
-
 %prep
-%setup -q
+%setup -q -n %{name}
 
 %build
-make
+make TARGET=mono-4.5 MCS="gmcs -sdk:4"
 
 %install
-make install prefix=%{_prefix} DESTDIR=%{buildroot}
+make install prefix=%{_prefix} DESTDIR=%{buildroot} TARGET=mono-4.5 MCS="gmcs 
-sdk:4" docdir=%{_docdir}
 mkdir -p %{buildroot}%{_datadir}
 mv %{buildroot}%{_prefix}/lib/pkgconfig %{buildroot}%{_datadir}/
 
 %clean
 rm -rf %{buildroot}
 
+%files
+%defattr(-, root, root)
+%{_bindir}/%{name}
+%{_datadir}/NAnt
+%{_datadir}/pkgconfig/%{name}.pc
+%doc %{_docdir}/NAnt/
+
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to