Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
taglib-sharp
taglib-sharp.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File taglib-sharp.spec of Package taglib-sharp
# # spec file for package taglib-sharp # # 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 # 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. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # It seems SLE11 doesn't support _libexecdir, we fix this... %if 0%{?suse_version} <= 1110 %define _libexecdir %{_prefix}/lib %endif Name: taglib-sharp Version: 2.0.5.0 Release: 0 Summary: Multimedia metadata reading/writing library for popular formats License: LGPL-2.1+ Group: Development/Languages/Mono Url: http://download.banshee-project.org/taglib-sharp/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool BuildRequires: pkgconfig %if 0%{?suse_version} >= 1130 BuildRequires: pkgconfig(gnome-sharp-2.0) BuildRequires: pkgconfig(mono) BuildRequires: pkgconfig(mono-nunit) %else BuildRequires: gnome-sharp2-devel BuildRequires: mono-devel BuildRequires: mono-nunit-devel %endif %description TagLib# is a metadata or "tag" reader and writer library that supports the most common movie and music formats, abstracting away format specificity. TagLib# offers either a common API for all formats or access to specific APIs for a given format. Authors: -------- Brian Nickel <brian.nickel@gmail.com> Aaron Bockover <abockover@novell.com> %files %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog NEWS README %{_libexecdir}/mono/gac/ %{_libexecdir}/mono/ %package devel Summary: Multimedia metadata reading/writing library for popular formats Group: Development/Languages/Mono Requires: %{name} = %{version} Requires: pkgconfig %description devel TagLib# is a metadata or "tag" reader and writer library that supports the most common movie and music formats, abstracting away format specificity. TagLib# offers either a common API for all formats or access to specific APIs for a given format. Authors: -------- Brian Nickel <brian.nickel@gmail.com> Aaron Bockover <abockover@novell.com> %files devel %defattr(-, root, root) %{_datadir}/pkgconfig/*.pc %prep %setup -q %build NOCONFIGURE=1 ./autogen.sh %configure \ --libdir=%{_libexecdir} \ --disable-docs make %{?_smp_mflags} %install # For compatibility with <= 1110. make DESTDIR=%{buildroot} install # Move the .pc file to /usr/share/pkgconfig install -Dm 0644 %{name}.pc %{buildroot}%{_datadir}/pkgconfig/%{name}.pc find %{buildroot}%{_libexecdir} -name '*.pc' -type f -delete -print %clean rm -rf %{buildroot} %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor