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