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