File totem-pl-parser.spec of Package totem-pl-parser

#
# spec file for package totem-pl-parser (Version 2.26.2)
#
# Copyright (c) 2009 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.26.2
Release:        1.5
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
Requires:       %{name}-lang = %{version}

%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 --disable-static
make %{?jobs:-j%jobs}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%install
%makeinstall
rm $RPM_BUILD_ROOT/%{_libdir}/*.la
%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 May  5 2009 vuntz@novell.com
- Update to version 2.26.2:
  + Fix relative paths resolution for a number of playlist types
  + Implement support for non-unicode encodings in the XML parser
  + Fix parsing of iTunes podcasts for recent Apple changes
  + Fix incorrect parsing of non-metalink QuickTime files
* Sat Apr  4 2009 vuntz@novell.com
- Update to version 2.26.1:
  + Fix playback of radio streams when the URL has a trailing slash
  + Fix detection of ISOs as VCDs or DVDs
  + Fix parsing of some podcasts with huge amounts of CDATA in the
    XML
- Pass --disable-static to configure, and only remove la files
  manually.
* Mon Mar 16 2009 vuntz@novell.com
- Update to version 2.26.0:
  + Updated translations.
* Mon Mar  9 2009 vuntz@novell.com
- Review changes.
* Wed Mar  4 2009 lmedinas@gmail.com
- Update to version 2.25.92:
  + Updated translations
- Changes from version 2.25.91:
  + Update API documentation
  + Fix PLA writing to make filenames appear correctly on the
    device
  + Fix possible crasher in the itms feed parser
  + Fix crasher when parsing a PLS file with invalid UTF-8
* Mon Feb 16 2009 sbrabec@suse.cz
- Added support for translation-update-upstream (FATE#301344).
* Thu Feb  5 2009 lmedinas@gmail.com
- Update to version 2.25.90:
  + Add support for the WPL playlist type
  + Fix the Python bindings not working
  + Fix a few memory leaks in XSPF parsing
  + Fix parsing of ISO-8859-1 M3U files
  + Ignore rtmp:// URIs
* Sat Dec 20 2008 mboman@suse.de
- Update to version 2.25.1:
  + Port disc detection code to GIO, remove HAL dependency
  + Add a way to disable the libcamel dependency for very
    specific system integration cases
  + Use error codes properly and document them
* Tue Dec 16 2008 coolo@suse.de
- fix typo in last change
* Fri Dec 12 2008 coolo@suse.de
- require the lang subpackage
* 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  6 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
* Wed Mar  5 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.
openSUSE Build Service is sponsored by