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