]> git.pld-linux.org Git - packages/bonobo-conf.git/blob - bonobo-conf.spec
3e5c6ff41f267d716b973248bc1520b4df85db01
[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:        1
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 URL:            http://www.gnome.org/
12 BuildRequires:  GConf-devel >= 0.11
13 BuildRequires:  audiofile-devel
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  bonobo-devel >= 1.0.0
17 BuildRequires:  esound-devel
18 BuildRequires:  gettext-devel
19 BuildRequires:  glib-devel >= 1.2.0
20 BuildRequires:  gtk+-devel >= 1.2.0
21 BuildRequires:  intltool
22 BuildRequires:  libtool
23 BuildRequires:  oaf-devel >= 0.6.2
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25 Obsoletes:      libbonobo-conf0
26
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
66 %build
67 rm -f missing
68 %{__gettextize}
69 %{__libtoolize}
70 xml-i18n-toolize --force
71 %{__aclocal} -I macros
72 %{__autoconf}
73 %{__automake}
74 %configure
75
76 %{__make}
77
78 %install
79 rm -rf $RPM_BUILD_ROOT
80
81 %{__make} install DESTDIR=$RPM_BUILD_ROOT
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 %doc AUTHORS ChangeLog NEWS README
94 %attr(755,root,root) %{_bindir}/*
95 %attr(755,root,root) %{_libdir}/lib*.so.*.*
96 %attr(755,root,root) %{_libdir}/bonobo/monikers/*.so*
97 %{_datadir}/oaf/*.oaf
98
99 %files devel
100 %defattr(644,root,root,755)
101 %attr(755,root,root) %{_libdir}/*.so
102 %{_libdir}/*.la
103 %{_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.469261 seconds and 2 git commands to generate.