source: projects/specs/branches/6/b/bonobo-conf/bonobo-conf-vl.spec @ 5648

Revision 5648, 2.9 KB checked in by Takemikaduchi, 12 years ago (diff)

arpscan, aslookup, audacity, black-box, bookview, bumprace, gimp-help, js: new upstream release
libsrtp, gstreamer-filters: new package
others: rebuild

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