]> git.pld-linux.org Git - packages/bonobo-conf.git/blob - bonobo-conf.spec
- removed two lines with define
[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 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:  bonobo-devel >= 1.0.0
16 BuildRequires:  esound-devel
17 BuildRequires:  gettext-devel
18 BuildRequires:  glib-devel >= 1.2.0
19 BuildRequires:  gtk+-devel >= 1.2.0
20 BuildRequires:  intltool
21 BuildRequires:  libtool
22 BuildRequires:  oaf-devel >= 0.6.2
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24 Obsoletes:      libbonobo-conf0
25
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 Obsoletes:      libbonobo-conf0-devel
39
40 %description devel
41 This package provides the necessary development libraries and include
42 files to allow you to develop programs using the Bonobo configuration
43 moniker.
44
45 %description devel -l pl
46 Biblioteki i pliki nag³ówkowe potrzebne do programowania z u¿yciem
47 bibliotek narzêdzia konfiguracyjnego Bonobo.
48
49 %package static
50 Summary:        Static libraries for the configuration moniker
51 Summary(pl):    Statyczne biblioteki narzêdzia konfiguracyjnego Bonobo
52 Group:          X11/Development/Libraries
53 Requires:       %{name}-devel = %{version}
54
55 %description static
56 Static libraries for the configuration moniker.
57
58 %description static -l pl
59 Statyczne biblioteki narzêdzia konfiguracyjnego Bonobo.
60
61 %prep
62 %setup  -q
63 %patch0 -p1
64
65 %build
66 rm -f missing
67 %{__gettextize}
68 %{__libtoolize}
69 xml-i18n-toolize --force
70 %{__aclocal} -I macros
71 %{__autoconf}
72 %{__automake}
73 %configure
74
75 %{__make}
76
77 %install
78 rm -rf $RPM_BUILD_ROOT
79
80 %{__make} install DESTDIR=$RPM_BUILD_ROOT
81
82 %find_lang %{name}
83
84 %clean
85 rm -rf $RPM_BUILD_ROOT
86
87 %post   -p /sbin/ldconfig
88 %postun -p /sbin/ldconfig
89
90 %files -f %{name}.lang
91 %defattr(644,root,root,755)
92 %doc AUTHORS ChangeLog NEWS README
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 %attr(755,root,root) %{_libdir}/*.so
101 %{_libdir}/*.la
102 %{_libdir}/bonobo/monikers/*.la
103 %attr(755,root,root) %{_libdir}/*.sh
104 %{_includedir}/bonobo-conf
105 %{_datadir}/idl/*.idl
106
107 %files static
108 %defattr(644,root,root,755)
109 %{_libdir}/*.a
110 %{_libdir}/bonobo/monikers/*.a
This page took 0.032704 seconds and 4 git commands to generate.