~ubuntu-branches/ubuntu/maverick/evolution-data-server/maverick-proposed

« back to all changes in this revision

Viewing changes to libdb/dist/db.spec.in

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-05-17 17:02:06 UTC
  • mfrom: (1.1.79 upstream) (1.6.12 experimental)
  • Revision ID: james.westby@ubuntu.com-20100517170206-4ufr52vwrhh26yh0
Tags: 2.30.1-1ubuntu1
* Merge from debian experimental. Remaining change:
  (LP: #42199, #229669, #173703, #360344, #508494)
  + debian/control:
    - add Vcs-Bzr tag
    - don't use libgnome
    - Use Breaks instead of Conflicts against evolution 2.25 and earlier.
  + debian/evolution-data-server.install,
    debian/patches/45_libcamel_providers_version.patch:
    - use the upstream versioning, not a Debian-specific one 
  + debian/libedata-book1.2-dev.install, debian/libebackend-1.2-dev.install,
    debian/libcamel1.2-dev.install, debian/libedataserverui1.2-dev.install:
    - install html documentation
  + debian/rules:
    - don't build documentation it's shipped with the tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Berkeley DB @DB_VERSION_MAJOR@.@DB_VERSION_MINOR@.@DB_VERSION_PATCH@
2
 
 
3
 
Summary: Sleepycat Berkeley DB database library
4
 
Name: db
5
 
Version: @DB_VERSION_MAJOR@.@DB_VERSION_MINOR@.@DB_VERSION_PATCH@
6
 
Release: 1
7
 
Copyright: Freely redistributable, see LICENSE for details.
8
 
Source: http://www.sleepycat.com/update/@DB_VERSION_MAJOR@.@DB_VERSION_MINOR@.@DB_VERSION_PATCH@/db-@DB_VERSION_MAJOR@.@DB_VERSION_MINOR@.@DB_VERSION_PATCH@.tar.gz
9
 
URL: http://www.sleepycat.com
10
 
Group: System Environment/Libraries
11
 
BuildRoot: @CONFIGURATION_PATH@/RPM_INSTALL
12
 
 
13
 
%description
14
 
Berkeley DB is a programmatic toolkit that provides fast, reliable,
15
 
mission-critical, and scalable built-in database support for software
16
 
ranging from embedded applications running on hand-held appliances to
17
 
enterprise-scale servers.
18
 
 
19
 
The Berkeley DB access methods include B+tree, Extended Linear Hashing,
20
 
Fixed and Variable-length records, and Persistent Queues. Berkeley DB
21
 
provides full transactional support, database recovery, online backups,
22
 
and separate access to locking, logging and shared memory caching
23
 
subsystems.
24
 
 
25
 
Berkeley DB supports C, C++, Java, Tcl, Perl, and Python APIs. The
26
 
software is available for Linux, a wide variety of UNIX platforms,
27
 
Windows 95/98, Windows/NT, Windows 2000, VxWorks and QNX.
28
 
 
29
 
%prep
30
 
%setup
31
 
 
32
 
%build
33
 
cd build_unix
34
 
CFLAGS="$RPM_OPT_FLAGS" ../dist/configure @CONFIGURATION_ARGS@
35
 
make library_build
36
 
 
37
 
%install
38
 
cd build_unix
39
 
make prefix=@CONFIGURATION_PATH@/RPM_INSTALL@EMBEDIX_ROOT@ install
40
 
 
41
 
@RPM_POST_INSTALL@
42
 
 
43
 
@RPM_POST_UNINSTALL@
44
 
 
45
 
%files
46
 
%defattr(-,root,root)
47
 
%dir @EMBEDIX_ROOT@/bin
48
 
%dir @EMBEDIX_ROOT@/docs
49
 
%dir @EMBEDIX_ROOT@/include
50
 
%dir @EMBEDIX_ROOT@/lib
51
 
 
52
 
%changelog