2013-03-12 13:07:55 +00:00
|
|
|
Name: npth
|
2015-04-10 15:09:43 +00:00
|
|
|
Version: 1.2
|
2015-06-17 23:22:19 +00:00
|
|
|
Release: 2%{?dist}
|
2014-08-18 01:58:53 +00:00
|
|
|
Summary: The New GNU Portable Threads library
|
2013-03-12 13:07:55 +00:00
|
|
|
# software uses dual licensing (or both in parallel)
|
|
|
|
License: LGPLv3+ or GPLv2+ or (LGPLv3+ and GPLv2+)
|
2014-08-18 02:09:55 +00:00
|
|
|
URL: http://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git
|
2013-03-12 13:07:55 +00:00
|
|
|
Source: ftp://ftp.gnupg.org/gcrypt/npth/npth-%{version}.tar.bz2
|
2014-09-20 06:19:40 +00:00
|
|
|
#Source1: ftp://ftp.gnupg.org/gcrypt/npth/npth-%{version}.tar.bz2.sig
|
2013-03-12 13:07:55 +00:00
|
|
|
# Manual page is re-used and changed pth-config.1 from pth-devel package
|
|
|
|
Source2: npth-config.1
|
|
|
|
|
|
|
|
%description
|
|
|
|
nPth is a non-preemptive threads implementation using an API very similar
|
2015-04-10 15:09:43 +00:00
|
|
|
to the one known from GNU Pth. It has been designed as a replacement of
|
|
|
|
GNU Pth for non-ancient operating systems. In contrast to GNU Pth is is
|
|
|
|
based on the system's standard threads implementation. Thus nPth allows
|
2013-03-12 13:07:55 +00:00
|
|
|
the use of libraries which are not compatible to GNU Pth.
|
|
|
|
|
2014-08-18 01:58:53 +00:00
|
|
|
%package devel
|
2014-08-18 02:09:55 +00:00
|
|
|
Summary: Development files for %{name}
|
2013-03-12 13:07:55 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
2014-08-18 02:09:55 +00:00
|
|
|
%description devel
|
|
|
|
This package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
2013-03-12 13:07:55 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --disable-static
|
2014-08-18 01:58:53 +00:00
|
|
|
%make_build
|
2013-03-12 13:07:55 +00:00
|
|
|
|
|
|
|
%install
|
2014-08-18 01:58:53 +00:00
|
|
|
%make_install INSTALL='install -p'
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}%{_mandir}/man1/
|
|
|
|
install -pm0644 %{S:2} %{buildroot}%{_mandir}/man1/
|
2013-03-12 13:07:55 +00:00
|
|
|
|
2014-08-18 01:58:53 +00:00
|
|
|
find %{buildroot} -name '*.la' -delete -print
|
2013-03-12 13:07:55 +00:00
|
|
|
|
|
|
|
%check
|
|
|
|
make check
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
2015-04-10 15:09:43 +00:00
|
|
|
%license COPYING COPYING.LESSER
|
2013-03-12 13:07:55 +00:00
|
|
|
%{_libdir}/*.so.*
|
|
|
|
|
|
|
|
%files devel
|
2014-08-18 01:58:53 +00:00
|
|
|
%doc AUTHORS ChangeLog NEWS README
|
2013-03-12 13:07:55 +00:00
|
|
|
%{_bindir}/*
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_includedir}/*.h
|
|
|
|
%{_mandir}/*/*
|
|
|
|
%{_datadir}/aclocal/*
|
|
|
|
|
|
|
|
%changelog
|
2015-06-17 23:22:19 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-04-10 15:09:43 +00:00
|
|
|
* Thu Apr 16 2015 Christopher Meng <rpm@cicku.me> - 1.2-1
|
|
|
|
- Update to 1.2
|
|
|
|
|
2014-11-15 11:50:00 +00:00
|
|
|
* Sat Nov 15 2014 Christopher Meng <rpm@cicku.me> - 1.1-1
|
|
|
|
- Update to 1.1
|
|
|
|
|
2014-09-20 05:56:15 +00:00
|
|
|
* Sat Sep 20 2014 Christopher Meng <rpm@cicku.me> - 1.0-1
|
|
|
|
- Update to 1.0
|
|
|
|
|
2014-06-07 15:04:53 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-03 14:27:04 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-03-12 13:07:55 +00:00
|
|
|
* Thu Mar 7 2013 Milan Bartos <mbartos@redhat.com> - 0.91-5
|
|
|
|
- fixed license tag
|
|
|
|
|
|
|
|
* Wed Mar 6 2013 Milan Bartos <mbartos@redhat.com> - 0.91-4
|
|
|
|
- fixed license tag
|
|
|
|
- added comment to license and manual page
|
|
|
|
- removed defattr
|
|
|
|
|
|
|
|
* Tue Mar 5 2013 Milan Bartos <mbartos@redhat.com> - 0.91-3
|
|
|
|
- added npth-config man page
|
|
|
|
|
|
|
|
* Tue Mar 5 2013 Milan Bartos <mbartos@redhat.com> - 0.91-2
|
|
|
|
- fixed license tag
|
|
|
|
- added COPYING.LESSER to package
|
|
|
|
|
|
|
|
* Tue Feb 26 2013 Milan Bartos <mbartos@redhat.com> - 0.91-1
|
|
|
|
- initial port
|
|
|
|
|