]> git.pld-linux.org Git - packages/gconfmm.git/blob - gconfmm.spec
- 2.16.0
[packages/gconfmm.git] / gconfmm.spec
1 Summary:        C++ wrappers for GConf
2 Summary(pl):    Interfejsy C++ dla GConfa
3 Name:           gconfmm
4 Version:        2.16.0
5 Release:        1
6 License:        GPL
7 Group:          Libraries
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/gconfmm/2.16/%{name}-%{version}.tar.bz2
9 # Source0-md5:  2b3aa57276f6f63c4effc585ba205a3d
10 URL:            http://www.gnome.org/
11 BuildRequires:  GConf2-devel >= 2.14.0
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  glibmm-devel >= 2.12.0
15 BuildRequires:  libtool >= 2:1.4d
16 BuildRequires:  pkgconfig
17 Requires:       GConf2 >= 2.14.0
18 Requires:       glibmm >= 2.12.0
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 C++ wrappers for GConf. All classes are in the Gnome::Conf namespace.
23
24 %description -l pl
25 Interfejsy C++ dla GConfa. Wszystkie klasy s± w przestrzeni nazw
26 Gnome::Conf.
27
28 %package devel
29 Summary:        Devel files for gconfmm
30 Summary(pl):    Pliki nag³ówkowe dla gconfmm
31 Group:          Development/Libraries
32 Requires:       %{name} = %{version}-%{release}
33 Requires:       GConf2-devel >= 2.14.0
34 Requires:       glibmm-devel >= 2.12.0
35
36 %description devel
37 Devel files for gconfmm.
38
39 %description devel -l pl
40 Pliki nag³ówkowe dla gconfmm.
41
42 %package static
43 Summary:        Static gconfmm library
44 Summary(pl):    Statyczna biblioteka gconfmm
45 Group:          Development/Libraries
46 Requires:       %{name}-devel = %{version}-%{release}
47
48 %description static
49 Static gconfmm library.
50
51 %description static -l pl
52 Statyczna biblioteka gconfmm.
53
54 %prep
55 %setup -q
56
57 %build
58 %{__libtoolize}
59 %{__aclocal} -I scripts
60 %{__autoconf}
61 %{__automake}
62 %configure \
63         --enable-static
64
65 %{__make}
66
67 %install
68 rm -rf $RPM_BUILD_ROOT
69
70 %{__make} install \
71         DESTDIR=$RPM_BUILD_ROOT
72
73 %clean
74 rm -rf $RPM_BUILD_ROOT
75
76 %post   -p /sbin/ldconfig
77 %postun -p /sbin/ldconfig
78
79 %files
80 %defattr(644,root,root,755)
81 %doc AUTHORS ChangeLog NEWS README
82 %attr(755,root,root) %{_libdir}/libgconfmm-2.6.so.*.*.*
83
84 %files devel
85 %defattr(644,root,root,755)
86 %attr(755,root,root) %{_libdir}/libgconfmm-2.6.so
87 %{_libdir}/libgconfmm-2.6.la
88 %{_libdir}/%{name}-*
89 %{_includedir}/%{name}-2.6
90 %{_pkgconfigdir}/%{name}-2.6.pc
91
92 %files static
93 %defattr(644,root,root,755)
94 %{_libdir}/libgconfmm-2.6.a
This page took 0.069894 seconds and 3 git commands to generate.