]> git.pld-linux.org Git - packages/bonobo-conf.git/blob - bonobo-conf.spec
- massive attack: no need for 755 for *.la
[packages/bonobo-conf.git] / bonobo-conf.spec
1 Summary:        Bonobo configuration moniker
2 Summary(pl):    Narzêdzie konfiguracyjne Bonobo
3 Name:           bonobo-conf
4 Version:        0.16
5 Release:        1
6 License:        GPL
7 Group:          X11/Libraries
8 Source0:        http://ftp.gnome.org/mirror/gnome.org/sources/%{name}/%{version}/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-am15.patch
10 URL:            http://www.gnome.org/
11 BuildRequires:  GConf-devel >= 0.11
12 BuildRequires:  audiofile-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  bonobo-devel >= 1.0.0
16 BuildRequires:  esound-devel
17 BuildRequires:  gettext-devel
18 BuildRequires:  glib-devel >= 1.2.0
19 BuildRequires:  gtk+-devel >= 1.2.0
20 BuildRequires:  intltool
21 BuildRequires:  libtool
22 BuildRequires:  oaf-devel >= 0.6.2
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24 Obsoletes:      libbonobo-conf0
25
26 %define         _prefix         /usr/X11R6
27 %define         _mandir         %{_prefix}/man
28
29 %description
30 Bonobo configuration moniker.
31
32 %description -l pl
33 Narzêdzie konfiguracyjne Bonobo.
34
35 %package devel
36 Summary:        Include files for the configuration moniker
37 Summary(pl):    Pliki nag³ówkowe dla bibliotek narzêdzia konfiguracyjnego Bonobo
38 Group:          X11/Development/Libraries
39 Requires:       %{name} = %{version}
40 Obsoletes:      libbonobo-conf0-devel
41
42 %description devel
43 This package provides the necessary development libraries and include
44 files to allow you to develop programs using the Bonobo configuration
45 moniker.
46
47 %description devel -l pl
48 Biblioteki i pliki nag³ówkowe potrzebne do programowania z u¿yciem
49 bibliotek narzêdzia konfiguracyjnego Bonobo.
50
51 %package static
52 Summary:        Static libraries for the configuration moniker
53 Summary(pl):    Statyczne biblioteki narzêdzia konfiguracyjnego Bonobo
54 Group:          X11/Development/Libraries
55 Requires:       %{name}-devel = %{version}
56
57 %description static
58 Static libraries for the configuration moniker.
59
60 %description static -l pl
61 Statyczne biblioteki narzêdzia konfiguracyjnego Bonobo.
62
63 %prep
64 %setup  -q
65 %patch0 -p1
66
67 %build
68 rm -f missing
69 %{__gettextize}
70 %{__libtoolize}
71 xml-i18n-toolize --force
72 %{__aclocal} -I macros
73 %{__autoconf}
74 %{__automake}
75 %configure
76
77 %{__make}
78
79 %install
80 rm -rf $RPM_BUILD_ROOT
81
82 %{__make} install DESTDIR=$RPM_BUILD_ROOT
83
84 %find_lang %{name}
85
86 %clean
87 rm -rf $RPM_BUILD_ROOT
88
89 %post   -p /sbin/ldconfig
90 %postun -p /sbin/ldconfig
91
92 %files -f %{name}.lang
93 %defattr(644,root,root,755)
94 %doc AUTHORS ChangeLog NEWS README
95 %attr(755,root,root) %{_bindir}/*
96 %attr(755,root,root) %{_libdir}/lib*.so.*.*
97 %attr(755,root,root) %{_libdir}/bonobo/monikers/*.so*
98 %{_datadir}/oaf/*.oaf
99
100 %files devel
101 %defattr(644,root,root,755)
102 %attr(755,root,root) %{_libdir}/*.so
103 %{_libdir}/*.la
104 %{_libdir}/bonobo/monikers/*.la
105 %attr(755,root,root) %{_libdir}/*.sh
106 %{_includedir}/bonobo-conf
107 %{_datadir}/idl/*.idl
108
109 %files static
110 %defattr(644,root,root,755)
111 %{_libdir}/*.a
112 %{_libdir}/bonobo/monikers/*.a
This page took 0.827621 seconds and 4 git commands to generate.