source: projects/specs/trunk/n/npth/npth-vl.spec @ 11562

Revision 11562, 3.3 KB checked in by tomop, 6 years ago (diff)

npth-1.5-1

Line 
1Name:           npth
2Version:        1.5
3Release:        1%{?_dist_release}
4Summary:        The New GNU Portable Threads library
5# software uses dual licensing (or both in parallel)
6License:        LGPLv3+ or GPLv2+ or (LGPLv3+ and GPLv2+)
7URL:            https://www.gnupg.org/related_software/npth/index.html
8
9Vendor: Project Vine
10Distribution: Vine Linux
11Packager: iwaim
12
13Source:         ftp://ftp.gnupg.org/gcrypt/npth/npth-%{version}.tar.bz2
14#Source1:        ftp://ftp.gnupg.org/gcrypt/npth/npth-%{version}.tar.bz2.sig
15# Manual page is re-used and changed pth-config.1 from pth-devel package
16Source2:        npth-config.1
17
18%description
19nPth is a non-preemptive threads implementation using an API very similar
20to the one known from GNU Pth. It has been designed as a replacement of
21GNU Pth for non-ancient operating systems. In contrast to GNU Pth is is
22based on the system's standard threads implementation. Thus nPth allows
23the use of libraries which are not compatible to GNU Pth.
24
25%package        devel
26Summary:        Development files for %{name}
27Requires:       %{name}%{?_isa} = %{version}-%{release}
28
29%description    devel
30This package contains libraries and header files for
31developing applications that use %{name}.
32
33%prep
34%setup -q
35
36%build
37%configure --disable-static
38%make_build
39
40%install
41%make_install INSTALL='install -p'
42
43mkdir -p %{buildroot}%{_mandir}/man1/
44install -pm0644 %{S:2} %{buildroot}%{_mandir}/man1/
45
46find %{buildroot} -name '*.la' -delete -print
47
48%check
49make check
50
51%post -p /sbin/ldconfig
52
53%postun -p /sbin/ldconfig
54
55%files
56%license COPYING COPYING.LESSER
57%{_libdir}/*.so.*
58
59%files devel
60%doc AUTHORS ChangeLog NEWS README
61%{_bindir}/*
62%{_libdir}/*.so
63%{_includedir}/*.h
64%{_mandir}/*/*
65%{_datadir}/aclocal/*
66
67%changelog
68* Thu Mar 01 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.5-1
69- updated to 1.5.
70
71* Mon Mar 20 2017 IWAI, Masaharu <iwaim.sub@gmail.com> - 1.3-1
72- update to 1.3
73- update URL tag
74- add Packager tag
75
76* Sat May 21 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.2-4
77- initial build for Vine Linux.
78
79* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-3
80- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
81
82* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-2
83- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
84
85* Thu Apr 16 2015 Christopher Meng <rpm@cicku.me> - 1.2-1
86- Update to 1.2
87
88* Sat Nov 15 2014 Christopher Meng <rpm@cicku.me> - 1.1-1
89- Update to 1.1
90
91* Sat Sep 20 2014 Christopher Meng <rpm@cicku.me> - 1.0-1
92- Update to 1.0
93
94* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91-7
95- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
96
97* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91-6
98- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
99
100* Thu Mar  7 2013 Milan Bartos <mbartos@redhat.com> - 0.91-5
101- fixed license tag
102
103* Wed Mar  6 2013 Milan Bartos <mbartos@redhat.com> - 0.91-4
104- fixed license tag
105- added comment to license and manual page
106- removed defattr
107
108* Tue Mar  5 2013 Milan Bartos <mbartos@redhat.com> - 0.91-3
109- added npth-config man page
110
111* Tue Mar  5 2013 Milan Bartos <mbartos@redhat.com> - 0.91-2
112- fixed license tag
113- added COPYING.LESSER to package
114
115* Tue Feb 26 2013 Milan Bartos <mbartos@redhat.com> - 0.91-1
116- initial port
117
Note: See TracBrowser for help on using the repository browser.