]> git.pld-linux.org Git - packages/bonobo-conf.git/blob - bonobo-conf.spec
- initial version
[packages/bonobo-conf.git] / bonobo-conf.spec
1 %define name            bonobo-conf
2 %define ver             0.7
3 %define rel             %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}
4
5 Name:           %name
6 Summary:        Bonobo configuration moniker.
7 Summary(pl):    Narzedzie konfiguracyjne Bonobo
8 Version:        %ver
9 Release:        1
10 Copyright:      GPL
11 Group:          System Environment/Libraries
12 Source:         %{name}-%{ver}.tar.gz
13 URL:            http://www.gnome.org/
14 BuildRoot:      %{_tmppath}/%{name}-%{ver}-root
15 Requires:       bonobo >= 1.0.0
16
17 %description
18 Bonobo configuration moniker.
19
20 %description -l pl
21 Narzedzie konfiguracyjne Bonobo
22
23 %package devel
24 Summary:        Libraries and include files for the configuration moniker.
25 Group:          Development/Libraries
26 Requires:       %name = %{PACKAGE_VERSION}
27
28 %description devel
29 This package provides the necessary development libraries and include
30 files to allow you to develop programs using the Bonobo configuration moniker.
31
32 %description devel -l pl
33 Biblioteki i pliki nag³ówkowe potrzebne do programowania.
34
35 %prep
36 %setup
37
38 %build
39 %configure2_13 \
40 make
41
42 %install
43 %makeinstall
44
45 %clean
46
47 %post
48 if ! grep %{_libdir} /etc/ld.so.conf > /dev/null ; then
49   echo "%{_libdir}" >> /etc/ld.so.conf
50 fi
51   
52 /sbin/ldconfig
53   
54 %postun -p /sbin/ldconfig
55
56 %files
57 %defattr(-, root, root)
58 %doc AUTHORS COPYING ChangeLog NEWS README
59 %{_bindir}/*
60 %{_libdir}/bonobo/monikers
61 %{_libdir}/*.sh
62 %{_libdir}/lib*.so.*
63 %{_datadir}/idl/*.idl
64 %{_datadir}/locale/*/LC_MESSAGES/*.mo
65 %{_datadir}/oaf/*.oaf
66
67 %files devel
68 %defattr(-, root, root)
69 %{_includedir}/bonobo-conf
70 %{_libdir}/lib*.so
71 %{_libdir}/lib*.a
72 %{_libdir}/lib*.la
73
74 %changelog
75 * %{date} PLD Team <pld-list@pld.org.pl>
76 All persons listed below can be reached at <cvs_login>@pld.org.pl
This page took 0.074423 seconds and 4 git commands to generate.