Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-release-src > by-pkgid > a9dbcb630108df140e473c0bd3d79f6c > files > 2

taglib-sharp-2.1.0.0-6.mga6.src.rpm

Name:		taglib-sharp
License:	LGPLv2
Group:		Development/Other
Summary:	Metadata library for most common movie and music formats
Url:		http://download.banshee.fm/%{name}
Version:	2.1.0.0
Release:	%mkrel 6
Source0:	http://download.banshee.fm/%{name}/%{version}/%{name}-%{version}.tar.bz2
BuildArch:	noarch
BuildRequires:	mono-devel
BuildRequires:	libexiv-devel

%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.

%package devel
Summary: Development files for %name
Group: Development/Other
Requires: %{name} = %{version}-%{release}

%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.


%prep
%setup -q

%build
sed -i 's!gmcs!mcs!' configure*
%configure2_5x  \
	--libdir=%{_prefix} \
	--disable-docs
%make

%install
%makeinstall_std

%files
%doc AUTHORS NEWS README
%{_prefix}/lib/mono/taglib-sharp
%{_prefix}/lib/mono/gac/taglib-sharp
%{_prefix}/lib/mono/gac/policy.2.0.taglib-sharp

%files devel
%{_datadir}/pkgconfig/taglib-sharp.pc


%changelog
* Thu Dec 03 2015 tv <tv> 2.1.0.0-6.mga6
+ Revision: 907823
- fix finding mono compiler
- rebuild for mono4

* Wed Oct 15 2014 umeabot <umeabot> 2.1.0.0-5.mga5
+ Revision: 743788
- Second Mageia 5 Mass Rebuild

* Tue Sep 16 2014 umeabot <umeabot> 2.1.0.0-4.mga5
+ Revision: 689679
- Mageia 5 Mass Rebuild

* Mon Jun 23 2014 wally <wally> 2.1.0.0-3.mga5
+ Revision: 638877
- rebuild for mga5

* Mon Jan 14 2013 umeabot <umeabot> 2.1.0.0-2.mga3
+ Revision: 384015
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Thu Aug 23 2012 juancho <juancho> 2.1.0.0-1.mga3
+ Revision: 283211
- Updated to 2.1.0.0 and some spec cleanup (work of bersuit apprentice).
- Updated to 2.1.0.0

* Wed Sep 07 2011 tv <tv> 2.0.4.0-1.mga2
+ Revision: 139868
- new version
- add missing examples
- update build deps
- remove checks

* Thu Mar 24 2011 boklm <boklm> 2.0.3.7-4.mga1
+ Revision: 76212
- rebuild for bug #497

* Tue Mar 15 2011 ennael <ennael> 2.0.3.7-3.mga1
+ Revision: 72009
- clean spec file
- imported package taglib-sharp