[mingw-sigar: 10/12] Renamed the source package to mingw-sigar (#801029)

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 17:39:36 UTC 2012


commit cc8a4dc6746691bca33d200599478e4ea2d3aad9
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Mar 7 19:36:21 2012 +0200

    Renamed the source package to mingw-sigar (#801029)

 mingw32-sigar.spec => mingw-sigar.spec |   31 ++++++++++++++++++++++++++++---
 1 files changed, 28 insertions(+), 3 deletions(-)
---
diff --git a/mingw32-sigar.spec b/mingw-sigar.spec
similarity index 76%
rename from mingw32-sigar.spec
rename to mingw-sigar.spec
index a54cb8d..8f962fc 100644
--- a/mingw32-sigar.spec
+++ b/mingw-sigar.spec
@@ -6,9 +6,9 @@
 
 %global shortname sigar
 
-Name:		mingw32-%{shortname}
+Name:		mingw-%{shortname}
 Version:	1.6.5
-Release:	0.7.git58097d9%{?dist}
+Release:	0.8.git58097d9%{?dist}
 Summary:	MinGW Windows sigar library
 
 %global sigar_suffix  0-g4b67f57
@@ -53,6 +53,28 @@ API to access this information regardless of the underlying platform.
 #The core API is implemented in pure C with bindings currently
 #implemented for Java, Perl and C#.
 
+
+%package -n mingw32-%{shortname}
+Summary:	MinGW Windows sigar library
+
+%description -n mingw32-%{shortname}
+The Sigar API provides a portable interface for gathering system
+information such as:
+- System memory, swap, CPU, load average, uptime, logins
+- Per-process memory, CPU, credential info, state, arguments,
+  environment, open files
+- File system detection and metrics
+- Network interface detection, configuration info and metrics
+- Network route and connection tables
+
+This information is available in most operating systems, but each OS
+has their own way(s) providing it. SIGAR provides developers with one
+API to access this information regardless of the underlying platform.
+
+#The core API is implemented in pure C with bindings currently
+#implemented for Java, Perl and C#.
+
+
 %prep
 # When using the GitHub tarballs, use:
 # setup -q -n hyperic-{shortname}-{sigar_hash}
@@ -76,7 +98,7 @@ popd
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -n mingw32-%{shortname}
 %defattr(-,root,root,-)
 %doc ChangeLog README LICENSE NOTICE AUTHORS
 %{_mingw32_bindir}/libsigar.dll
@@ -84,6 +106,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mingw32_includedir}/sigar*.h
 
 %changelog
+* Wed Mar 07 2012 Kalev Lember <kalevlember at gmail.com> - 1.6.5-0.8.git58097d9
+- Renamed the source package to mingw-sigar (#801029)
+
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.6.5-0.7.git58097d9
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list