Skip to content

Commit

Permalink
Fixed some names in package metadata.
Browse files Browse the repository at this point in the history
Change-Id: Ia8e3bf9be30610a3f9449605ffcafe6cfe0cbc21
Reviewed-on: http://review.couchbase.org/12140
Tested-by: Trond Norbye <trond.norbye@gmail.com>
Reviewed-by: Trond Norbye <trond.norbye@gmail.com>
  • Loading branch information
ingenthr authored and trondn committed Jan 8, 2012
1 parent ee03a88 commit c422d4c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
18 changes: 9 additions & 9 deletions packaging/debian/control
Expand Up @@ -4,36 +4,36 @@ Maintainer: Couchbase SDK Team <support@couchbase.com>
Build-Depends: debhelper (>= 7.0.50~), autotools-dev
Standards-Version: 3.9.2
Section: libs
Homepage: http://www.couchbase.org
Homepage: http://www.couchbase.com
Vcs-Browser: https://github.com/membase/libvbucket
Vcs-Git: git://github.com/membase/libvbucket.git

Package: libvbucket-dev
Section: libdevel
Architecture: any
Depends: libvbucket1 (= ${binary:Version}), ${misc:Depends}
Description: vbucket library for memcached, development files
libvbucket is a library providing vbucket distribution layer for memcached
Description: vbucket library for Couchbase, development files
libvbucket is a library providing vbucket distribution layer for Couchbase
clients.
.
This package provides the files needed for development.
This package provides files needed for development with libvucket.

Package: libvbucket1-dbg
Section: debug
Architecture: any
Priority: extra
Depends: libvbucket1 (= ${binary:Version}), ${misc:Depends}
Description: vbucket library for memcached, debug symbols
libvbucket is a library providing vbucket distribution layer for memcached
Description: vbucket library for Couchbase, debug symbols
libvbucket is a library providing vbucket distribution layer for Couchbase
clients.
.
This package provides debugging symbols.

Package: libvbucket1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: vbucket library for memcached
libvbucket is a library providing vbucket distribution layer for memcached
Description: vbucket library for Couchbase
libvbucket is a library providing vbucket distribution layer for Couchbase
clients.
.
This package provides the vbucket support for memcached.
This package provides vbucket support for Couchbase.
14 changes: 7 additions & 7 deletions packaging/rpm/libvbucket.spec.in
@@ -1,36 +1,36 @@
%define _topdir %(pwd)/rpmbuild

Summary: vbucket library for memcached
Summary: vbucket library for Couchbase
Name: libvbucket
Version: @VERSION@
Release: @RELEASE@
Vendor: Couchbase, Inc.
Packager: Couchbase SDK Team <support@couchbase.com>
License: Apache-2
Group: System Environment/Libraries
URL: https://github.com/membase/libvbucket
URL: http://www.couchbase.com
Source: %{name}-%{version}_%{release}.tar.gz
BuildRoot: build/%{name}-%{version}_%{release}

%description
libvbucket is a library providing vbucket distribution layer for memcached
libvbucket is a library providing vbucket distribution layer for Couchbase
clients.

%package -n %{name}1
Group: System Environment/Libraries
Summary: vbucket library for memcached
Summary: vbucket library for Couchbase

%description -n %{name}1
libvbucket is a library providing vbucket distribution layer for memcached
libvbucket is a library providing vbucket distribution layer for Couchbase
clients.

%package devel
Group: Development/Libraries
Summary: vbucket library for memcached - Header files
Summary: vbucket library for Couchbase - Header files
Requires: %{name}1

%description devel
Development files for the vbucket library for memcached.
Development files for the vbucket library for Couchbase.

%prep
%setup -q -n %{name}-%{version}_%{release}
Expand Down

0 comments on commit c422d4c

Please sign in to comment.