]> git.pld-linux.org Git - packages/gconfmm.git/blob - gconfmm.spec
375004ffe260d9ee5ffa7ed5c07d3406d4d0f57d
[packages/gconfmm.git] / gconfmm.spec
1 Summary:        C++ wrappers for GConf
2 Summary(pl.UTF-8):      Interfejsy C++ dla GConfa
3 Name:           gconfmm
4 Version:        2.28.2
5 Release:        2
6 License:        LGPL v2+
7 Group:          Libraries
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gconfmm/2.28/%{name}-%{version}.tar.bz2
9 # Source0-md5:  cca6d249ab766895e1a180b7a4775733
10 URL:            http://www.gnome.org/
11 BuildRequires:  GConf2-devel >= 2.19.1
12 BuildRequires:  autoconf >= 2.59
13 BuildRequires:  automake >= 1:1.9
14 BuildRequires:  glibmm-devel >= 2.14.1
15 BuildRequires:  gtkmm-devel >= 2.4.0
16 BuildRequires:  libtool >= 2:1.4d
17 BuildRequires:  mm-common >= 0.7.1
18 BuildRequires:  pkgconfig
19 Requires:       GConf2-libs >= 2.19.1
20 Requires:       glibmm >= 2.14.1
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 C++ wrappers for GConf. All classes are in the Gnome::Conf namespace.
25
26 %description -l pl.UTF-8
27 Interfejsy C++ dla GConfa. Wszystkie klasy są w przestrzeni nazw
28 Gnome::Conf.
29
30 %package devel
31 Summary:        Devel files for gconfmm
32 Summary(pl.UTF-8):      Pliki nagłówkowe dla gconfmm
33 Group:          Development/Libraries
34 Requires:       %{name} = %{version}-%{release}
35 Requires:       GConf2-devel >= 2.19.1
36 Requires:       glibmm-devel >= 2.14.1
37
38 %description devel
39 Devel files for gconfmm.
40
41 %description devel -l pl.UTF-8
42 Pliki nagłówkowe dla gconfmm.
43
44 %package static
45 Summary:        Static gconfmm library
46 Summary(pl.UTF-8):      Statyczna biblioteka gconfmm
47 Group:          Development/Libraries
48 Requires:       %{name}-devel = %{version}-%{release}
49
50 %description static
51 Static gconfmm library.
52
53 %description static -l pl.UTF-8
54 Statyczna biblioteka gconfmm.
55
56 %package apidocs
57 Summary:        Reference documentation for gconfmm
58 Summary(pl.UTF-8):      Szczegółowa dokumentacja dla gconfmm
59 Group:          Documentation
60 Requires:       gtk-doc-common
61
62 %description apidocs
63 Reference documentation for gconfmm.
64
65 %description apidocs -l pl.UTF-8
66 Szczegółowa dokumentacja dla gconfmm.
67
68 %prep
69 %setup -q
70
71 %build
72 %{__libtoolize}
73 %{__aclocal} -I build
74 %{__autoconf}
75 %{__automake}
76 %configure \
77         --enable-static
78
79 %{__make}
80
81 %install
82 rm -rf $RPM_BUILD_ROOT
83
84 %{__make} install \
85         DESTDIR=$RPM_BUILD_ROOT \
86         libdocdir=%{_gtkdocdir}/gconfmm-2.6
87
88 %{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
89
90 %clean
91 rm -rf $RPM_BUILD_ROOT
92
93 %post   -p /sbin/ldconfig
94 %postun -p /sbin/ldconfig
95
96 %files
97 %defattr(644,root,root,755)
98 %doc AUTHORS ChangeLog NEWS README
99 %attr(755,root,root) %{_libdir}/libgconfmm-2.6.so.*.*.*
100 %attr(755,root,root) %ghost %{_libdir}/libgconfmm-2.6.so.1
101
102 %files devel
103 %defattr(644,root,root,755)
104 %attr(755,root,root) %{_libdir}/libgconfmm-2.6.so
105 %{_libdir}/%{name}-2.6
106 %{_includedir}/%{name}-2.6
107 %{_pkgconfigdir}/%{name}-2.6.pc
108
109 %files static
110 %defattr(644,root,root,755)
111 %{_libdir}/libgconfmm-2.6.a
112
113 %files apidocs
114 %defattr(644,root,root,755)
115 %{_gtkdocdir}/gconfmm-2.6
This page took 0.09061 seconds and 3 git commands to generate.