SHA256
1
0
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:
Stephan Kulow 2012-01-20 21:07:28 +00:00 committed by Git OBS Bridge
commit d65c2fe4a8
5 changed files with 31 additions and 21 deletions

View File

@ -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 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 Thu Aug 6 15:00:44 CEST 2009 - sbrabec@suse.cz

View File

@ -1,7 +1,7 @@
# #
# spec file for package libcddb-utils # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -16,7 +16,6 @@
# #
Name: libcddb-utils Name: libcddb-utils
# WARNING: Do not edit this auto generated file. # WARNING: Do not edit this auto generated file.
#%(sh %{_sourcedir}/libcddb_spec-prepare.sh %{_sourcedir} %{name}) #%(sh %{_sourcedir}/libcddb_spec-prepare.sh %{_sourcedir} %{name})
@ -27,21 +26,23 @@ Name: libcddb-utils
Version: 1.3.2 Version: 1.3.2
Release: 0 Release: 0
Url: http://libcddb.sourceforge.net/ Url: http://libcddb.sourceforge.net/
Group: Productivity/Multimedia/Other
License: LGPL-2.1+
%if %BUILD_CORE %if %BUILD_CORE
Summary: CDDB Access Library Utilities Summary: CDDB Access Library Utilities
License: LGPL-2.1+
Group: Productivity/Multimedia/Other
# bug437293 # bug437293
%ifarch ppc64 %ifarch ppc64
Obsoletes: libcddb-64bit Obsoletes: libcddb-64bit
%endif %endif
%else %else
Summary: CDDB Access Library Utilities Summary: CDDB Access Library Utilities
Group: Productivity/Multimedia/Other
%endif %endif
Source: %{_name}-%{version}.tar.bz2 Source: %{_name}-%{version}.tar.bz2
Source1: %{_name}_spec-prepare.sh Source1: %{_name}_spec-prepare.sh
Source2: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: automake BuildRequires: libtool
BuildRequires: pkg-config BuildRequires: pkg-config
%if %BUILD_UTILS %if %BUILD_UTILS
BuildRequires: libcdio-devel 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 HTTP, and SMTP) to access data on a CDDB server (http://freedb.org). It
tries to be as cross-platform as possible. 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_UTILS
%if %BUILD_CORE %if %BUILD_CORE
%package -n libcddb-utils %package -n libcddb-utils
Summary: CDDB Access Library Utilities Summary: CDDB Access Library Utilities
Group: Productivity/Multimedia/Other
%description -n libcddb-utils %description -n libcddb-utils
Libcddb is a library that implements the different protocols (CDDBP, Libcddb is a library that implements the different protocols (CDDBP,
HTTP, and SMTP) to access data on a CDDB server (http://freedb.org). It HTTP, and SMTP) to access data on a CDDB server (http://freedb.org). It
tries to be as cross-platform as possible. 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
%endif %endif
%if %BUILD_CORE %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. tries to be as cross-platform as possible.
%package devel %package devel
Group: Development/Libraries/C and C++
Summary: CDDB Access Library Summary: CDDB Access Library
Group: Development/Libraries/C and C++
Requires: libcddb2 = %{version} glibc-devel Requires: libcddb2 = %{version} glibc-devel
# bug437293 # bug437293
%ifarch ppc64 %ifarch ppc64

View File

@ -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 Thu Dec 1 16:59:06 UTC 2011 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package libcddb # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -16,7 +16,6 @@
# #
Name: libcddb Name: libcddb
# WARNING: After editing this file please call Re or rpmbuild to update spec file: # WARNING: After editing this file please call Re or rpmbuild to update spec file:
#%(sh %{_sourcedir}/libcddb_spec-prepare.sh %{_sourcedir} %{name}) #%(sh %{_sourcedir}/libcddb_spec-prepare.sh %{_sourcedir} %{name})
@ -27,16 +26,17 @@ Name: libcddb
Version: 1.3.2 Version: 1.3.2
Release: 0 Release: 0
Url: http://libcddb.sourceforge.net/ Url: http://libcddb.sourceforge.net/
Group: Productivity/Multimedia/Other
License: LGPL-2.1+
%if %BUILD_CORE %if %BUILD_CORE
Summary: CDDB Access Library Utilities Summary: CDDB Access Library Utilities
License: LGPL-2.1+
Group: Productivity/Multimedia/Other
# bug437293 # bug437293
%ifarch ppc64 %ifarch ppc64
Obsoletes: libcddb-64bit Obsoletes: libcddb-64bit
%endif %endif
%else %else
Summary: CDDB Access Library Utilities Summary: CDDB Access Library Utilities
Group: Productivity/Multimedia/Other
%endif %endif
Source: %{_name}-%{version}.tar.bz2 Source: %{_name}-%{version}.tar.bz2
Source1: %{_name}_spec-prepare.sh Source1: %{_name}_spec-prepare.sh
@ -62,6 +62,7 @@ tries to be as cross-platform as possible.
%package -n libcddb-utils %package -n libcddb-utils
Summary: CDDB Access Library Utilities Summary: CDDB Access Library Utilities
Group: Productivity/Multimedia/Other
%description -n libcddb-utils %description -n libcddb-utils
Libcddb is a library that implements the different protocols (CDDBP, 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. tries to be as cross-platform as possible.
%package devel %package devel
Group: Development/Libraries/C and C++
Summary: CDDB Access Library Summary: CDDB Access Library
Group: Development/Libraries/C and C++
Requires: libcddb2 = %{version} glibc-devel Requires: libcddb2 = %{version} glibc-devel
# bug437293 # bug437293
%ifarch ppc64 %ifarch ppc64

View File

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
bash libcddb_spec-prepare.sh "$PWD" libcdio bash libcddb_spec-prepare.sh "$PWD" libcddb