2007-01-16 00:22:10 +01:00
|
|
|
#
|
2011-04-18 10:48:47 +02:00
|
|
|
# spec file for package libid3tag
|
2007-01-16 00:22:10 +01:00
|
|
|
#
|
2011-04-18 10:48:47 +02:00
|
|
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:22:10 +01:00
|
|
|
#
|
2009-06-19 00:59:56 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-16 00:22:10 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-05-16 14:37:30 +02:00
|
|
|
|
2007-01-16 00:22:10 +01:00
|
|
|
Name: libid3tag
|
2007-03-29 12:03:32 +02:00
|
|
|
BuildRequires: gperf zlib-devel
|
2011-04-18 10:48:37 +02:00
|
|
|
BuildRequires: pkg-config
|
2011-11-19 21:42:29 +01:00
|
|
|
BuildRequires: libtool
|
2007-01-16 00:22:10 +01:00
|
|
|
Summary: ID3 Tag Manipulation Library
|
|
|
|
Version: 0.15.1b
|
2011-04-18 10:48:47 +02:00
|
|
|
Release: 169
|
2007-01-16 00:22:10 +01:00
|
|
|
Group: System/Libraries
|
2011-04-18 10:48:47 +02:00
|
|
|
License: GPLv2+
|
2008-05-16 14:37:30 +02:00
|
|
|
Url: http://www.underbit.com/products/mad/
|
2007-01-16 00:22:10 +01:00
|
|
|
Source: %{name}-%{version}.tar.bz2
|
|
|
|
Patch: libid3tag-noweak.dif
|
|
|
|
Patch1: libid3tag-gperf.dif
|
|
|
|
Patch2: libid3tag-0.15.1b-mb.diff
|
|
|
|
Patch3: libid3tag-automake-fix.dif
|
|
|
|
Patch4: libid3tag-optflags.patch
|
2008-05-16 14:37:30 +02:00
|
|
|
Patch5: libid3tag-0.15.1b-fix_overflow.patch
|
2007-01-16 00:22:10 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
libid3tag is a library for reading and writing ID3 tags, both ID3v1 and
|
|
|
|
the various versions of ID3v2.
|
|
|
|
|
|
|
|
%package devel
|
2011-04-18 10:48:47 +02:00
|
|
|
License: GPLv2+
|
2007-01-16 00:22:10 +01:00
|
|
|
Summary: Development package for libid3tag library
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: libid3tag = %version zlib-devel
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains the header files and static libraries needed to
|
|
|
|
develop applications with libid3tag.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%patch
|
|
|
|
%patch1
|
|
|
|
%patch2
|
|
|
|
%patch3
|
|
|
|
%patch4
|
2008-05-16 14:37:30 +02:00
|
|
|
%patch5
|
2007-01-16 00:22:10 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
autoreconf -fi
|
2008-05-16 14:37:30 +02:00
|
|
|
%configure --disable-static
|
|
|
|
make %{?jobs:-j %jobs}
|
|
|
|
echo -e "prefix=%_prefix\nexec_prefix=%_prefix\nlibdir=%_libdir\nincludedir=%_includedir\nName: id3tag\nDescription: ID3 tag library\nRequires:\nVersion: %version\nLibs: -L%_libdir -lid3tag\nLibs.private: -lz\nCflags: -I%_includedir\n" > id3tag.pc
|
2007-01-16 00:22:10 +01:00
|
|
|
|
|
|
|
%install
|
2008-05-16 14:37:30 +02:00
|
|
|
%makeinstall
|
2007-01-16 00:22:10 +01:00
|
|
|
install -m 644 -D id3tag.pc %{buildroot}%{_libdir}/pkgconfig/id3tag.pc
|
2008-05-16 14:37:30 +02:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/libid3tag*.*a
|
2007-01-16 00:22:10 +01:00
|
|
|
|
2008-05-16 14:37:30 +02:00
|
|
|
%post -p /sbin/ldconfig
|
2007-01-16 00:22:10 +01:00
|
|
|
|
2008-05-16 14:37:30 +02:00
|
|
|
%postun -p /sbin/ldconfig
|
2007-01-16 00:22:10 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/lib*.so.*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2008-05-16 14:37:30 +02:00
|
|
|
%doc CHANGES COPYING COPYRIGHT CREDITS README TODO VERSION
|
2007-01-16 00:22:10 +01:00
|
|
|
%{_includedir}/*
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/pkgconfig/id3tag.pc
|
|
|
|
|
2007-03-29 12:03:32 +02:00
|
|
|
%changelog
|