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