Hello community,

here is the log from the commit of package nant for openSUSE:Factory checked in 
at 2014-11-18 22:44:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nant (Old)
 and      /work/SRC/openSUSE:Factory/.nant.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nant"

Changes:
--------
--- /work/SRC/openSUSE:Factory/nant/nant.changes        2013-02-01 
09:47:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.nant.new/nant.changes   2014-11-18 
22:44:56.000000000 +0100
@@ -1,0 +2,26 @@
+Thu Nov 13 19:09:35 UTC 2014 - [email protected]
+
+- Install License files:
+  + Install COPYING.txt. 
+  + The file doc/license.html is installed as part of the regular
+    make install and is located in
+    /usr/share/doc/packages/NAnt/license.html
+  + The file web/license.html (stating this being a GPL-2.0+ work),
+    is not being installed, as we do not package the website.
+
+-------------------------------------------------------------------
+Thu Nov  6 16:34:33 UTC 2014 - [email protected]
+
+- Fix rpmlint problems
+- Remove redundant %clean
+
+-------------------------------------------------------------------
+Thu Nov  6 11:55:59 UTC 2014 - [email protected]
+
+- Back in 2011, we disabled the use of the internal scanner, but
+  for some strange reason passed the file list to the internal
+  scanner. That one is having some revival but does not (yet) do
+  what we need. So really strip off the internal mono-dep scanner
+  and rely on what is installed with mono-devel.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ nant.spec ++++++
--- /var/tmp/diff_new_pack.JyWW7z/_old  2014-11-18 22:44:57.000000000 +0100
+++ /var/tmp/diff_new_pack.JyWW7z/_new  2014-11-18 22:44:57.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nant
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -27,17 +27,27 @@
 License:        GPL-2.0+ and LGPL-2.1+
 Group:          Development/Tools/Building
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  dos2unix
 BuildRequires:  mono-data
 BuildRequires:  mono-devel
 %define _use_internal_dependency_generator 0
 # ignore some bundled dlls
 %define __find_provides env sh -c 'filelist=($(grep -v log4net.dll | grep -v 
scvs.exe | grep -v nunit | grep -v NDoc | grep -v neutral)) && { printf "%s\\n" 
"${filelist[@]}" | /usr/lib/rpm/find-provides && printf "%s\\n" 
"${filelist[@]}" | /usr/bin/mono-find-provides ; } | sort | uniq'
-%define __find_requires env sh -c 'filelist=($(cat)) && { printf "%s\\n" 
"${filelist[@]}" | /usr/lib/rpm/find-requires && printf "%s\\n" 
"${filelist[@]}" | /usr/bin/mono-find-requires ; } | sort | uniq'
+%define __find_requires env sh -c 'filelist=($(cat)) && { printf "%s\\n" 
"${filelist[@]}" |  /usr/bin/mono-find-requires ; } | sort | uniq'
 
 %description
 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.
 
+%package devel
+Summary:        NAnt pkgconfig files
+License:        LGPL-2.1
+Group:          Development/Languages/Mono
+Requires:       nant
+
+%description devel
+This package contains the pkgconfig files for NAnt.
+
 %prep
 %setup -q -n %{name}
 
@@ -49,14 +59,18 @@
 mkdir -p %{buildroot}%{_datadir}
 mv %{buildroot}%{_prefix}/lib/pkgconfig %{buildroot}%{_datadir}/
 
-%clean
-rm -rf %{buildroot}
+chmod -x 
%{buildroot}%{_datadir}/NAnt/bin/lib/common/2.0/nunit-console.exe.config
+dos2unix 
%{buildroot}%{_datadir}/NAnt/bin/lib/common/2.0/nunit-console.exe.config
 
 %files
 %defattr(-, root, root)
+%doc COPYING.txt
 %{_bindir}/%{name}
 %{_datadir}/NAnt
-%{_datadir}/pkgconfig/%{name}.pc
 %doc %{_docdir}/NAnt/
 
+%files devel
+%defattr(-, root, root)
+%{_datadir}/pkgconfig/%{name}.pc
+
 %changelog

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

Reply via email to