[mingw-crossreport: 15/15] Renamed the source package to mingw-crossreport

epienbro epienbro at fedoraproject.org
Wed Mar 7 16:19:42 UTC 2012


commit bd9543fba9db178ee26e9ac56013989836ca8fd9
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Wed Mar 7 17:15:15 2012 +0100

    Renamed the source package to mingw-crossreport

 mingw32-crossreport.spec => mingw-crossreport.spec |   30 ++++++++++++++++++--
 1 files changed, 27 insertions(+), 3 deletions(-)
---
diff --git a/mingw32-crossreport.spec b/mingw-crossreport.spec
similarity index 74%
rename from mingw32-crossreport.spec
rename to mingw-crossreport.spec
index e0f9738..1df883e 100644
--- a/mingw32-crossreport.spec
+++ b/mingw-crossreport.spec
@@ -1,6 +1,6 @@
-Name:           mingw32-crossreport
+Name:           mingw-crossreport
 Version:        8
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Analysis tool to help cross-compilation to Windows
 
 License:        GPLv2+
@@ -38,6 +38,27 @@ example, whether whole libraries need to be ported first, and/or how
 to substitute individual calls to work on Windows.
 
 
+%package -n mingw32-crossreport
+Summary:        Analysis tool to help cross-compilation to Windows
+
+%description -n mingw32-crossreport
+CrossReport is a tool to help you analyze the APIs used by a compiled
+Linux program, in order to work out the effort required to
+cross-compile that program for Windows, using the Fedora MinGW
+cross-compiler.
+
+The simplest way to use it is to point it at an existing Linux binary,
+and then read the generated report.
+
+What it does in more detail: It looks at the libraries and API calls
+used by the Linux binary, and compares them to the libraries and API
+calls that we currently support under the Fedora MinGW cross-compiler.
+It then works out what is missing, and produces a report suggesting
+the amount of work that needs to be done to port the program.  For
+example, whether whole libraries need to be ported first, and/or how
+to substitute individual calls to work on Windows.
+
+
 %prep
 # empty
 
@@ -65,7 +86,7 @@ pod2man -c "CrossReport" -r "%{name}-%{version}" %{SOURCE0} \
   > $RPM_BUILD_ROOT%{_mandir}/man1/mingw32-crossreport.1
 
 
-%files
+%files -n mingw32-crossreport
 %doc %{_docdir}/%{name}-%{version}/COPYING
 %doc %{_docdir}/%{name}-%{version}/README
 %{_bindir}/mingw32-crossreport
@@ -74,6 +95,9 @@ pod2man -c "CrossReport" -r "%{name}-%{version}" %{SOURCE0} \
 
 
 %changelog
+* Wed Mar 07 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 8-2
+- Renamed the source package to mingw-crossreport (RHBZ #800854)
+
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 8-1
 - Made the package compatible with the mingw-w64 toolchain
 - Dropped unneeded RPM tags


More information about the scm-commits mailing list