]> git.pld-linux.org Git - packages/dclib.git/blame - dclib.spec
rebuild with openssl 3.0.0
[packages/dclib.git] / dclib.spec
CommitLineData
25c75371
JB
1#
2# Conditional build:
46978f0f 3%bcond_with lying # lie about the H header (always H:1)
25c75371 4#
a95b674e 5Summary: DirectConnect support library for dcgui-qt
45f7b9cd 6Summary(pl.UTF-8): Biblioteka obsługująca DirectConnect dla dcgui-qt
a97cdc01 7Name: dclib
57a2e0a5 8Version: 0.3.23
69f36e64 9Release: 5
bcbb008b 10Epoch: 1
a95b674e 11License: GPL
9578f9b3 12Group: Libraries
af139c20 13Source0: http://dl.sourceforge.net/wxdcgui/%{name}-%{version}.tar.bz2
57a2e0a5 14# Source0-md5: 6852e420e48d09b514fcb9f783611cdc
46978f0f 15Patch0: %{name}-lying_tags.patch
57a2e0a5 16Patch1: %{name}-ssl.patch
af139c20 17URL: http://wxdcgui.sourceforge.net/
2b4f16c0
PG
18BuildRequires: autoconf
19BuildRequires: automake
5d8bc76d 20BuildRequires: bzip2-devel
9578f9b3 21BuildRequires: libstdc++-devel
2b4f16c0 22BuildRequires: libtool
7cca6f8f 23BuildRequires: libxml2-devel > 2.0.0
9c907330 24BuildRequires: openssl-devel >= 0.9.7d
5dab5143 25BuildRequires: pkgconfig
5d8bc76d 26Requires: libxml2 > 2.0.0
a97cdc01
PG
27BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
a97cdc01 29%description
5d8bc76d 30DirectConnect support library for dcgui-qt.
a97cdc01 31
3b6ce15d
JR
32%description -l pl.UTF-8
33Biblioteka obsługująca DirectConnect dla dcgui-qt.
a97cdc01
PG
34
35%package devel
a95b674e 36Summary: Header files for dclib
45f7b9cd 37Summary(pl.UTF-8): Pliki nagłówkowe dla dclib
9578f9b3 38Group: Development/Libraries
06f9e904 39Requires: %{name} = %{epoch}:%{version}-%{release}
9578f9b3
JB
40Requires: bzip2-devel
41Requires: libstdc++-devel
42Requires: libxml2-devel > 2.0.0
43Requires: openssl-devel
57a2e0a5 44Obsoletes: dclib-static
a97cdc01
PG
45
46%description devel
5d8bc76d 47Header files for dclib.
a97cdc01 48
3b6ce15d
JR
49%description devel -l pl.UTF-8
50Pliki nagłówkowe dla dclib.
a97cdc01 51
a97cdc01 52%prep
fa58460f 53%setup -q
46978f0f 54%{?with_lying:%patch0 -p1}
af139c20 55%patch1 -p1
a97cdc01
PG
56
57%build
2f6eefc2 58%configure PTHREAD_LIBS=-lpthread
a97cdc01
PG
59%{__make}
60
61%install
62rm -rf $RPM_BUILD_ROOT
63
b4ada796
PG
64%{__make} install \
65 DESTDIR=$RPM_BUILD_ROOT
a97cdc01
PG
66
67%clean
68rm -rf $RPM_BUILD_ROOT
69
5d8bc76d
JB
70%post -p /sbin/ldconfig
71%postun -p /sbin/ldconfig
72
a97cdc01
PG
73%files
74%defattr(644,root,root,755)
915f2c4a 75%doc AUTHORS README
fcaab903 76%attr(755,root,root) %ghost %{_libdir}/libdc.so.5
5d8bc76d 77%attr(755,root,root) %{_libdir}/libdc.so.*.*
a97cdc01
PG
78
79%files devel
80%defattr(644,root,root,755)
5d8bc76d
JB
81%attr(755,root,root) %{_libdir}/*.so
82%{_libdir}/*.la
57a2e0a5
PG
83%dir %{_includedir}/dclib-0.3/
84%dir %{_includedir}/dclib-0.3/dclib/core
85%{_includedir}/dclib-0.3/dclib/core/*.h
86%dir %{_includedir}/dclib-0.3/dclib
87%{_includedir}/dclib-0.3/dclib/*.h
130f8006 88%{_pkgconfigdir}/*.pc
This page took 0.076076 seconds and 4 git commands to generate.