201 lines
6.4 KiB
RPMSpec
201 lines
6.4 KiB
RPMSpec
%define majver %(echo %version | cut -d. -f 1-2)
|
|
Name: libtotem-pl-parser
|
|
Version: 3.26.6
|
|
Release: 1mamba
|
|
Summary: Totem Playlist Parser library
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://wiki.gnome.org/Apps
|
|
Source: http://ftp.acc.umu.se/pub/GNOME/sources/totem-pl-parser/%{majver}/totem-pl-parser-%{version}.tar.xz
|
|
# http://bugzilla.gnome.org/show_bug.cgi?id=561444
|
|
Patch: libtotem-pl-parser-2.24.3-add-asynchronous-parsing-functions.patch
|
|
License: LGPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libarchive-devel
|
|
BuildRequires: libgcrypt-devel
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libuchardet-devel
|
|
BuildRequires: libxml2-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: libgmime-devel
|
|
BuildRequires: libgnome-vfs-devel
|
|
Requires: libkrb5
|
|
Requires: perl-XML-Parser
|
|
Requires: gettext
|
|
|
|
%description
|
|
A library to parse and save playlists, as used in music and movie players.
|
|
|
|
%package devel
|
|
Group: Development/Libraries
|
|
Summary: Libraries and headers for %{name}
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description devel
|
|
The %{name}-devel package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
%package static
|
|
Group: Development/Libraries
|
|
Summary: Static libraries for %{name}
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description static
|
|
This package contains static libraries needed for development.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q -n totem-pl-parser-%{version}
|
|
#%patch -p0
|
|
|
|
%build
|
|
%meson \
|
|
-Denable-gtk-doc=true
|
|
|
|
%meson_build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%meson_install
|
|
|
|
%find_lang totem-pl-parser
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%post -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files -f totem-pl-parser.lang
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libtotem-plparser*.so.*
|
|
%{_libdir}/girepository-1.0/TotemPlParser-1.0.typelib
|
|
%dir %{_libexecdir}/totem-pl-parser
|
|
%{_libexecdir}/totem-pl-parser/README-videosite-script.md
|
|
%doc AUTHORS COPYING.LIB
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%dir %{_includedir}/totem-pl-parser/1/plparser
|
|
%{_includedir}/totem-pl-parser/1/plparser/totem-*.h
|
|
%{_libdir}/libtotem-plparser*.so
|
|
%{_datadir}/gir-1.0/TotemPlParser-1.0.gir
|
|
%{_libdir}/pkgconfig/*.pc
|
|
%dir %{_datadir}/gtk-doc/html/totem-pl-parser
|
|
%{_datadir}/gtk-doc/html/totem-pl-parser/*
|
|
%doc NEWS README.md
|
|
|
|
#%files static
|
|
#%defattr(-,root,root)
|
|
#%{_libdir}/*.a
|
|
#%{_libdir}/*.la
|
|
|
|
%changelog
|
|
* Mon Jun 28 2021 Automatic Build System <autodist@mambasoft.it> 3.26.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Feb 29 2020 Automatic Build System <autodist@mambasoft.it> 3.26.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Nov 24 2019 Automatic Build System <autodist@mambasoft.it> 3.26.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Nov 18 2017 Automatic Build System <autodist@mambasoft.it> 3.10.8-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri Feb 05 2016 Automatic Build System <autodist@mambasoft.it> 3.10.6-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed Jun 10 2015 Automatic Build System <autodist@mambasoft.it> 3.10.5-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed Mar 11 2015 Automatic Build System <autodist@mambasoft.it> 3.10.4-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Sep 22 2014 Automatic Build System <autodist@mambasoft.it> 3.10.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Mar 24 2014 Automatic Build System <autodist@mambasoft.it> 3.10.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Feb 19 2014 Automatic Build System <autodist@mambasoft.it> 3.10.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Oct 28 2013 Automatic Build System <autodist@mambasoft.it> 3.10.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue May 14 2013 Automatic Build System <autodist@mambasoft.it> 3.4.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Mar 26 2013 Automatic Build System <autodist@mambasoft.it> 3.4.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Sep 25 2012 Automatic Build System <autodist@mambasoft.it> 3.4.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue May 15 2012 Automatic Build System <autodist@mambasoft.it> 3.4.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Apr 16 2012 Automatic Build System <autodist@mambasoft.it> 3.4.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Apr 02 2012 Automatic Build System <autodist@mambasoft.it> 3.4.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Oct 01 2011 Automatic Build System <autodist@mambasoft.it> 2.32.6-1mamba
|
|
- update to 2.32.6
|
|
|
|
* Tue May 10 2011 Automatic Build System <autodist@mambasoft.it> 2.32.5-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Mar 21 2011 Automatic Build System <autodist@mambasoft.it> 2.32.4-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Feb 21 2011 Automatic Build System <autodist@mambasoft.it> 2.32.3-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri Jan 28 2011 Automatic Build System <autodist@mambasoft.it> 2.32.2-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Oct 18 2010 Automatic Build System <autodist@mambasoft.it> 2.32.1-1mamba
|
|
- automatic update to 2.32.1 by autodist
|
|
|
|
* Wed Sep 29 2010 Automatic Build System <autodist@mambasoft.it> 2.32.0-1mamba
|
|
- automatic update to 2.32.0 by autodist
|
|
|
|
* Tue Sep 28 2010 Automatic Build System <autodist@mambasoft.it> 2.30.4-1mamba
|
|
- automatic update to 2.30.4 by autodist
|
|
|
|
* Mon Sep 13 2010 Automatic Build System <autodist@mambasoft.it> 2.30.3-1mamba
|
|
- automatic update to 2.30.3 by autodist
|
|
|
|
* Mon Aug 09 2010 Automatic Build System <autodist@mambasoft.it> 2.30.2-1mamba
|
|
- automatic update to 2.30.2 by autodist
|
|
|
|
* Sat May 22 2010 Automatic Build System <autodist@mambasoft.it> 2.30.1-1mamba
|
|
- update to 2.30.1
|
|
|
|
* Sun Mar 01 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.24.4-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri Dec 12 2008 gil <puntogil@libero.it> 2.24.3-2mamba
|
|
- added patch for http://bugzilla.gnome.org/show_bug.cgi?id=561444
|
|
|
|
* Wed Dec 10 2008 gil <puntogil@libero.it> 2.24.3-1mamba
|
|
- update to 2.24.3
|
|
|
|
* Tue Oct 21 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 2.24.1-1mamba
|
|
- update to 2.24.1
|
|
|
|
* Tue Sep 30 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 2.24.0-1mamba
|
|
- update to 2.24.0
|
|
|
|
* Wed Sep 10 2008 gil <puntogil@libero.it> 2.22.2-2mamba
|
|
- fixed some buildrequires
|
|
|
|
* Thu Aug 28 2008 gil <puntogil@libero.it> 2.22.2-1mamba
|
|
- package created by autospec
|