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