source: projects/specs/trunk/b/bonobo-conf/bonobo-conf-vl.spec @ 521

Revision 521, 2.6 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary:        Bonobo configuration moniker.
2Name:           bonobo-conf
3Version:        0.16
4Release:        2%{?_dist_release}
5License:        GPL
6URL:            http://www.gnome.org/
7BuildRoot:      %{_tmppath}/%{name}-%{version}-root
8BuildRequires:  gnome-print-devel >= 0.22
9BuildRequires:  gtk+-devel >= 1.2.7
10BuildRequires:  bonobo-devel >= 1.0.14
11BuildRequires:  GConf-devel >= 1.0.4
12
13Source0: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/0.16/%{name}-%{version}.tar.gz
14
15Group: System Environment/Libraries
16Requires: bonobo >= 1.0.14
17Requires: GConf >= 1.0.4
18Requires: oaf >= 0.6.2
19Requires: glib >= 1.2.0
20Requires: gtk+ >= 1.2.0
21
22%description
23Bonobo configuration moniker.
24
25%package devel
26Summary: Libraries and include files for the configuration moniker.
27Group: Development/Libraries
28Requires: %{name} = %{version}
29Requires: bonobo-devel
30
31%description devel
32This package provides the necessary development libraries and include
33files to allow you to develop programs using the Bonobo configuration moniker.
34
35%prep
36%setup -q
37
38%build
39%configure --disable-static
40make
41
42%install
43%makeinstall
44
45%find_lang %{name}
46
47rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
48rm -f $RPM_BUILD_ROOT%{_libdir}/bonobo/*/*.la
49
50%clean
51[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
52
53%post -p /sbin/ldconfig
54
55%postun -p /sbin/ldconfig
56
57%files -f %{name}.lang
58%defattr(-, root, root)
59%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
60%{_bindir}/*
61%{_libdir}/bonobo/monikers/*.so*
62%{_libdir}/*.so.*
63%{_datadir}/idl
64%{_datadir}/oaf
65
66%files devel
67%defattr(-, root, root)
68%{_libdir}/*.so
69%{_libdir}/*.sh
70%{_includedir}/*
71
72%changelog
73* Sat May  2 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.16-2
74- rebuilt with bonobo-1.0.22-6 (linking with db-4.6.21)
75- excluded *.a
76
77* Fri Sep 19 2008 Shu KONNO <owa@bg.wakwak.com> 0.16-1vl5
78- applied new versioning policy
79- excluded *.la
80
81* Sun Jun 17 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.16-0vl3
82- rebuilt with db4-4.3.29
83
84* Wed Oct 27 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.16-0vl2
85- rebuild with db4-4.2.52
86- s/Copyright/License/
87
88* Thu May  1 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.16-0vl1
89- update to 0.16
90- rebuild with new toolchains
91
92* Wed Dec 19 2001 Akira TAGOH <tagoh@gnome.gr.jp> 0.14-1vl1
93- Rebuild for Vine.
94
95* Sat Nov 17 2001 Jeremy Katz <katzj@redhat.com>
96- 0.14
97- s/Copyright/License/
98
99* Tue Oct  9 2001 Havoc Pennington <hp@redhat.com>
100- remove epoch
101
102* Thu Oct  4 2001 Havoc Pennington <hp@redhat.com>
103- created 0.12 RPM based on David Sainty's RPM
104
105* Thu Oct 04 2001 David Sainty <dsainty@redhat.com>
106- Bumped to 0.12.99.20011004 for evolution 0.15
107
108* Sun Aug 05 2001 David Sainty <dsainty@redhat.com>
109- Created spec file, incorporated bits from Jens Finke <jens@gnome.org>
110
111
Note: See TracBrowser for help on using the repository browser.