]> git.pld-linux.org Git - packages/libgnomeuimm.git/blob - libgnomeuimm.spec
- tabs in preamble
[packages/libgnomeuimm.git] / libgnomeuimm.spec
1 Summary:        C++ wrappers for libgnomeui
2 Summary(pl.UTF-8):      Interfejsy C++ dla libgnomeui
3 Name:           libgnomeuimm
4 Version:        2.16.0
5 Release:        1
6 License:        GPL
7 Group:          Libraries
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/libgnomeuimm/2.16/%{name}-%{version}.tar.bz2
9 # Source0-md5:  3015a41496834179db913cccda05a5e4
10 URL:            http://www.gnome.org/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  gconfmm-devel >= 2.16.0
14 BuildRequires:  gnome-vfsmm-devel >= 2.16.0
15 # "We would need libbonobuimm to support Bonobo::Dock, but it's not worth the bother"
16 #BuildRequires: libbonobouimm-devel >= 1.3.6`
17 BuildRequires:  libglademm-devel >= 2.6.3
18 BuildRequires:  libgnomecanvasmm-devel >= 2.16.0
19 BuildRequires:  libgnomemm-devel >= 2.16.0
20 BuildRequires:  libgnomeui-devel >= 2.15.91
21 BuildRequires:  libtool >= 2:1.4d
22 BuildRequires:  pkgconfig
23 Requires:       libgnomeui >= 2.15.91
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 C++ wrappers for libgnomeui.
28
29 %description -l pl.UTF-8
30 Interfejsy C++ dla libgnomeui.
31
32 %package devel
33 Summary:        Devel files for libgnomeuimm
34 Summary(pl.UTF-8):      Pliki nagłówkowe dla libgnomeuimm
35 Group:          Development/Libraries
36 Requires:       %{name} = %{version}-%{release}
37 Requires:       gconfmm-devel >= 2.16.0
38 Requires:       gnome-vfsmm-devel >= 2.16.0
39 Requires:       libglademm-devel >= 2.6.3
40 Requires:       libgnomecanvasmm-devel >= 2.16.0
41 Requires:       libgnomemm-devel >= 2.16.0
42 Requires:       libgnomeui-devel >= 2.15.91
43
44 %description devel
45 Devel files for libgnomeuimm.
46
47 %description devel -l pl.UTF-8
48 Pliki nagłówkowe dla libgnomeuimm.
49
50 %package static
51 Summary:        libgnomeuimm static library
52 Summary(pl.UTF-8):      Biblioteka statyczna libgnomeuimm
53 Group:          Development/Libraries
54 Requires:       %{name}-devel = %{version}-%{release}
55
56 %description static
57 libgnomeuimm static library.
58
59 %description static -l pl.UTF-8
60 Biblioteka statyczna libgnomeuimm.
61
62 %prep
63 %setup -q
64
65 %build
66 %{__libtoolize}
67 %{__aclocal} -I scripts
68 %{__autoconf}
69 %{__automake}
70 %configure \
71         --enable-static
72
73 %{__make}
74
75 %install
76 rm -rf $RPM_BUILD_ROOT
77
78 %{__make} install \
79         DESTDIR=$RPM_BUILD_ROOT
80
81 %clean
82 rm -rf $RPM_BUILD_ROOT
83
84 %post   -p /sbin/ldconfig
85 %postun -p /sbin/ldconfig
86
87 %files
88 %defattr(644,root,root,755)
89 %doc AUTHORS ChangeLog NEWS TODO
90 %attr(755,root,root) %{_libdir}/libgnomeuimm*.so.*.*.*
91
92 %files devel
93 %defattr(644,root,root,755)
94 %attr(755,root,root) %{_libdir}/libgnomeuimm*.so
95 %{_libdir}/libgnomeuimm*.la
96 %{_libdir}/%{name}-2.6
97 %{_includedir}/%{name}-2.6
98 %{_pkgconfigdir}/%{name}-2.6.pc
99
100 %files static
101 %defattr(644,root,root,755)
102 %{_libdir}/libgnomeuimm*.a
This page took 0.064234 seconds and 4 git commands to generate.