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