Update to 1.3
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
2957622f9a
commit
08d0f26984
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/npth-1.0.tar.bz2
|
/npth-1.0.tar.bz2
|
||||||
/npth-1.1.tar.bz2
|
/npth-1.1.tar.bz2
|
||||||
/npth-1.2.tar.bz2
|
/npth-1.2.tar.bz2
|
||||||
|
/npth-1.3.tar.bz2
|
||||||
|
20
npth.spec
20
npth.spec
@ -1,6 +1,6 @@
|
|||||||
Name: npth
|
Name: npth
|
||||||
Version: 1.2
|
Version: 1.3
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The New GNU Portable Threads library
|
Summary: The New GNU Portable Threads library
|
||||||
# software uses dual licensing (or both in parallel)
|
# software uses dual licensing (or both in parallel)
|
||||||
License: LGPLv3+ or GPLv2+ or (LGPLv3+ and GPLv2+)
|
License: LGPLv3+ or GPLv2+ or (LGPLv3+ and GPLv2+)
|
||||||
@ -44,22 +44,24 @@ find %{buildroot} -name '*.la' -delete -print
|
|||||||
make check
|
make check
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING COPYING.LESSER
|
%license COPYING COPYING.LESSER
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/lib%{name}.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc AUTHORS ChangeLog NEWS README
|
%doc AUTHORS ChangeLog NEWS README
|
||||||
%{_bindir}/*
|
%{_bindir}/%{name}-config
|
||||||
%{_libdir}/*.so
|
%{_libdir}/lib%{name}.so
|
||||||
%{_includedir}/*.h
|
%{_includedir}/%{name}.h
|
||||||
%{_mandir}/*/*
|
%{_mandir}/man1/%{name}-config.1*
|
||||||
%{_datadir}/aclocal/*
|
%{_datadir}/aclocal/%{name}.m4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 22 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.3-1
|
||||||
|
- Update to 1.3
|
||||||
|
|
||||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-3
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user