253 lines
7.1 KiB
RPMSpec
253 lines
7.1 KiB
RPMSpec
Name: totem-pl-parser
|
|
Version: 2.32.4
|
|
Release: 1%{?dist}
|
|
Summary: Totem Playlist Parser library
|
|
|
|
Group: System Environment/Libraries
|
|
License: LGPLv2+
|
|
Url: http://www.gnome.org/projects/totem/
|
|
Source0: http://download.gnome.org/sources/%{name}/2.31/%{name}-%{version}.tar.bz2
|
|
Obsoletes: totem-plparser
|
|
|
|
BuildRequires: glib2-devel
|
|
BuildRequires: gmime-devel
|
|
BuildRequires: libxml2-devel
|
|
BuildRequires: libsoup-devel
|
|
BuildRequires: gobject-introspection-devel
|
|
BuildRequires: gettext
|
|
BuildRequires: quvi-devel
|
|
BuildRequires: perl(XML::Parser) intltool
|
|
|
|
%description
|
|
A library to parse and save playlists, as used in music and movie players.
|
|
|
|
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
Group: Development/Libraries
|
|
Obsoletes: totem-devel < 2.21.90
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: pkgconfig
|
|
Requires: gtk2-devel
|
|
Requires: gobject-introspection-devel
|
|
|
|
%description devel
|
|
The %{name}-devel package contains libraries and header files for
|
|
developing applications that use %{name}.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure --enable-static=no
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
%find_lang %{name} --with-gnome
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root,-)
|
|
%doc AUTHORS COPYING.LIB NEWS README
|
|
%{_libdir}/*.so.*
|
|
%{_libdir}/girepository-1.0/*.typelib
|
|
|
|
%files devel
|
|
%defattr(-,root,root,-)
|
|
%{_includedir}/*
|
|
%{_libdir}/*.so
|
|
%{_libdir}/pkgconfig/*.pc
|
|
%{_datadir}/gtk-doc/html/totem-pl-parser
|
|
%{_datadir}/gir-1.0/*.gir
|
|
|
|
%changelog
|
|
* Mon Mar 21 2011 Bastien Nocera <bnocera@redhat.com> 2.32.4-1
|
|
- Update to 2.32.4
|
|
|
|
* Mon Feb 21 2011 Bastien Nocera <bnocera@redhat.com> 2.32.3-1
|
|
- Update to 2.32.3
|
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.32.2-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
* Mon Jan 31 2011 Bastien Nocera <bnocera@redhat.com> 2.32.2-2
|
|
- Fix quvi version dependency
|
|
|
|
* Fri Jan 28 2011 Bastien Nocera <bnocera@redhat.com> 2.32.2-1
|
|
- Update to 2.32.2
|
|
|
|
* Thu Jan 13 2011 Matthias Clasen <mclasen@redhat.com> 2.32.1-2
|
|
- Move girs to -devel
|
|
|
|
* Mon Oct 18 2010 Bastien Nocera <bnocera@redhat.com> 2.32.1-1
|
|
- Update to 2.32.1
|
|
|
|
* Tue Sep 28 2010 Bastien Nocera <bnocera@redhat.com> 2.32.0-1
|
|
- Update to 2.32.0
|
|
|
|
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> 2.31.92-1
|
|
- Update to 2.31.92
|
|
- Rebuild against newer gobject-introspection
|
|
|
|
* Mon Sep 13 2010 Bastien Nocera <bnocera@redhat.com> 2.30.3-1
|
|
- Update to 2.30.3
|
|
|
|
* Wed Aug 04 2010 Bastien Nocera <bnocera@redhat.com> 2.30.2-1
|
|
- Update to 2.30.2
|
|
|
|
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 2.30.1-2
|
|
- Rebuild with new gobject-introspection
|
|
|
|
* Wed May 12 2010 Bastien Nocera <bnocera@redhat.com> 2.30.1-1
|
|
- Update to 2.30.1
|
|
|
|
* Mon Mar 29 2010 Bastien Nocera <bnocera@redhat.com> 2.30.0-1
|
|
- Update to 2.30.0
|
|
|
|
* Mon Mar 15 2010 Bastien Nocera <bnocera@redhat.com> 2.29.92-1
|
|
- Update to 2.29.92
|
|
|
|
* Sat Feb 13 2010 Caolán McNamara <caolanm@redhat.com> 2.29.1-2
|
|
- Rebuild for gmime26
|
|
|
|
* Tue Jan 26 2010 Bastien Nocera <bnocera@redhat.com> 2.29.1-1
|
|
- Update to 2.29.1
|
|
|
|
* Fri Dec 11 2009 Bastien Nocera <bnocera@redhat.com> 2.28.2-1
|
|
- Update to 2.28.2
|
|
|
|
* Thu Oct 15 2009 Bastien Nocera <bnocera@redhat.com> 2.28.1-2
|
|
- Fix crasher when parsing multiple XML-ish playlists in Rhythmbox
|
|
|
|
* Tue Sep 29 2009 Bastien Nocera <bnocera@redhat.com> 2.28.1-1
|
|
- Update to 2.28.1
|
|
|
|
* Mon Sep 21 2009 Bastien Nocera <bnocera@redhat.com> 2.28.0-2
|
|
- Update source URL
|
|
|
|
* Mon Sep 21 2009 Bastien Nocera <bnocera@redhat.com> 2.28.0-1
|
|
- Update to 2.28.0
|
|
|
|
* Tue Sep 15 2009 Bastien Nocera <bnocera@redhat.com> 2.27.92-1
|
|
- Update to 2.27.92
|
|
|
|
* Tue Sep 08 2009 Bastien Nocera <bnocera@redhat.com> 2.27.2-4
|
|
- Version Obsoletes for totem-devel (#520874)
|
|
|
|
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 2.27.2-3
|
|
- Fix URL
|
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.2-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
* Thu Jul 23 2009 Bastien Nocera <bnocera@redhat.com> 2.27.2-1
|
|
- Update to 2.27.2
|
|
|
|
* Wed May 06 2009 Bastien Nocera <bnocera@redhat.com> 2.27.1-1
|
|
- Update to 2.27.1
|
|
|
|
* Tue Mar 31 2009 - Bastien Nocera <bnocera@redhat.com> - 2.26.1-1
|
|
- Update to 2.26.1
|
|
|
|
* Mon Mar 16 2009 - Bastien Nocera <bnocera@redhat.com> - 2.26.0-1
|
|
- Update to 2.26.0
|
|
|
|
* Tue Mar 03 2009 - Bastien Nocera <bnocera@redhat.com> - 2.25.92-1
|
|
- Update to 2.25.92
|
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
* Tue Feb 17 2009 - Bastien Nocera <bnocera@redhat.com> - 2.25.91-1
|
|
- Update to 2.25.91
|
|
|
|
* Tue Feb 03 2009 - Bastien Nocera <bnocera@redhat.com> - 2.25.90-1
|
|
- Update to 2.25.90
|
|
|
|
* Tue Feb 03 2009 - Bastien Nocera <bnocera@redhat.com> - 2.25.1-3
|
|
- Rebuild for new libcamel
|
|
|
|
* Tue Dec 09 2008 - Bastien Nocera <bnocera@redhat.com> - 2.25.1-2
|
|
- Add evolution-data-server-devel Requires for the devel package
|
|
|
|
* Mon Dec 08 2008 - Bastien Nocera <bnocera@redhat.com> - 2.25.1-1
|
|
- Update to 2.25.1
|
|
|
|
* Fri Dec 05 2008 Matthew Barnes <mbarnes@redhat.com> - 2.24.2-3
|
|
- Rebuild against newer libcamel.
|
|
|
|
* Fri Nov 14 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.2-2
|
|
- Rebuild
|
|
|
|
* Thu Oct 30 2008 - Bastien Nocera <bnocera@redhat.com> - 2.24.2-1
|
|
- Update to 2.24.2
|
|
|
|
* Tue Oct 21 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-2
|
|
- Rebuild
|
|
|
|
* Tue Oct 07 2008 - Bastien Nocera <bnocera@redhat.com> - 2.24.1-1
|
|
- Update to 2.24.1
|
|
|
|
* Sun Sep 21 2008 - Bastien Nocera <bnocera@redhat.com> - 2.24.0-1
|
|
- Update to 2.24.0
|
|
|
|
* Fri Aug 29 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.91-1
|
|
- Update to 2.23.91
|
|
|
|
* Tue Aug 5 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.3-2
|
|
- Rebuild
|
|
|
|
* Mon Jul 14 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.3-1
|
|
- Update to 2.23.3
|
|
- Fixes crasher when totem_cd_detect_type() generates an error (#455014)
|
|
|
|
* Wed Jun 11 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.2-1
|
|
- Update to 2.23.2
|
|
|
|
* Tue May 13 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.1-2
|
|
- Rebuild
|
|
|
|
* Fri May 09 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.1-1
|
|
- Update to 2.23.1
|
|
- Remove gnome-vfs2 dependencies
|
|
|
|
* Wed May 07 2008 - Bastien Nocera <bnocera@redhat.com> - 2.22.2-3
|
|
- Rebuild for new libcamel
|
|
|
|
* Sun May 4 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.2-2
|
|
- Fix source url
|
|
|
|
* Tue Apr 08 2008 - Bastien Nocera <bnocera@redhat.com> - 2.22.2-1
|
|
- Update to 2.22.2
|
|
|
|
* Mon Mar 10 2008 - Bastien Nocera <bnocera@redhat.com> - 2.22.1-1
|
|
- Update to 2.22.1
|
|
|
|
* Mon Mar 10 2008 - Bastien Nocera <bnocera@redhat.com> - 2.22.0-1
|
|
- Update to 2.22.0
|
|
|
|
* Sun Feb 24 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.92-1
|
|
- Update to 2.21.92
|
|
|
|
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.21.91-3
|
|
- Autorebuild for GCC 4.3
|
|
|
|
* Tue Jan 29 2008 - Matthew Barnes <mbarnes@redhat.com> - 2.21.21-2
|
|
- Rebuild against newer libcamel-1.2.
|
|
|
|
* Mon Jan 21 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.91-1
|
|
- Update to 2.21.91
|
|
|
|
* Mon Jan 07 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.90-1
|
|
- Update to 2.21.90
|
|
|
|
* Thu Dec 06 2007 - Bastien Nocera <bnocera@redhat.com> - 2.21.6-1
|
|
- First package
|
|
|