]> git.pld-linux.org Git - packages/bonobo-conf.git/blob - bonobo-conf.spec
- run xml-i18n-toolize --force instead of patching
[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.14
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 Group(pt_BR):   X11/Bibliotecas
13 Group(ru):      X11/âÉÂÌÉÏÔÅËÉ
14 Group(uk):      X11/â¦Â̦ÏÔÅËÉ
15 Source0:        ftp://ftp.gnome.org/pub/GNOME/unstable/sources/%{name}/%{name}-%{version}.tar.gz
16 Patch0:         %{name}-am15.patch
17 URL:            http://www.gnome.org/
18 BuildRequires:  GConf-devel >= 0.11
19 BuildRequires:  audiofile-devel
20 BuildRequires:  autoconf
21 BuildRequires:  automake
22 BuildRequires:  libtool
23 BuildRequires:  bonobo-devel >= 1.0.0
24 BuildRequires:  esound-devel
25 BuildRequires:  gettext-devel
26 BuildRequires:  oaf-devel >= 0.6.2
27 BuildRequires:  glib-devel >= 1.2.0
28 BuildRequires:  gtk+-devel >= 1.2.0
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %define         _prefix         /usr/X11R6
32 %define         _mandir         %{_prefix}/man
33
34 %description
35 Bonobo configuration moniker.
36
37 %description -l pl
38 Narzêdzie konfiguracyjne Bonobo.
39
40 %package devel
41 Summary:        Include files for the configuration moniker
42 Summary(pl):    Pliki nag³ówkowe dla bibliotek narzêdzia konfiguracyjnego Bonobo
43 Group:          X11/Development/Libraries
44 Group(de):      X11/Entwicklung/Libraries
45 Group(es):      X11/Desarrollo/Bibliotecas
46 Group(fr):      X11/Development/Librairies
47 Group(pl):      X11/Programowanie/Biblioteki
48 Group(pt_BR):   X11/Desenvolvimento/Bibliotecas
49 Group(ru):      X11/òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
50 Group(uk):      X11/òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
51 Requires:       %{name} = %{version}
52
53 %description devel
54 This package provides the necessary development libraries and include
55 files to allow you to develop programs using the Bonobo configuration
56 moniker.
57
58 %description devel -l pl
59 Biblioteki i pliki nag³ówkowe potrzebne do programowania z u¿yciem
60 bibliotek narzêdzia konfiguracyjnego Bonobo.
61
62 %package static
63 Summary:        Static libraries for the configuration moniker
64 Summary(pl):    Statyczne biblioteki narzêdzia konfiguracyjnego Bonobo
65 Group:          X11/Development/Libraries
66 Group(de):      X11/Entwicklung/Libraries
67 Group(es):      X11/Desarrollo/Bibliotecas
68 Group(fr):      X11/Development/Librairies
69 Group(pl):      X11/Programowanie/Biblioteki
70 Group(pt_BR):   X11/Desenvolvimento/Bibliotecas
71 Group(ru):      X11/òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
72 Group(uk):      X11/òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
73 Requires:       %{name}-devel = %{version}
74
75 %description static
76 Static libraries for the configuration moniker.
77
78 %description static -l pl
79 Statyczne biblioteki narzêdzia konfiguracyjnego Bonobo.
80
81 %prep
82 %setup  -q
83 %patch0 -p1
84
85 %build
86 rm -f missing
87 gettextize --copy --force
88 libtoolize --copy --force
89 xml-i18n-toolize --force
90 aclocal -I macros
91 autoconf
92 automake -a -c
93 %configure
94
95 %{__make}
96
97 %install
98 rm -rf $RPM_BUILD_ROOT
99
100 %{__make} install DESTDIR=$RPM_BUILD_ROOT
101
102 gzip -9nf AUTHORS ChangeLog NEWS README
103
104 %find_lang %{name}
105
106 %clean
107 rm -rf $RPM_BUILD_ROOT
108
109 %post   -p /sbin/ldconfig
110 %postun -p /sbin/ldconfig
111
112 %files -f %{name}.lang
113 %defattr(644,root,root,755)
114 %attr(755,root,root) %{_bindir}/*
115 %attr(755,root,root) %{_libdir}/lib*.so.*.*
116 %attr(755,root,root) %{_libdir}/bonobo/monikers/*.so*
117 %{_datadir}/oaf/*.oaf
118
119 %files devel
120 %defattr(644,root,root,755)
121 %doc *.gz
122 %attr(755,root,root) %{_libdir}/*.so
123 %attr(755,root,root) %{_libdir}/*.la
124 %attr(755,root,root) %{_libdir}/bonobo/monikers/*.la
125 %attr(755,root,root) %{_libdir}/*.sh
126 %{_includedir}/bonobo-conf
127 %{_datadir}/idl/*.idl
128
129 %files static
130 %defattr(644,root,root,755)
131 %{_libdir}/*.a
132 %{_libdir}/bonobo/monikers/*.a
This page took 0.039603 seconds and 4 git commands to generate.