automatic version update by autodist [release 3.26.6-1mamba;Mon Jun 28 2021]
This commit is contained in:
parent
46ae8d566a
commit
d65f389c74
@ -1,45 +1,30 @@
|
||||
%define majver %(echo %version | cut -d. -f 1-2)
|
||||
Name: libtotem-pl-parser
|
||||
Version: 3.26.5
|
||||
Release: 1mamba
|
||||
Summary: Totem Playlist Parser library
|
||||
Group: System/Libraries
|
||||
%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: Automatic Build System <autodist@mambasoft.it>
|
||||
URL: http://www.gnome.org/projects/totem/
|
||||
Source: http://ftp.acc.umu.se/pub/GNOME/sources/totem-pl-parser/%{majver}/totem-pl-parser-%{version}.tar.xz
|
||||
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
|
||||
Requires: libkrb5
|
||||
Requires: perl-XML-Parser
|
||||
Requires: gettext
|
||||
Patch: libtotem-pl-parser-2.24.3-add-asynchronous-parsing-functions.patch
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: GConf-devel
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libbonobo-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libdbus-devel
|
||||
BuildRequires: libevolution-data-server-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libarchive-devel
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgtk-devel
|
||||
BuildRequires: libkrb5-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: libsqlite-devel
|
||||
BuildRequires: libuchardet-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: ORBit2-devel
|
||||
BuildRequires: perl-XML-Parser
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libgmime-devel
|
||||
BuildRequires: libgnome-vfs-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Requires: libkrb5
|
||||
Requires: perl-XML-Parser
|
||||
Requires: gettext
|
||||
|
||||
%description
|
||||
A library to parse and save playlists, as used in music and movie players.
|
||||
@ -50,8 +35,7 @@ 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}.
|
||||
The %{name}-devel package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%package static
|
||||
Group: Development/Libraries
|
||||
@ -59,7 +43,9 @@ Summary: Static libraries for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description static
|
||||
This package contains static libraries need for development.
|
||||
This package contains static libraries needed for development.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n totem-pl-parser-%{version}
|
||||
@ -85,20 +71,22 @@ This package contains static libraries need for development.
|
||||
|
||||
%files -f totem-pl-parser.lang
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.so.*
|
||||
%{_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}/*.so
|
||||
%{_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/*
|
||||
%{_libdir}/girepository-1.0/TotemPlParser-1.0.typelib
|
||||
%{_datadir}/gir-1.0/TotemPlParser-1.0.gir
|
||||
%doc NEWS README
|
||||
%doc NEWS README.md
|
||||
|
||||
#%files static
|
||||
#%defattr(-,root,root)
|
||||
@ -106,6 +94,9 @@ This package contains static libraries need for development.
|
||||
#%{_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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user