File totem-pl-parser.spec of Package totem-pl-parser
#
# spec file for package totem-pl-parser (Version 2.24.1)
#
# Copyright (c) 2008 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/
#
# norootforbuild
BuildRequires: evolution-data-server-devel glib2-devel gnome-vfs2-devel gtk-doc hal-devel intltool libxml2-devel perl-XML-Parser
Name: totem-pl-parser
Version: 2.24.1
Release: 1
License: LGPL v2.0 or later
Group: Productivity/Multimedia/Video/Players
Source0: %{name}-%{version}.tar.bz2
Summary: A simple GObject-based library to parse playlist formats
Url: http://www.gnome.org/projects/totem/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
totem-pl-parser is a simple GObject-based library to parse a host of
playlist formats, to save them too.
Authors:
--------
Bastien Nocera <hadess@hadess.net>
%package devel
License: LGPL v2.0 or later
Group: Development/Libraries/GNOME
Summary: A simple GObject-based library to parse playlist formats
Requires: %{name} = %{version} evolution-data-server-devel gtk2-devel
%description devel
totem-pl-parser is a simple GObject-based library to parse a host of
playlist formats, to save them too.
Authors:
--------
Bastien Nocera <hadess@hadess.net>
%lang_package
%prep
%setup
%build
%configure
make %{?jobs:-j%jobs}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%install
%makeinstall
rm $RPM_BUILD_ROOT/%{_libdir}/*.*a
%find_lang %{name}
%clean
%files
%defattr(-, root, root)
%{_libdir}/*.so.*
%doc %{_datadir}/gtk-doc/html/totem-pl-parser
%files devel
%defattr(-, root, root)
%{_includedir}/totem-pl-parser
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%files lang -f %{name}.lang
%changelog
* Tue Oct 14 2008 mboman@suse.de
- Update to version 2.24.1:
+ Fix DVB channels parsing in Totem
+ Fix parsing of DOS M3U files that don't finish with a line feed
+ Always write '#EXTM3U" at the start of M3U playlists
* Tue Sep 23 2008 mboman@suse.de
- Update to version 2.24.0:
+ Translation updates
* Sat Aug 30 2008 mboman@novell.com
- Update to version 2.23.91:
+ Add support for parsing Zune and ZENCast URLs
+ Fix parsing broken podcasts with HTML comments in them
+ Better detection of Podcasts
+ Fix parsing of QuickTime metalinks masquerading as MPEG-4 files
+ Fix a few memleaks from GIO porting
+ Fixes for the Python bindings
+ Use a nice title for the developer documentation
* Wed Aug 06 2008 captain.magnus@opensuse.org
- Update to version 2.23.3:
+ Fix a possible crasher when detecting the media type of an optical
media, and an error occurs (such the device not being an audio CD)
+ Fix compilation with some setups
* Mon Jun 23 2008 maw@suse.de
- Update to version 2.23.2:
+ Port to gio/gvfs
+ Fix handling of XML-ish files with linefeeds after the document
head
+ Add support for parsing remote DVDs (ISOs and directories)
+ Check mime-type by hand when we get application/octect-stream
as a mime-type
+ Remove trailing linefeeds from titles
+ Ignore pnm:// URLs that are passed to us
+ Fix block device detection code
+ Fix bad detection of itms feeds
+ Work-around problems with filenames when passed .php or .asp
files by the web browser.
* Fri Apr 11 2008 vuntz@suse.de
- Update to version 2.22.2:
+ Add support for feed:// URLs as used by Firefox 3
+ Work-around for feeds with a linefeed straight after "<rss"
* Thu Mar 13 2008 vuntz@suse.de
- Update to version 2.22.1:
+ Updated translations.
- Changes from version 2.22.0:
+ Sort filenames like nautilus does when adding directories
* Tue Mar 04 2008 maw@suse.de
- Update to version 2.21.92:
+ Add support for more metadata when parsing XSPF files, as used on last.fm
+ Better detection of files that aren't recognised as Podcast feeds
+ Detect some additional ASX files
+ Fix parsing of RTSPtext playlist from http://mediathek.zdf.de/
+ Fix parsing of VLC-specific playlists from Freebox
- Remove totem-pl-parser.diff.
* Thu Feb 28 2008 jpr@suse.de
- Add evolution-data-server-devel to -devel requires for camel
* Fri Feb 22 2008 coolo@suse.de
- fix build
* Wed Feb 20 2008 maw@suse.de
- Initial version: 2.21.91.