Author: malekith Date: Sat Feb 19 14:16:15 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 0.85rc2
- log4net is silent now
---- Files affected:
SPECS:
nant.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/nant.spec
diff -u SPECS/nant.spec:1.1 SPECS/nant.spec:1.2
--- SPECS/nant.spec:1.1 Sun Sep 12 22:46:55 2004
+++ SPECS/nant.spec Sat Feb 19 15:16:09 2005
@@ -1,5 +1,5 @@
# $Revision$, $Date$
-%define _snap 2004.09.10
+%define _snap rc2
Summary: A .NET based build tool
Summary(pl): Narzędzie do budowania pod .NET
Name: nant
@@ -7,12 +7,13 @@
Release: 0.%{_snap}.1
License: GPL v2+
Group: Development/Building
-Source0: http://nant.sourceforge.net/builds/%(echo %{_snap} | tr .
-)-%{version}/%{name}-src.zip
-# Source0-md5: f15f7c93275abeb9a377f3ab0432336c
+Source0:
http://dl.sourceforge.net/nant/nant-%{version}-%{_snap}-src.tar.gz
+# Source0-md5: b1df647ea1f1fcf6c6f176a73ec2b760
+Patch0: %{name}-xml_syntax.patch
+Patch1: %{name}-PlatformID.patch
URL: http://nant.sourceforge.net/
-BuildRequires: mono-csharp >= 1.0.1
-BuildRequires: p7zip
-Requires: mono-devel >= 1.0.1
+BuildRequires: mono-csharp >= 1.1.4
+Requires: mono-devel >= 1.1.4
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -25,10 +26,9 @@
.NET. Teoretycznie jest to lepsze ,,make''. W praktyce działa jak Ant.
%prep
-# unzip cannot handle the \ characters used there to sepearate paths
-%setup -T -c
-7z x %{SOURCE0} >/dev/null
-mv %{name}-%{version}-nightly/* .
+%setup -q -n %{name}-%{version}-%{_snap}
+%patch0 -p1
+%patch1 -p1
%build
%{__make}
@@ -36,8 +36,7 @@
%install
rm -rf $RPM_BUILD_ROOT
-%{__make} install \
- prefix=$RPM_BUILD_ROOT%{_prefix}
+bootstrap/NAnt.exe -f:NAnt.build install-linux
-D:install.prefix=$RPM_BUILD_ROOT%{_prefix}
echo "#!/bin/sh" > $RPM_BUILD_ROOT%{_bindir}/nant
echo 'exec mono %{_datadir}/NAnt/bin/NAnt.exe "$@"' >>
$RPM_BUILD_ROOT%{_bindir}/nant
@@ -57,6 +56,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2005/02/19 14:16:09 malekith
+- up to 0.85rc2
+- log4net is silent now
+
Revision 1.1 2004/09/12 20:46:55 malekith
- from scratch
- needs some more love, in particular log4net screams about remappings, it
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/nant.spec?r1=1.1&r2=1.2&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit