From 08d0f269843463ead41c221a66fe1afa3ce9c5ba Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Nov 22 2016 15:34:01 +0000 Subject: Update to 1.3 Signed-off-by: Igor Gnatenko --- diff --git a/.gitignore b/.gitignore index be4b0a4..faf5eb6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /npth-1.0.tar.bz2 /npth-1.1.tar.bz2 /npth-1.2.tar.bz2 +/npth-1.3.tar.bz2 diff --git a/npth.spec b/npth.spec index 8a0a49a..9923893 100644 --- a/npth.spec +++ b/npth.spec @@ -1,6 +1,6 @@ Name: npth -Version: 1.2 -Release: 3%{?dist} +Version: 1.3 +Release: 1%{?dist} Summary: The New GNU Portable Threads library # software uses dual licensing (or both in parallel) License: LGPLv3+ or GPLv2+ or (LGPLv3+ and GPLv2+) @@ -44,22 +44,24 @@ find %{buildroot} -name '*.la' -delete -print make check %post -p /sbin/ldconfig - %postun -p /sbin/ldconfig %files %license COPYING COPYING.LESSER -%{_libdir}/*.so.* +%{_libdir}/lib%{name}.so.* %files devel %doc AUTHORS ChangeLog NEWS README -%{_bindir}/* -%{_libdir}/*.so -%{_includedir}/*.h -%{_mandir}/*/* -%{_datadir}/aclocal/* +%{_bindir}/%{name}-config +%{_libdir}/lib%{name}.so +%{_includedir}/%{name}.h +%{_mandir}/man1/%{name}-config.1* +%{_datadir}/aclocal/%{name}.m4 %changelog +* Tue Nov 22 2016 Igor Gnatenko - 1.3-1 +- Update to 1.3 + * Thu Feb 04 2016 Fedora Release Engineering - 1.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 68de844..008597b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -226bac7374b9466c6ec26b1c34dab844 npth-1.2.tar.bz2 +efe1524c53670b5755dc27893d2d68a0 npth-1.3.tar.bz2