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