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

Revision 12331, 3.4 KB checked in by tomop, 4 years ago (diff)

updated 10 packages

fuse-2.9.9-1

gmp-6.2.0-1

gnupg2-2.2.19-1

libassuan-2.5.3-2

libgcrypt-1.8.5-1

libgpg-error-1.37-1

libksba-1.3.5-2

npth-1.6-1

pinentry-1.1.0-2

strongswan-5.8.2-1

Line 
1Name:           npth
2Version:        1.6
3Release:        1%{?_dist_release}
4Summary:        The New GNU Portable Threads library
5
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%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* Sun Mar 15 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.6-1
69- updated to 1.6.
70
71* Thu Mar 01 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.5-1
72- updated to 1.5.
73
74* Mon Mar 20 2017 IWAI, Masaharu <iwaim.sub@gmail.com> - 1.3-1
75- update to 1.3
76- update URL tag
77- add Packager tag
78
79* Sat May 21 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.2-4
80- initial build for Vine Linux.
81
82* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-3
83- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
84
85* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-2
86- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
87
88* Thu Apr 16 2015 Christopher Meng <rpm@cicku.me> - 1.2-1
89- Update to 1.2
90
91* Sat Nov 15 2014 Christopher Meng <rpm@cicku.me> - 1.1-1
92- Update to 1.1
93
94* Sat Sep 20 2014 Christopher Meng <rpm@cicku.me> - 1.0-1
95- Update to 1.0
96
97* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91-7
98- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
99
100* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91-6
101- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
102
103* Thu Mar  7 2013 Milan Bartos <mbartos@redhat.com> - 0.91-5
104- fixed license tag
105
106* Wed Mar  6 2013 Milan Bartos <mbartos@redhat.com> - 0.91-4
107- fixed license tag
108- added comment to license and manual page
109- removed defattr
110
111* Tue Mar  5 2013 Milan Bartos <mbartos@redhat.com> - 0.91-3
112- added npth-config man page
113
114* Tue Mar  5 2013 Milan Bartos <mbartos@redhat.com> - 0.91-2
115- fixed license tag
116- added COPYING.LESSER to package
117
118* Tue Feb 26 2013 Milan Bartos <mbartos@redhat.com> - 0.91-1
119- initial port
120
Note: See TracBrowser for help on using the repository browser.