Blame SPECS/npth.spec

727120
Name:           npth
727120
Version:        1.5
727120
Release:        4%{?dist}
727120
Summary:        The New GNU Portable Threads library
727120
License:        LGPLv2+
727120
URL:            http://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git
727120
Source:         https://gnupg.org/ftp/gcrypt/npth/%{name}-%{version}.tar.bz2
727120
#Source1:        ftp://ftp.gnupg.org/gcrypt/npth/npth-%{version}.tar.bz2.sig
727120
# Manual page is re-used and changed pth-config.1 from pth-devel package
727120
Source2:        npth-config.1
727120
727120
BuildRequires:  make
727120
BuildRequires:  gcc
727120
727120
%description
727120
nPth is a non-preemptive threads implementation using an API very similar
727120
to the one known from GNU Pth. It has been designed as a replacement of
727120
GNU Pth for non-ancient operating systems. In contrast to GNU Pth is is
727120
based on the system's standard threads implementation. Thus nPth allows
727120
the use of libraries which are not compatible to GNU Pth.
727120
727120
%package        devel
727120
Summary:        Development files for %{name}
727120
Requires:       %{name}%{?_isa} = %{version}-%{release}
727120
727120
%description    devel
727120
This package contains libraries and header files for
727120
developing applications that use %{name}.
727120
727120
%prep
727120
%autosetup
727120
727120
%build
727120
%configure --disable-static
727120
%make_build
727120
727120
%install
727120
%make_install INSTALL='install -p'
727120
727120
mkdir -p %{buildroot}%{_mandir}/man1/
727120
install -pm0644 %{S:2} %{buildroot}%{_mandir}/man1/
727120
727120
find %{buildroot} -name '*.la' -delete -print
727120
727120
%check
727120
make check
727120
727120
%ldconfig_scriptlets
727120
727120
%files
727120
%license COPYING.LIB
727120
%{_libdir}/lib%{name}.so.*
727120
727120
%files devel
727120
%doc AUTHORS ChangeLog NEWS README
727120
%{_bindir}/%{name}-config
727120
%{_libdir}/lib%{name}.so
727120
%{_includedir}/%{name}.h
727120
%{_mandir}/man1/%{name}-config.1*
727120
%{_datadir}/aclocal/%{name}.m4
727120
727120
%changelog
727120
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.5-4
727120
- Switch to %%ldconfig_scriptlets
727120
727120
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-3
727120
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
727120
727120
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-2
727120
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
727120
727120
* Thu Jun 08 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.5-1
727120
- Update to 1.5
727120
727120
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-2
727120
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
727120
727120
* Tue Nov 22 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.3-1
727120
- Update to 1.3
727120
727120
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-3
727120
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
727120
727120
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-2
727120
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
727120
727120
* Thu Apr 16 2015 Christopher Meng <rpm@cicku.me> - 1.2-1
727120
- Update to 1.2
727120
727120
* Sat Nov 15 2014 Christopher Meng <rpm@cicku.me> - 1.1-1
727120
- Update to 1.1
727120
727120
* Sat Sep 20 2014 Christopher Meng <rpm@cicku.me> - 1.0-1
727120
- Update to 1.0
727120
727120
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91-7
727120
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
727120
727120
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91-6
727120
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
727120
727120
* Thu Mar  7 2013 Milan Bartos <mbartos@redhat.com> - 0.91-5
727120
- fixed license tag
727120
727120
* Wed Mar  6 2013 Milan Bartos <mbartos@redhat.com> - 0.91-4
727120
- fixed license tag
727120
- added comment to license and manual page
727120
- removed defattr
727120
727120
* Tue Mar  5 2013 Milan Bartos <mbartos@redhat.com> - 0.91-3
727120
- added npth-config man page
727120
727120
* Tue Mar  5 2013 Milan Bartos <mbartos@redhat.com> - 0.91-2
727120
- fixed license tag
727120
- added COPYING.LESSER to package
727120
727120
* Tue Feb 26 2013 Milan Bartos <mbartos@redhat.com> - 0.91-1
727120
- initial port
727120