10145N/A#
10145N/A# spec file for package SUNWevolution-bdb-devel
10145N/A#
10145N/A# Copyright (c) 2004 Sun Microsystems, Inc.
10145N/A# This file and all modifications and additions to the pristine
10145N/A# package are under the same license as the package itself.
10145N/A#
17834N/A%define owner jefftsai
10145N/A#
10145N/A%include Solaris.inc
10145N/A
10145N/AName: SUNWevolution-bdb-devel
19122N/ALicense: Sleepycat License
18850N/AIPS_package_name: %name
10145N/ASummary: BerkeleyDB development
15373N/AVersion: 4.7.25
15373N/ASource: evolution-bdb47-devel-files.tar.bz2
10145N/ASUNW_BaseDir: %{_basedir}
10145N/ASUNW_Category: DontShipMe
12745N/ASUNW_Copyright:%{name}.copyright
10145N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
10145N/A%include default-depend.inc
20857N/A%include gnome-incorporation.inc
10145N/A
10145N/A%install
10145N/Arm -rf $RPM_BUILD_ROOT
10145N/Ainstall -d $RPM_BUILD_ROOT%{_includedir}
10145N/Acd $RPM_BUILD_ROOT%{_includedir}/
10145N/Abzcat %SOURCE | tar xf -
10145N/Ainstall -d $RPM_BUILD_ROOT%{_libdir}
10145N/Acd $RPM_BUILD_ROOT%{_libdir}
15373N/Aln -s libdb.so.5 libdb.so
10145N/A
10145N/A%clean
10145N/Arm -rf $RPM_BUILD_ROOT
10145N/A
10145N/A%files
10145N/A%defattr (-, root, bin)
10145N/A%dir %attr (0755, root, bin) %{_libdir}
10145N/A%{_libdir}/*
10145N/A%dir %attr (0755, root, bin) %{_includedir}
10145N/A%{_includedir}/*
10145N/A
10145N/A%changelog
18850N/A* Tue Jun 08 2010 - Michal.Pryc@Oracle.Com
18850N/A- Updated BuildRequires to fit SourceJuicer.
15373N/A* Wed Nov 19 2008 - jeff.cai@sun.com
15373N/A- Bump to 4.7.25
12745N/A* Wed Apr 02 2008 - jeff.cai@sun.com
12745N/A- Add copyright file.
10145N/A* Sat Nov 11 2006 - damien.carbery@sun.com
10145N/A- Change pkg category to DontShipMe, removing underscores, as the category must
10145N/A be alphanumeric.
10145N/A* Fri Nov 10 2006 - laca@sun.com
10145N/A- set the pkg category to dont_ship_me; this will result in an error
10145N/A if we accidentally try to integrate it into Solaris
10145N/A* Wed Jul 26 2006 - halton.huo@sun.com.
10145N/A- Initial version created.
19188N/A
19505N/A