]> git.pld-linux.org Git - packages/bonobo-conf.git/blob - bonobo-conf.spec
- cosmetics
[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.16
5 Release:        2
6 License:        GPL
7 Group:          X11/Libraries
8 Source0:        http://ftp.gnome.org/mirror/gnome.org/sources/%{name}/%{version}/%{name}-%{version}.tar.gz
9 # Source0-md5:  03467d42b8a74d379cfef238017eb862
10 Patch0:         %{name}-am15.patch
11 Patch1:         %{name}-locale_names.patch
12 URL:            http://www.gnome.org/
13 BuildRequires:  GConf-devel >= 0.11
14 BuildRequires:  audiofile-devel
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRequires:  bonobo-devel >= 1.0.0
18 BuildRequires:  esound-devel
19 BuildRequires:  gettext-devel
20 BuildRequires:  glib-devel >= 1.2.0
21 BuildRequires:  gtk+-devel >= 1.2.0
22 BuildRequires:  intltool
23 BuildRequires:  libtool
24 BuildRequires:  oaf-devel >= 0.6.2
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26 Obsoletes:      libbonobo-conf0
27
28 %description
29 Bonobo configuration moniker.
30
31 %description -l pl
32 Narzêdzie konfiguracyjne Bonobo.
33
34 %package devel
35 Summary:        Include files for the configuration moniker
36 Summary(pl):    Pliki nag³ówkowe dla bibliotek narzêdzia konfiguracyjnego Bonobo
37 Group:          X11/Development/Libraries
38 Requires:       %{name} = %{version}
39 Obsoletes:      libbonobo-conf0-devel
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 z u¿yciem
48 bibliotek narzêdzia konfiguracyjnego Bonobo.
49
50 %package static
51 Summary:        Static libraries for the configuration moniker
52 Summary(pl):    Statyczne biblioteki narzêdzia konfiguracyjnego Bonobo
53 Group:          X11/Development/Libraries
54 Requires:       %{name}-devel = %{version}
55
56 %description static
57 Static libraries for the configuration moniker.
58
59 %description static -l pl
60 Statyczne biblioteki narzêdzia konfiguracyjnego Bonobo.
61
62 %prep
63 %setup -q
64 %patch0 -p1
65 %patch1 -p1
66
67 mv -f po/{no,nb}.po
68
69 %build
70 rm -f missing
71 %{__gettextize}
72 %{__libtoolize}
73 xml-i18n-toolize --force
74 %{__aclocal} -I macros
75 %{__autoconf}
76 %{__automake}
77 %configure
78
79 %{__make}
80
81 %install
82 rm -rf $RPM_BUILD_ROOT
83
84 %{__make} install \
85         DESTDIR=$RPM_BUILD_ROOT
86
87 %find_lang %{name}
88
89 %clean
90 rm -rf $RPM_BUILD_ROOT
91
92 %post   -p /sbin/ldconfig
93 %postun -p /sbin/ldconfig
94
95 %files -f %{name}.lang
96 %defattr(644,root,root,755)
97 %doc AUTHORS ChangeLog NEWS README
98 %attr(755,root,root) %{_bindir}/*
99 %attr(755,root,root) %{_libdir}/lib*.so.*.*
100 %attr(755,root,root) %{_libdir}/bonobo/monikers/*.so*
101 %{_datadir}/oaf/*.oaf
102
103 %files devel
104 %defattr(644,root,root,755)
105 %attr(755,root,root) %{_libdir}/*.so
106 %{_libdir}/*.la
107 %{_libdir}/bonobo/monikers/*.la
108 %attr(755,root,root) %{_libdir}/*.sh
109 %{_includedir}/bonobo-conf
110 %{_datadir}/idl/*.idl
111
112 %files static
113 %defattr(644,root,root,755)
114 %{_libdir}/*.a
115 %{_libdir}/bonobo/monikers/*.a
This page took 0.064926 seconds and 4 git commands to generate.