]> git.pld-linux.org Git - SPECS.git/blob - libpthread-stubs.spec
SPECS updated Tue 30 Apr 15:13:02 CEST 2024
[SPECS.git] / libpthread-stubs.spec
1 Summary:        Meta package for pthread symbols
2 Summary(pl.UTF-8):      Metapakiet zapewniający symbole pthread
3 Name:           libpthread-stubs
4 Version:        0.5
5 Release:        2
6 License:        MIT
7 Group:          Libraries
8 Source0:        https://xcb.freedesktop.org/dist/%{name}-%{version}.tar.xz
9 # Source0-md5:  d42052cb343c3e050ff40adc1675e79f
10 URL:            https://xcb.freedesktop.org/
11 BuildRequires:  tar >= 1:1.22
12 BuildRequires:  xz
13 Obsoletes:      libpthread-stubs-devel < 0.3
14 Obsoletes:      libpthread-stubs-static < 0.3
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 # no binaries, but not noarch (contains arch-dependent path)
18 %define         _enable_debug_packages  0
19
20 %description
21 Meta package for pthread symbols - defaults to heavyweight ones
22 (libpthread) if the C runtime does not provide lightweight ones.
23
24 %description -l pl.UTF-8
25 Metapakiet zapewniający symbole pthread - domyślnie cięższe
26 (libpthread), jeśli biblioteka uruchomieniowa C nie dostarcza lżejszej
27 wersji.
28
29 %prep
30 %setup -q
31
32 %build
33 %configure
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc COPYING README
48 %{_pkgconfigdir}/pthread-stubs.pc
This page took 0.119095 seconds and 3 git commands to generate.