]> git.pld-linux.org Git - packages/totem-pl-parser.git/blobdiff - totem-pl-parser.spec
- updated to 3.26.2
[packages/totem-pl-parser.git] / totem-pl-parser.spec
index f2de66ba52c56c492c6430d32024905037dc2971..74d35f607cef825d15a82d01a966ab1c092f58bd 100644 (file)
@@ -1,29 +1,26 @@
 Summary:       Totem Playlist Parser library
 Summary(pl.UTF-8):     Biblioteka analizująca listy odtwarzania Totema
 Name:          totem-pl-parser
-Version:       3.10.8
+Version:       3.26.2
 Release:       1
 License:       LGPL v2+
 Group:         X11/Libraries
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/totem-pl-parser/3.10/%{name}-%{version}.tar.xz
-# Source0-md5: 2c2fb44c3124dd98ec827bcfcd040049
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/totem-pl-parser/3.26/%{name}-%{version}.tar.xz
+# Source0-md5: 841689d9dbf4a36148507f5ba21c8253
 URL:           http://www.gnome.org/projects/totem/
-BuildRequires: autoconf >= 2.62
-BuildRequires: automake >= 1:1.9
 BuildRequires: gettext-tools
 BuildRequires: glib2-devel >= 1:2.36.0
-BuildRequires: gmime3-devel >= 3.0
-BuildRequires: gnome-common >= 3.5.91
 BuildRequires: gobject-introspection-devel >= 0.9.7
 BuildRequires: gtk-doc >= 1.24
-BuildRequires: intltool >= 0.40.0
 BuildRequires: libarchive-devel >= 3.0
 BuildRequires: libgcrypt-devel
 BuildRequires: libquvi-devel >= 0.9.1
 BuildRequires: libsoup-devel >= 2.43.0
-BuildRequires: libtool >= 2:2.2
 BuildRequires: libxml2-devel >= 1:2.6.31
+BuildRequires: meson >= 0.40.1
+BuildRequires: ninja
 BuildRequires: pkgconfig
+BuildRequires: rpmbuild(macros) >= 1.733
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
 Requires:      glib2 >= 1:2.36.0
@@ -49,7 +46,6 @@ Summary(pl.UTF-8):    Pliki nagłówkowe biblioteki totem-pl-parser
 Group:         X11/Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 Requires:      glib2-devel >= 1:2.36.0
-Requires:      gmime3-devel >= 3.0
 Requires:      libarchive-devel >= 3.0
 Requires:      libgcrypt-devel
 Requires:      libxml2-devel >= 1:2.6.31
@@ -91,26 +87,15 @@ Dokumentacja API biblioteki totem-pl-parser.
 %setup -q
 
 %build
-%{__gtkdocize}
-%{__intltoolize}
-%{__libtoolize}
-%{__aclocal} -I m4
-%{__autoconf}
-%{__autoheader}
-%{__automake}
-%configure \
-       --disable-silent-rules \
-       --enable-gtk-doc \
-       --with-html-dir=%{_gtkdocdir}
-
-%{__make}
+%meson build \
+       -Denable-gtk-doc=true
+
+%meson_build -C build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT
 
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
+%meson_install -C build
 
 %find_lang %{name}
 
@@ -122,7 +107,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS NEWS README
 %attr(755,root,root) %{_libdir}/libtotem-plparser-mini.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libtotem-plparser-mini.so.18
 %attr(755,root,root) %{_libdir}/libtotem-plparser.so.*.*.*
This page took 0.075057 seconds and 4 git commands to generate.