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