]> git.pld-linux.org Git - SPECS.git/blob - libalkimia.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / libalkimia.spec
1 Summary:        Common classes and functionality used by finance applications for the KDE SC
2 Summary(pl.UTF-8):      Wspólne klasy i funkcje wykorzystywane przez aplikacje finansowe dla KDE SC
3 Name:           libalkimia
4 Version:        4.3.2
5 Release:        1
6 License:        LGPL v2.1+
7 Group:          Libraries
8 # http://kde-apps.org/CONTENT/content-files/137323-%{name}-%{version}.tar.bz2 (no longer available)
9 Source0:        http://pkgs.fedoraproject.org/repo/pkgs/libalkimia/137323-libalkimia-4.3.2.tar.bz2/8d7b529c7be5f72ae1cbb02e818e9b79/137323-%{name}-%{version}.tar.bz2
10 # Source0-md5:  8d7b529c7be5f72ae1cbb02e818e9b79
11 URL:            http://community.kde.org/Alkimia/libalkimia
12 BuildRequires:  QtCore-devel >= 4
13 BuildRequires:  cmake >= 2.6.4
14 BuildRequires:  doxygen
15 BuildRequires:  gmp-c++-devel
16 BuildRequires:  kde4-kdelibs-devel >= 4
17 BuildRequires:  libstdc++-devel
18 BuildRequires:  pkgconfig
19 BuildRequires:  rpmbuild(macros) >= 1.606
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 libalkimia is a library with common classes and functionality used by
24 finance applications for the KDE SC.
25
26 %description -l pl.UTF-8
27 libalkimia to biblioteka ze wspólnymi klasami i funkcjami
28 wykorzystywanymi przez aplikacje finansowe dla KDE SC.
29
30 %package devel
31 Summary:        Header files for alkimia library
32 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki alkimia
33 Group:          Development/Libraries
34 Requires:       %{name} = %{version}-%{release}
35 Requires:       QtCore-devel >= 4
36 Requires:       gmp-c++-devel
37 Requires:       kde4-kdelibs-devel >= 4
38 Requires:       libstdc++-devel
39
40 %description devel
41 Header files for alkimia library.
42
43 %description devel -l pl.UTF-8
44 Pliki nagłówkowe biblioteki alkimia.
45
46 %prep
47 %setup -q
48
49 %build
50 install -d build
51 cd build
52 %cmake ..
53 %{__make}
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57
58 %{__make} -C build install \
59         DESTDIR=$RPM_BUILD_ROOT
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %post   -p /sbin/ldconfig
65 %postun -p /sbin/ldconfig
66
67 %files
68 %defattr(644,root,root,755)
69 %doc libalkimia/ChangeLog
70 %attr(755,root,root) %{_libdir}/libalkimia.so.*.*.*
71 %attr(755,root,root) %ghost %{_libdir}/libalkimia.so.4
72
73 %files devel
74 %defattr(644,root,root,755)
75 %attr(755,root,root) %{_libdir}/libalkimia.so
76 %{_includedir}/alkimia
77 %{_pkgconfigdir}/libalkimia.pc
78 %{_datadir}/apps/cmake/modules/FindLibAlkimia.cmake
This page took 0.575712 seconds and 3 git commands to generate.