[mingw-pthreads: 21/23] Renamed the source package to mingw-pthreads (#800414)

Kalev Lember kalev at fedoraproject.org
Tue Mar 6 21:33:32 UTC 2012


commit 90708d9c435842710458651e9def576d81e8a35a
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Mar 6 23:13:38 2012 +0200

    Renamed the source package to mingw-pthreads (#800414)

 mingw32-pthreads.spec => mingw-pthreads.spec |   27 +++++++++++++++++++++++--
 1 files changed, 24 insertions(+), 3 deletions(-)
---
diff --git a/mingw32-pthreads.spec b/mingw-pthreads.spec
similarity index 84%
rename from mingw32-pthreads.spec
rename to mingw-pthreads.spec
index c2216a2..13b4301 100644
--- a/mingw32-pthreads.spec
+++ b/mingw-pthreads.spec
@@ -8,9 +8,9 @@
 %define run_tests 0
 %define prerelease_date 20110511
 
-Name:           mingw32-pthreads
+Name:           mingw-pthreads
 Version:        2.8.0
-Release:        17.%{prerelease_date}cvs%{?dist}
+Release:        18.%{prerelease_date}cvs%{?dist}
 Summary:        MinGW pthread library
 
 %define crazy_version %(echo %{version}|tr . -)
@@ -54,6 +54,24 @@ natively. This project seeks to provide a freely available and
 high-quality solution to this problem.
 
 
+%package -n mingw32-pthreads
+Summary:        MinGW pthread library
+
+%description -n mingw32-pthreads
+The POSIX 1003.1-2001 standard defines an application programming
+interface (API) for writing multithreaded applications. This interface
+is known more commonly as pthreads. A good number of modern operating
+systems include a threading library of some kind: Solaris (UI)
+threads, Win32 threads, DCE threads, DECthreads, or any of the draft
+revisions of the pthreads standard. The trend is that most of these
+systems are slowly adopting the pthreads standard API, with
+application developers following suit to reduce porting woes.
+
+Win32 does not, and is unlikely to ever, support pthreads
+natively. This project seeks to provide a freely available and
+high-quality solution to this problem.
+
+
 %prep
 %setup -q -n pthreads-w32-%{prerelease_date}
 
@@ -98,7 +116,7 @@ install -m 0644 semaphore.h $RPM_BUILD_ROOT%{_mingw32_includedir}
 ln -s libpthreadGC2.a $RPM_BUILD_ROOT%{_mingw32_libdir}/libpthread.a
 
 
-%files
+%files -n mingw32-pthreads
 %doc ANNOUNCE BUGS ChangeLog CONTRIBUTORS COPYING COPYING.LIB
 %doc FAQ MAINTAINERS NEWS PROGRESS README README.NONPORTABLE TODO
 %{_mingw32_bindir}/pthreadGC2.dll
@@ -110,6 +128,9 @@ ln -s libpthreadGC2.a $RPM_BUILD_ROOT%{_mingw32_libdir}/libpthread.a
 
 
 %changelog
+* Tue Mar 06 2012 Kalev Lember <kalevlember at gmail.com> - 2.8.0-18.20110511cvs
+- Renamed the source package to mingw-pthreads (#800414)
+
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.8.0-17.20110511cvs
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list