]> git.pld-linux.org Git - packages/libbonoboui.git/blob - libbonoboui.spec
- updated server file location
[packages/libbonoboui.git] / libbonoboui.spec
1 Summary:        Bonobo user interface components
2 Summary(pl):    Komponenty interfejsu u¿ytkownika do Bonobo
3 Name:           libbonoboui
4 Version:        2.1.1
5 Release:        2
6 License:        LGPL
7 Group:          X11/Libraries
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/2.1/%{name}-%{version}.tar.bz2
9 URL:            http://www.gnome.org/
10 BuildRequires:  GConf2-devel >= 1.2.1
11 BuildRequires:  ORBit2-devel >= 2.5.0
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  bonobo-activation-devel >= 2.1.0-3
15 BuildRequires:  gnome-common
16 BuildRequires:  gtk+2-devel >= 2.0.6
17 BuildRequires:  intltool >= 0.22
18 BuildRequires:  libart_lgpl-devel >= 2.3.10
19 BuildRequires:  libbonobo-devel >= 2.1.0-3
20 BuildRequires:  libglade2-devel >= 2.0.1
21 BuildRequires:  libgnome-devel >= 2.0.3
22 BuildRequires:  libgnomecanvas-devel >= 2.0.3
23 BuildRequires:  libtool
24 BuildRequires:  libxml2-devel >= 2.4.24
25 BuildRequires:  openssl-devel >= 0.9.6d
26 Requires:       bonobo-activation >= 2.1.0-3
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29 %define         _prefix         /usr/X11R6
30 %define         _mandir         %{_prefix}/man
31 %define   _serverdir  /usr/lib/bonobo/servers
32
33 %description
34 Bonobo is a component system based on CORBA, used by the GNOME
35 desktop. libbonoboui contains the user interface related components
36 that come with Bonobo.
37
38 %description -l pl
39 Bonobo jest systemem komponentów bazuj±cym na CORB-ie, u¿ywanym przez
40 ¶rodowisko GNOME. libbonoboui zawiera komponenty zwi±zane z
41 interfejsem u¿ytkownika, które przychodz± z Bonobo.
42
43 %package devel
44 Summary:        Headers for libbonoboui
45 Summary(pl):    Pliki nag³ówkowe libbonoboui
46 Group:          X11/Development/Libraries
47 Requires:       %{name} = %{version}
48 Requires:       GConf2-devel >= 1.2.1
49 Requires:       libart_lgpl-devel >= 2.3.10
50 Requires:       libbonobo-devel >= 2.0.0
51 Requires:       libglade2-devel >= 2.0.0
52 Requires:       libgnome-devel >= 2.0.2
53 Requires:       libgnomecanvas-devel >= 2.0.2
54 Requires:       libxml2-devel >= 2.4.23
55 Requires:       openssl-devel >= 0.9.6d
56
57 %description devel
58 Bonobo is a component system based on CORBA, used by the GNOME
59 desktop. libbonoboui contains GUI components that come with Bonobo.
60
61 This package contains header files used to compile programs that use
62 libbonoboui.
63
64 %description devel -l pl
65 Ten pakiet zawiera pliki nag³ówkowe potrzebne do kompilacji programów
66 u¿ywaj±cych libbonoboui.
67
68 %package static
69 Summary:        Static libbonoboui library
70 Summary(pl):    Statyczna biblioteka libbonoboui
71 Group:          X11/Development/Libraries
72 Requires:       %{name}-devel = %{version}
73
74 %description static
75 This package contains static version of libbonoboui.
76
77 %description static -l pl
78 Ten pakiet zawiera statyczn± wersjê biblioteki libbonoboui.
79
80 %prep
81 %setup -q
82
83 %build
84 rm -f missing
85 %{__libtoolize}
86 %{__aclocal} -I %{_aclocaldir}/gnome2-macros
87 %{__autoconf}
88 %{__automake}
89 %configure
90
91 %{__make}
92
93 %install
94 rm -rf $RPM_BUILD_ROOT
95
96 %{__make} install \
97         DESTDIR=$RPM_BUILD_ROOT \
98         pkgconfigdir=%{_pkgconfigdir} \
99         serverdir=%{_serverdir}
100
101 %find_lang %{name} --with-gnome --all-name
102
103 %clean
104 rm -rf $RPM_BUILD_ROOT
105
106 %post   -p /sbin/ldconfig
107 %postun -p /sbin/ldconfig
108
109 %files -f %{name}.lang
110 %defattr(644,root,root,755)
111 %doc AUTHORS ChangeLog NEWS README
112 %attr(755,root,root) %{_bindir}/*
113 %attr(755,root,root) %{_libdir}/lib*.so.*.*
114 %attr(755,root,root) %{_libdir}/libglade/2.0/*.??
115 %{_serverdir}/*
116 %{_libdir}/bonobo-2.0/samples/*
117 %{_datadir}/gnome-2.0
118
119 %files devel
120 %defattr(644,root,root,755)
121 %doc doc/*.xml doc/*.txt doc/*.html doc/*.dtd
122 %attr(755,root,root) %{_libdir}/lib*.so
123 %{_libdir}/lib*.la
124 %{_pkgconfigdir}/*.pc
125 %{_includedir}/libbonoboui-2.0
126
127 %files static
128 %defattr(644,root,root,755)
129 %{_libdir}/lib*.a
130 %{_libdir}/libglade/2.0/*.a
This page took 0.120091 seconds and 3 git commands to generate.