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