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