13518a
Name:		totem-pl-parser
13518a
Version:	3.26.1
13518a
Release:	1%{?dist}
13518a
Summary:	Totem Playlist Parser library
13518a
13518a
License:	LGPLv2+
13518a
Url:		https://wiki.gnome.org/Apps/Videos
13518a
Source0:	https://download.gnome.org/sources/%{name}/3.26/%{name}-%{version}.tar.xz
13518a
13518a
BuildRequires:	glib2-devel
13518a
BuildRequires:	libxml2-devel
13518a
BuildRequires:	libsoup-devel
13518a
BuildRequires:	gobject-introspection-devel
13518a
BuildRequires:	gettext
13518a
BuildRequires:	libgcrypt-devel
13518a
BuildRequires:	libquvi-devel
13518a
BuildRequires:	libarchive-devel
13518a
BuildRequires:	perl(XML::Parser) intltool
13518a
13518a
# To remove the GMime dep
13518a
Patch0: 0001-Remove-gmime-dependency.patch
13518a
BuildRequires:	gtk-doc meson
13518a
13518a
%description
13518a
A library to parse and save playlists, as used in music and movie players.
13518a
13518a
13518a
%package        devel
13518a
Summary:        Development files for %{name}
13518a
Requires:       %{name}%{?_isa} = %{version}-%{release}
13518a
13518a
%description    devel
13518a
The %{name}-devel package contains libraries and header files for
13518a
developing applications that use %{name}.
13518a
13518a
%prep
13518a
%setup -q
13518a
%patch0 -p1 -b .gmime
13518a
13518a
%build
13518a
%meson -Denable-gtk-doc=true
13518a
%meson_build
13518a
13518a
%install
13518a
LANG=en_GB.UTF-8 LC_ALL=en_GB.UTF-8 %meson_install
13518a
13518a
%find_lang %{name} --with-gnome
13518a
13518a
%post -p /sbin/ldconfig
13518a
13518a
%postun -p /sbin/ldconfig
13518a
13518a
%files -f %{name}.lang
13518a
%license COPYING.LIB
13518a
%doc AUTHORS NEWS README
13518a
%{_libdir}/*.so.*
13518a
%{_libdir}/girepository-1.0/*.typelib
13518a
%if 0%{?fedora}
13518a
%{_libexecdir}/totem-pl-parser/
13518a
%endif
13518a
13518a
%files devel
13518a
%{_includedir}/*
13518a
%{_libdir}/*.so
13518a
%{_libdir}/pkgconfig/*.pc
13518a
%{_datadir}/gtk-doc/html/totem-pl-parser
13518a
%dir %{_datadir}/gir-1.0
13518a
%{_datadir}/gir-1.0/*.gir
13518a
13518a
%changelog
13518a
* Thu Jun 14 2018 Bastien Nocera <bnocera@redhat.com> - 3.26.1-1
13518a
+ totem-pl-parser-3.26.1-1
13518a
- Update to 3.26.1
13518a
- Resolves: #1569789
13518a
13518a
* Mon Jun 04 2018 Bastien Nocera <bnocera@redhat.com> - 3.26.0-1
13518a
+ totem-pl-parser-3.26.0-1
13518a
- Update to 3.26.0
13518a
- Resolves: #1569789
13518a
13518a
* Wed Sep 21 2016 Kalev Lember <klember@redhat.com> - 3.10.7-1
13518a
- Update to 3.10.7
13518a
- Resolves: #1387049
13518a
13518a
* Thu Apr 30 2015 Bastien Nocera <bnocera@redhat.com> 3.10.5-1
13518a
- Update to 3.10.5
13518a
Resolves: #1174531
13518a
13518a
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.4.5-3
13518a
- Mass rebuild 2014-01-24
13518a
13518a
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.4.5-2
13518a
- Mass rebuild 2013-12-27
13518a
13518a
* Tue May 14 2013 Richard Hughes <rhughes@redhat.com> - 3.4.5-1
13518a
- Update to 3.4.5
13518a
13518a
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.4.4-1
13518a
- Update to 3.4.4
13518a
13518a
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.3-3
13518a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
13518a
13518a
* Thu Jan 17 2013 Tomas Bzatek <tbzatek@redhat.com> - 3.4.3-2
13518a
- Rebuilt for new libarchive
13518a
13518a
* Wed Sep 19 2012 Tomas Bzatek <tbzatek@redhat.com> - 3.4.3-1
13518a
- Update to 3.4.3
13518a
13518a
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.2-2
13518a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
13518a
13518a
* Fri May 18 2012 Richard Hughes <hughsient@gmail.com> - 3.4.2-1
13518a
- Update to 3.4.2
13518a
13518a
* Sat Apr 28 2012 Bastien Nocera <bnocera@redhat.com> 3.4.1-2
13518a
- Remove dependency on gtk2-devel for the devel sub-package
13518a
13518a
* Mon Apr 16 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
13518a
- Update to 3.4.1
13518a
13518a
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
13518a
- Update to 3.4.0
13518a
13518a
* Tue Mar 20 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.92-1
13518a
- Update to 3.3.92
13518a
13518a
* Sun Feb 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.2.0-1
13518a
- Update to 3.2.0
13518a
13518a
* Thu Jan 26 2012 Tomas Bzatek <tbzatek@redhat.com> - 2.32.6-5
13518a
- Rebuilt for new libarchive
13518a
13518a
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.32.6-4
13518a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
13518a
13518a
* Thu Nov 17 2011 Daniel Drake <dsd@laptop.org> 2.32.6-3
13518a
- Add upstream compile fix for libquvi.so.7 (and rebuild for this version)
13518a
- Add upstream compile fix for glib-2.31
13518a
13518a
* Wed Nov 16 2011 Peter Robinson <pbrobinson@fedoraproject.org> 2.32.6-2
13518a
- Rebuild for new libarchive and quvi
13518a
13518a
* Tue Sep 20 2011 Bastien Nocera <bnocera@redhat.com> 2.32.6-1
13518a
- Update to 2.32.6
13518a
13518a
* Mon Jun 27 2011 Adam Williamson <awilliam@redhat.com> 2.32.5-2
13518a
- rebuild for new quvi
13518a
13518a
* Wed May 11 2011 Bastien Nocera <bnocera@redhat.com> 2.32.5-1
13518a
- Update to 2.32.5
13518a
13518a
* Mon Mar 21 2011 Bastien Nocera <bnocera@redhat.com> 2.32.4-1
13518a
- Update to 2.32.4
13518a
13518a
* Mon Feb 21 2011 Bastien Nocera <bnocera@redhat.com> 2.32.3-1
13518a
- Update to 2.32.3
13518a
13518a
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.32.2-3
13518a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
13518a
13518a
* Mon Jan 31 2011 Bastien Nocera <bnocera@redhat.com> 2.32.2-2
13518a
- Fix quvi version dependency
13518a
13518a
* Fri Jan 28 2011 Bastien Nocera <bnocera@redhat.com> 2.32.2-1
13518a
- Update to 2.32.2
13518a
13518a
* Thu Jan 13 2011 Matthias Clasen <mclasen@redhat.com> 2.32.1-2
13518a
- Move girs to -devel
13518a
13518a
* Mon Oct 18 2010 Bastien Nocera <bnocera@redhat.com> 2.32.1-1
13518a
- Update to 2.32.1
13518a
13518a
* Tue Sep 28 2010 Bastien Nocera <bnocera@redhat.com> 2.32.0-1
13518a
- Update to 2.32.0
13518a
13518a
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> 2.31.92-1
13518a
- Update to 2.31.92
13518a
- Rebuild against newer gobject-introspection
13518a
13518a
* Mon Sep 13 2010 Bastien Nocera <bnocera@redhat.com> 2.30.3-1
13518a
- Update to 2.30.3
13518a
13518a
* Wed Aug 04 2010 Bastien Nocera <bnocera@redhat.com> 2.30.2-1
13518a
- Update to 2.30.2
13518a
13518a
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 2.30.1-2
13518a
- Rebuild with new gobject-introspection
13518a
13518a
* Wed May 12 2010 Bastien Nocera <bnocera@redhat.com> 2.30.1-1
13518a
- Update to 2.30.1
13518a
13518a
* Mon Mar 29 2010 Bastien Nocera <bnocera@redhat.com> 2.30.0-1
13518a
- Update to 2.30.0
13518a
13518a
* Mon Mar 15 2010 Bastien Nocera <bnocera@redhat.com> 2.29.92-1
13518a
- Update to 2.29.92
13518a
13518a
* Sat Feb 13 2010 Caolán McNamara <caolanm@redhat.com> 2.29.1-2
13518a
- Rebuild for gmime26
13518a
13518a
* Tue Jan 26 2010 Bastien Nocera <bnocera@redhat.com> 2.29.1-1
13518a
- Update to 2.29.1
13518a
13518a
* Fri Dec 11 2009 Bastien Nocera <bnocera@redhat.com> 2.28.2-1
13518a
- Update to 2.28.2
13518a
13518a
* Thu Oct 15 2009 Bastien Nocera <bnocera@redhat.com> 2.28.1-2
13518a
- Fix crasher when parsing multiple XML-ish playlists in Rhythmbox
13518a
13518a
* Tue Sep 29 2009 Bastien Nocera <bnocera@redhat.com> 2.28.1-1
13518a
- Update to 2.28.1
13518a
13518a
* Mon Sep 21 2009 Bastien Nocera <bnocera@redhat.com> 2.28.0-2
13518a
- Update source URL
13518a
13518a
* Mon Sep 21 2009 Bastien Nocera <bnocera@redhat.com> 2.28.0-1
13518a
- Update to 2.28.0
13518a
13518a
* Tue Sep 15 2009 Bastien Nocera <bnocera@redhat.com> 2.27.92-1
13518a
- Update to 2.27.92
13518a
13518a
* Tue Sep 08 2009 Bastien Nocera <bnocera@redhat.com> 2.27.2-4
13518a
- Version Obsoletes for totem-devel (#520874)
13518a
13518a
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 2.27.2-3
13518a
- Fix URL
13518a
13518a
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.2-2
13518a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
13518a
13518a
* Thu Jul 23 2009 Bastien Nocera <bnocera@redhat.com> 2.27.2-1
13518a
- Update to 2.27.2
13518a
13518a
* Wed May 06 2009 Bastien Nocera <bnocera@redhat.com> 2.27.1-1
13518a
- Update to 2.27.1
13518a
13518a
* Tue Mar 31 2009 - Bastien Nocera <bnocera@redhat.com> - 2.26.1-1
13518a
- Update to 2.26.1
13518a
13518a
* Mon Mar 16 2009 - Bastien Nocera <bnocera@redhat.com> - 2.26.0-1
13518a
- Update to 2.26.0
13518a
13518a
* Tue Mar 03 2009 - Bastien Nocera <bnocera@redhat.com> - 2.25.92-1
13518a
- Update to 2.25.92
13518a
13518a
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
13518a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
13518a
13518a
* Tue Feb 17 2009 - Bastien Nocera <bnocera@redhat.com> - 2.25.91-1
13518a
- Update to 2.25.91
13518a
13518a
* Tue Feb 03 2009 - Bastien Nocera <bnocera@redhat.com> - 2.25.90-1
13518a
- Update to 2.25.90
13518a
13518a
* Tue Feb 03 2009 - Bastien Nocera <bnocera@redhat.com> - 2.25.1-3
13518a
- Rebuild for new libcamel
13518a
13518a
* Tue Dec 09 2008 - Bastien Nocera <bnocera@redhat.com> - 2.25.1-2
13518a
- Add evolution-data-server-devel Requires for the devel package
13518a
13518a
* Mon Dec 08 2008 - Bastien Nocera <bnocera@redhat.com> - 2.25.1-1
13518a
- Update to 2.25.1
13518a
13518a
* Fri Dec 05 2008 Matthew Barnes <mbarnes@redhat.com> - 2.24.2-3
13518a
- Rebuild against newer libcamel.
13518a
13518a
* Fri Nov 14 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.2-2
13518a
- Rebuild
13518a
13518a
* Thu Oct 30 2008 - Bastien Nocera <bnocera@redhat.com> - 2.24.2-1
13518a
- Update to 2.24.2
13518a
13518a
* Tue Oct 21 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.1-2
13518a
- Rebuild
13518a
13518a
* Tue Oct 07 2008 - Bastien Nocera <bnocera@redhat.com> - 2.24.1-1
13518a
- Update to 2.24.1
13518a
13518a
* Sun Sep 21 2008 - Bastien Nocera <bnocera@redhat.com> - 2.24.0-1
13518a
- Update to 2.24.0
13518a
13518a
* Fri Aug 29 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.91-1
13518a
- Update to 2.23.91
13518a
13518a
* Tue Aug  5 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.3-2
13518a
- Rebuild
13518a
13518a
* Mon Jul 14 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.3-1
13518a
- Update to 2.23.3
13518a
- Fixes crasher when totem_cd_detect_type() generates an error (#455014)
13518a
13518a
* Wed Jun 11 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.2-1
13518a
- Update to 2.23.2
13518a
13518a
* Tue May 13 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.1-2
13518a
- Rebuild
13518a
13518a
* Fri May 09 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.1-1
13518a
- Update to 2.23.1
13518a
- Remove gnome-vfs2 dependencies
13518a
13518a
* Wed May 07 2008 - Bastien Nocera <bnocera@redhat.com> - 2.22.2-3
13518a
- Rebuild for new libcamel
13518a
13518a
* Sun May  4 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.2-2
13518a
- Fix source url
13518a
13518a
* Tue Apr 08 2008 - Bastien Nocera <bnocera@redhat.com> - 2.22.2-1
13518a
- Update to 2.22.2
13518a
13518a
* Mon Mar 10 2008 - Bastien Nocera <bnocera@redhat.com> - 2.22.1-1
13518a
- Update to 2.22.1
13518a
13518a
* Mon Mar 10 2008 - Bastien Nocera <bnocera@redhat.com> - 2.22.0-1
13518a
- Update to 2.22.0
13518a
13518a
* Sun Feb 24 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.92-1
13518a
- Update to 2.21.92
13518a
13518a
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.21.91-3
13518a
- Autorebuild for GCC 4.3
13518a
13518a
* Tue Jan 29 2008 - Matthew Barnes <mbarnes@redhat.com> - 2.21.21-2
13518a
- Rebuild against newer libcamel-1.2.
13518a
13518a
* Mon Jan 21 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.91-1
13518a
- Update to 2.21.91
13518a
13518a
* Mon Jan 07 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.90-1
13518a
- Update to 2.21.90
13518a
13518a
* Thu Dec 06 2007 - Bastien Nocera <bnocera@redhat.com> - 2.21.6-1
13518a
- First package
13518a