Update to 3.25.3

This commit is contained in:
Kalev Lember 2017-07-27 13:38:59 +02:00
parent 7eb409ae49
commit be69ba2b58
3 changed files with 16 additions and 9 deletions

1
.gitignore vendored
View File

@ -19,3 +19,4 @@
/totem-pl-parser-3.10.5.tar.xz
/totem-pl-parser-3.10.6.tar.xz
/totem-pl-parser-3.10.7.tar.xz
/totem-pl-parser-3.25.3.tar.xz

View File

@ -1 +1 @@
a316c4c82ac64758d7b57e422a07a75e totem-pl-parser-3.10.7.tar.xz
SHA512 (totem-pl-parser-3.25.3.tar.xz) = 44c378ad1847db7d87c88041d18a271c0d9ae91ba2cef4e3fa5fcbcc0b0feab59e83bec2154bdb4b7db5aa317166676322c494ccc0d2e732d5f555d3364f7284

View File

@ -1,11 +1,11 @@
Name: totem-pl-parser
Version: 3.10.7
Release: 2%{?dist}
Version: 3.25.3
Release: 1%{?dist}
Summary: Totem Playlist Parser library
License: LGPLv2+
Url: https://wiki.gnome.org/Apps/Videos
Source0: https://download.gnome.org/sources/%{name}/3.10/%{name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/%{name}/3.25/%{name}-%{version}.tar.xz
BuildRequires: glib2-devel
BuildRequires: gmime-devel
@ -13,9 +13,10 @@ BuildRequires: libxml2-devel
BuildRequires: libsoup-devel
BuildRequires: gobject-introspection-devel
BuildRequires: gettext
BuildRequires: gtk-doc
BuildRequires: libquvi-devel
BuildRequires: libarchive-devel
BuildRequires: perl(XML::Parser) intltool
BuildRequires: meson
%description
A library to parse and save playlists, as used in music and movie players.
@ -33,12 +34,14 @@ developing applications that use %{name}.
%setup -q
%build
%configure --enable-static=no
make %{?_smp_mflags}
%meson -Denable-gtk-doc=true
%meson_build
%install
%make_install
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%meson_install
# Remove an unwanted spec file; already fixed upstream
rm $RPM_BUILD_ROOT%{_libdir}/pkgconfig/totem-pl-parser.spec
%find_lang %{name} --with-gnome
@ -64,6 +67,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_datadir}/gir-1.0/*.gir
%changelog
* Thu Jul 27 2017 Kalev Lember <klember@redhat.com> - 3.25.3-1
- Update to 3.25.3
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.10.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild