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

Revision 12522, 3.6 KB checked in by tomop, 3 years ago (diff)

updated 16 packages

SDL2-2.0.14-1

gmp-6.2.1-1

gnupg2-2.2.27-1

gnutls-3.7.0-1

golang-1.15.7-1

iputils-20210202-1

libassuan-2.5.4-1

libgcrypt-1.9.1-1

libgpg-error-1.41-1

libksba-1.5.0-1

libusb1-1.0.24-1

nettle-3.7-1

npth-1.6-2

pcsc-lite-1.9.0-1

python3-3.8.7-1

tcpdump-4.9.3-2

Line 
1Summary:        The New GNU Portable Threads library
2Name:           npth
3Version:        1.6
4Release:        2%{?_dist_release}
5Group:          system
6Vendor:         Project Vine
7Distribution:   Vine Linux
8Packager:       iwaim
9
10# software uses dual licensing (or both in parallel)
11License:        LGPLv3+ or GPLv2+ or (LGPLv3+ and GPLv2+)
12URL:            https://www.gnupg.org/related_software/npth/index.html
13Source:         https://gnupg.org/ftp/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
26%package        devel
27Summary:        Development files for %{name}
28Group:          programming
29Requires:       %{name}%{?_isa} = %{version}-%{release}
30
31%description    devel
32This package contains libraries and header files for
33developing applications that use %{name}.
34
35
36%debug_package
37
38
39%prep
40%setup -q
41
42%build
43%configure --disable-static
44%make_build
45
46
47%install
48%make_install INSTALL='install -p'
49
50mkdir -p %{buildroot}%{_mandir}/man1/
51install -pm0644 %{S:2} %{buildroot}%{_mandir}/man1/
52
53find %{buildroot} -name '*.la' -delete -print
54
55
56%check
57make check
58
59
60%post -p /sbin/ldconfig
61%postun -p /sbin/ldconfig
62
63
64%files
65%license COPYING COPYING.LESSER
66%{_libdir}/*.so.*
67
68%files devel
69%doc AUTHORS ChangeLog NEWS README
70%{_bindir}/*
71%{_libdir}/*.so
72%{_includedir}/*.h
73%{_mandir}/*/*
74%{_datadir}/aclocal/*
75
76
77%changelog
78* Tue Feb 02 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.6-2
79- rebuilt with current environment.
80
81* Sun Mar 15 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.6-1
82- updated to 1.6.
83
84* Thu Mar 01 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.5-1
85- updated to 1.5.
86
87* Mon Mar 20 2017 IWAI, Masaharu <iwaim.sub@gmail.com> - 1.3-1
88- update to 1.3
89- update URL tag
90- add Packager tag
91
92* Sat May 21 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.2-4
93- initial build for Vine Linux.
94
95* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-3
96- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
97
98* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-2
99- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
100
101* Thu Apr 16 2015 Christopher Meng <rpm@cicku.me> - 1.2-1
102- Update to 1.2
103
104* Sat Nov 15 2014 Christopher Meng <rpm@cicku.me> - 1.1-1
105- Update to 1.1
106
107* Sat Sep 20 2014 Christopher Meng <rpm@cicku.me> - 1.0-1
108- Update to 1.0
109
110* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91-7
111- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
112
113* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91-6
114- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
115
116* Thu Mar  7 2013 Milan Bartos <mbartos@redhat.com> - 0.91-5
117- fixed license tag
118
119* Wed Mar  6 2013 Milan Bartos <mbartos@redhat.com> - 0.91-4
120- fixed license tag
121- added comment to license and manual page
122- removed defattr
123
124* Tue Mar  5 2013 Milan Bartos <mbartos@redhat.com> - 0.91-3
125- added npth-config man page
126
127* Tue Mar  5 2013 Milan Bartos <mbartos@redhat.com> - 0.91-2
128- fixed license tag
129- added COPYING.LESSER to package
130
131* Tue Feb 26 2013 Milan Bartos <mbartos@redhat.com> - 0.91-1
132- initial port
133
Note: See TracBrowser for help on using the repository browser.