forked from pool/libcddb
Accepting request 100660 from multimedia:libs
- fix pre_checkin.sh - add libtool as buildrequire to avoid implicit dependency - Package baselibs.conf - fix pre_checkin.sh OBS-URL: https://build.opensuse.org/request/show/100660 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcddb?expand=0&rev=18
This commit is contained in:
commit
d65c2fe4a8
@ -1,7 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 19 07:51:46 UTC 2012 - coolo@suse.com
|
||||
|
||||
- fix pre_checkin.sh
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 1 16:59:06 UTC 2011 - coolo@suse.com
|
||||
|
||||
- add automake as buildrequire to avoid implicit dependency
|
||||
- add libtool as buildrequire to avoid implicit dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 31 21:09:13 CET 2010 - jengelh@medozas.de
|
||||
|
||||
- Package baselibs.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 6 15:00:44 CEST 2009 - sbrabec@suse.cz
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libcddb-utils
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,7 +16,6 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: libcddb-utils
|
||||
# WARNING: Do not edit this auto generated file.
|
||||
#%(sh %{_sourcedir}/libcddb_spec-prepare.sh %{_sourcedir} %{name})
|
||||
@ -27,21 +26,23 @@ Name: libcddb-utils
|
||||
Version: 1.3.2
|
||||
Release: 0
|
||||
Url: http://libcddb.sourceforge.net/
|
||||
Group: Productivity/Multimedia/Other
|
||||
License: LGPL-2.1+
|
||||
%if %BUILD_CORE
|
||||
Summary: CDDB Access Library Utilities
|
||||
License: LGPL-2.1+
|
||||
Group: Productivity/Multimedia/Other
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: libcddb-64bit
|
||||
%endif
|
||||
%else
|
||||
Summary: CDDB Access Library Utilities
|
||||
Group: Productivity/Multimedia/Other
|
||||
%endif
|
||||
Source: %{_name}-%{version}.tar.bz2
|
||||
Source1: %{_name}_spec-prepare.sh
|
||||
Source2: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: automake
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkg-config
|
||||
%if %BUILD_UTILS
|
||||
BuildRequires: libcdio-devel
|
||||
@ -56,25 +57,18 @@ Libcddb is a library that implements the different protocols (CDDBP,
|
||||
HTTP, and SMTP) to access data on a CDDB server (http://freedb.org). It
|
||||
tries to be as cross-platform as possible.
|
||||
|
||||
Libcddb is a library that implements the different protocols (CDDBP,
|
||||
HTTP, and SMTP) to access data on a CDDB server (http://freedb.org). It
|
||||
tries to be as cross-platform as possible.
|
||||
|
||||
%if %BUILD_UTILS
|
||||
%if %BUILD_CORE
|
||||
|
||||
%package -n libcddb-utils
|
||||
Summary: CDDB Access Library Utilities
|
||||
Group: Productivity/Multimedia/Other
|
||||
|
||||
%description -n libcddb-utils
|
||||
Libcddb is a library that implements the different protocols (CDDBP,
|
||||
HTTP, and SMTP) to access data on a CDDB server (http://freedb.org). It
|
||||
tries to be as cross-platform as possible.
|
||||
|
||||
Libcddb is a library that implements the different protocols (CDDBP,
|
||||
HTTP, and SMTP) to access data on a CDDB server (http://freedb.org). It
|
||||
tries to be as cross-platform as possible.
|
||||
|
||||
%endif
|
||||
%endif
|
||||
%if %BUILD_CORE
|
||||
@ -97,8 +91,8 @@ HTTP, and SMTP) to access data on a CDDB server (http://freedb.org). It
|
||||
tries to be as cross-platform as possible.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries/C and C++
|
||||
Summary: CDDB Access Library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libcddb2 = %{version} glibc-devel
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 19 07:51:46 UTC 2012 - coolo@suse.com
|
||||
|
||||
- fix pre_checkin.sh
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 1 16:59:06 UTC 2011 - coolo@suse.com
|
||||
|
||||
|
11
libcddb.spec
11
libcddb.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libcddb
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,7 +16,6 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: libcddb
|
||||
# WARNING: After editing this file please call Re or rpmbuild to update spec file:
|
||||
#%(sh %{_sourcedir}/libcddb_spec-prepare.sh %{_sourcedir} %{name})
|
||||
@ -27,16 +26,17 @@ Name: libcddb
|
||||
Version: 1.3.2
|
||||
Release: 0
|
||||
Url: http://libcddb.sourceforge.net/
|
||||
Group: Productivity/Multimedia/Other
|
||||
License: LGPL-2.1+
|
||||
%if %BUILD_CORE
|
||||
Summary: CDDB Access Library Utilities
|
||||
License: LGPL-2.1+
|
||||
Group: Productivity/Multimedia/Other
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: libcddb-64bit
|
||||
%endif
|
||||
%else
|
||||
Summary: CDDB Access Library Utilities
|
||||
Group: Productivity/Multimedia/Other
|
||||
%endif
|
||||
Source: %{_name}-%{version}.tar.bz2
|
||||
Source1: %{_name}_spec-prepare.sh
|
||||
@ -62,6 +62,7 @@ tries to be as cross-platform as possible.
|
||||
|
||||
%package -n libcddb-utils
|
||||
Summary: CDDB Access Library Utilities
|
||||
Group: Productivity/Multimedia/Other
|
||||
|
||||
%description -n libcddb-utils
|
||||
Libcddb is a library that implements the different protocols (CDDBP,
|
||||
@ -90,8 +91,8 @@ HTTP, and SMTP) to access data on a CDDB server (http://freedb.org). It
|
||||
tries to be as cross-platform as possible.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries/C and C++
|
||||
Summary: CDDB Access Library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libcddb2 = %{version} glibc-devel
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
bash libcddb_spec-prepare.sh "$PWD" libcdio
|
||||
bash libcddb_spec-prepare.sh "$PWD" libcddb
|
||||
|
Loading…
Reference in New Issue
Block a user