|
@@ -1,33 +1,28 @@
|
|
-%define debug_package %{nil}
|
|
|
|
-
|
|
|
|
Name: taglib-sharp
|
|
Name: taglib-sharp
|
|
-Version: 2.0.3.7
|
|
+Version: 2.1.0.0
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
Summary: Provides tag reading and writing for Banshee and other Mono apps
|
|
Summary: Provides tag reading and writing for Banshee and other Mono apps
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
License: LGPLv2+
|
|
License: LGPLv2+
|
|
URL: http://download.banshee-project.org/taglib-sharp/
|
|
URL: http://download.banshee-project.org/taglib-sharp/
|
|
-Source0: http://download.banshee-project.org/taglib-sharp/%{version}/%{name}-%{version}.tar.bz2
|
|
+Source0: http://download.banshee.fm/taglib-sharp/2.1.0.0/taglib-sharp-2.1.0.0.tar.bz2
|
|
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
-
|
|
|
|
-# Mono only available on these:
|
|
|
|
-ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 %{arm} sparcv9 alpha s390x
|
|
|
|
|
|
|
|
-BuildRequires: mono-devel, monodoc, gnome-sharp2
|
|
+BuildArch: noarch
|
|
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
+BuildRequires: autoconf automake libtool
|
|
|
|
+BuildRequires: gnome-sharp2-devel
|
|
|
|
+BuildRequires: mono-devel
|
|
|
|
+BuildRequires: mono-nunit-devel
|
|
|
|
+BuildRequires: monodoc
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
|
|
|
|
%description
|
|
%description
|
|
-TagLib# is a FREE and Open Source library for the .NET 2.0 and Mono frameworks
|
|
+TagLib# is a metadata or "tag" reader and writer library that supports the
|
|
-which will let you tag your software with as much or as little detail as you
|
|
+most common movie and music formats, abstracting away format specificity.
|
|
-like without slowing you down. It supports a large variety of movie and music
|
|
+TagLib# offers either a common API for all formats or access to specific
|
|
-formats which abstract away the work, handling all the different cases, so all
|
|
|
|
-you have to do is access file.Tag.Title, file.Tag.Lyrics, or my personal
|
|
|
|
-favorite file.Tag.Pictures. But don't think all this abstraction is gonna keep
|
|
|
|
-you from tagging's greatest gems. You can still get to a specific tag type's
|
|
|
|
-features with just a few lines of code.
|
|
|
|
|
|
|
|
%package devel
|
|
%package devel
|
|
Summary: Provides tag reading and writing for Banshee and other Mono apps
|
|
Summary: Provides tag reading and writing for Banshee and other Mono apps
|
|
@@ -39,7 +34,7 @@ Requires: pkgconfig
|
|
Development files for taglib-sharp.
|
|
Development files for taglib-sharp.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
-%setup -q
|
|
+%setup -q
|
|
|
|
|
|
%build
|
|
%build
|
|
# Docs are broken.
|
|
# Docs are broken.
|
|
@@ -47,23 +42,32 @@ Development files for taglib-sharp.
|
|
make %{?_smp_mflags}
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
%install
|
|
%install
|
|
|
|
+rm -rf $RPM_BUILD_ROOT
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
|
|
|
|
|
-mkdir -p %{buildroot}%{_libdir}/pkgconfig
|
|
+#mkdir -p %{buildroot}%{_libdir}/pkgconfig
|
|
-mv %{buildroot}%{_datadir}/pkgconfig/*.pc %{buildroot}%{_libdir}/pkgconfig/
|
|
+#mv %{buildroot}%{_datadir}/pkgconfig/*.pc %{buildroot}%{_libdir}/pkgconfig/
|
|
|
|
+
|
|
|
|
+%clean
|
|
|
|
+rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%doc COPYING
|
|
+%doc AUTHORS COPYING ChangeLog NEWS README
|
|
%{_prefix}/lib/mono/gac/*/
|
|
%{_prefix}/lib/mono/gac/*/
|
|
%{_prefix}/lib/mono/taglib-sharp/
|
|
%{_prefix}/lib/mono/taglib-sharp/
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
# %%doc %{_libdir}/monodoc/sources/taglib-sharp-docs*
|
|
# %%doc %{_libdir}/monodoc/sources/taglib-sharp-docs*
|
|
-%{_libdir}/pkgconfig/taglib-sharp.pc
|
|
+%{_datadir}/pkgconfig/taglib-sharp.pc
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Apr 1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.1.0.0-1
|
|
|
|
+- updated to 2.1.0.0
|
|
|
|
+- built with mono 3.12.1
|
|
|
|
+- changed BuildArch to noarch
|
|
|
|
+
|
|
* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.3.7-2
|
|
* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.3.7-2
|
|
- rebuild with VineSeed environment
|
|
- rebuild with VineSeed environment
|
|
|
|
|