]> git.pld-linux.org Git - packages/bonobo-conf.git/blob - bonobo-conf.spec
- 0.9
[packages/bonobo-conf.git] / bonobo-conf.spec
1
2 Summary:        Bonobo configuration moniker.
3 Summary(pl):    Narzedzie konfiguracyjne Bonobo
4 Name:           bonobo-conf
5 Version:        0.9
6 Release:        1
7 License:        GPL
8 Group:          X11/Libraries
9 Group(de):      X11/Libraries
10 Group(es):      X11/Bibliotecas
11 Group(fr):      X11/Librairies
12 Group(pl):      X11/Biblioteki
13 Source0:        ftp://ftp.gnome.org/pub/GNOME/unstable/sources/%{name}/%{name}-%{version}.tar.bz2
14 URL:            http://www.gnome.org/
15 BuildRequires:  bonobo-devel >= 1.0.0
16 BuildRequires:  libwrap-devel
17 BuildRequires:  audiofile-devel
18 BuildRequires:  esound-devel
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %define         _prefix         /usr/X11R6
22 %define         _mandir         %{_prefix}/man
23
24 %description
25 Bonobo configuration moniker.
26
27 %description -l pl
28 Narzedzie konfiguracyjne Bonobo
29
30 %package devel
31 Summary:        Libraries and include files for the configuration moniker.
32 Group:          X11/Development/Libraries
33 Group(de):      X11/Entwicklung/Libraries
34 Group(pl):      X11/Programowanie/Biblioteki
35 Requires:       %name = %{version}
36
37 %description devel
38 This package provides the necessary development libraries and include
39 files to allow you to develop programs using the Bonobo configuration
40 moniker.
41
42 %description devel -l pl
43 Biblioteki i pliki nag³ówkowe potrzebne do programowania.
44
45 %prep
46 %setup -q
47
48 %build
49 %configure2_13
50
51 make
52
53 %install
54
55 rm -rf $RPM_BUILD_ROOT
56 %{__make} DESTDIR=$RPM_BUILD_ROOT install
57
58 gzip -9nf AUTHORS ChangeLog NEWS README
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %post
64 if ! grep %{_libdir} /etc/ld.so.conf > /dev/null ; then
65   echo "%{_libdir}" >> /etc/ld.so.conf
66 fi
67   
68 /sbin/ldconfig
69   
70 %postun -p /sbin/ldconfig
71
72 %files
73 %defattr(644,root,root,755)
74 %attr(755,root,root) %{_bindir}/*
75 %attr(755,root,root) %{_libdir}/bonobo/monikers/*.so.*
76 %attr(755,root,root) %{_libdir}/*.so.*
77 %{_datadir}/idl/*.idl
78 # there is no .mo file ... ??
79 #%{_datadir}/locale/*/LC_MESSAGES/*.mo
80 %{_datadir}/oaf/*.oaf
81 %doc *.gz
82
83 %files devel
84 %defattr(644,root,root,755)
85 %dir %{_includedir}/bonobo-conf/*.h
86 %{_libdir}/bonobo/monikers/*.so
87 %{_libdir}/bonobo/monikers/*.la
88 %{_libdir}/bonobo/monikers/*.a
89 %{_libdir}/*.sh
90 %{_libdir}/*.so
91 %{_libdir}/*.a
92 %{_libdir}/*.la
This page took 0.037414 seconds and 4 git commands to generate.