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)
|
%define majver %(echo %version | cut -d. -f 1-2)
|
||||||
Name: libtotem-pl-parser
|
Name: libtotem-pl-parser
|
||||||
Version: 3.26.5
|
Version: 3.26.6
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Totem Playlist Parser library
|
Summary: Totem Playlist Parser library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.gnome.org/projects/totem/
|
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
|
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
|
# http://bugzilla.gnome.org/show_bug.cgi?id=561444
|
||||||
Patch: libtotem-pl-parser-2.24.3-add-asynchronous-parsing-functions.patch
|
Patch: libtotem-pl-parser-2.24.3-add-asynchronous-parsing-functions.patch
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Requires: libkrb5
|
|
||||||
Requires: perl-XML-Parser
|
|
||||||
Requires: gettext
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: GConf-devel
|
|
||||||
BuildRequires: gettext-devel
|
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libatk-devel
|
BuildRequires: libarchive-devel
|
||||||
BuildRequires: libbonobo-devel
|
BuildRequires: libgcrypt-devel
|
||||||
BuildRequires: libcairo-devel
|
|
||||||
BuildRequires: libdbus-devel
|
|
||||||
BuildRequires: libevolution-data-server-devel
|
|
||||||
BuildRequires: libfontconfig-devel
|
|
||||||
BuildRequires: libfreetype-devel
|
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgtk-devel
|
BuildRequires: libuchardet-devel
|
||||||
BuildRequires: libkrb5-devel
|
|
||||||
BuildRequires: libpango-devel
|
|
||||||
BuildRequires: libsoup-devel
|
|
||||||
BuildRequires: libsqlite-devel
|
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libz-devel
|
|
||||||
BuildRequires: ORBit2-devel
|
|
||||||
BuildRequires: perl-XML-Parser
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libgmime-devel
|
BuildRequires: libgmime-devel
|
||||||
BuildRequires: libgnome-vfs-devel
|
BuildRequires: libgnome-vfs-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
Requires: libkrb5
|
||||||
|
Requires: perl-XML-Parser
|
||||||
|
Requires: gettext
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A library to parse and save playlists, as used in music and movie players.
|
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}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The %{name}-devel package contains libraries and header files for
|
The %{name}-devel package contains libraries and header files for developing applications that use %{name}.
|
||||||
developing applications that use %{name}.
|
|
||||||
|
|
||||||
%package static
|
%package static
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -59,7 +43,9 @@ Summary: Static libraries for %{name}
|
|||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description static
|
%description static
|
||||||
This package contains static libraries need for development.
|
This package contains static libraries needed for development.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n totem-pl-parser-%{version}
|
%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
|
%files -f totem-pl-parser.lang
|
||||||
%defattr(-,root,root)
|
%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
|
%doc AUTHORS COPYING.LIB
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/totem-pl-parser/1/plparser
|
%dir %{_includedir}/totem-pl-parser/1/plparser
|
||||||
%{_includedir}/totem-pl-parser/1/plparser/totem-*.h
|
%{_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
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%dir %{_datadir}/gtk-doc/html/totem-pl-parser
|
%dir %{_datadir}/gtk-doc/html/totem-pl-parser
|
||||||
%{_datadir}/gtk-doc/html/totem-pl-parser/*
|
%{_datadir}/gtk-doc/html/totem-pl-parser/*
|
||||||
%{_libdir}/girepository-1.0/TotemPlParser-1.0.typelib
|
%doc NEWS README.md
|
||||||
%{_datadir}/gir-1.0/TotemPlParser-1.0.gir
|
|
||||||
%doc NEWS README
|
|
||||||
|
|
||||||
#%files static
|
#%files static
|
||||||
#%defattr(-,root,root)
|
#%defattr(-,root,root)
|
||||||
@ -106,6 +94,9 @@ This package contains static libraries need for development.
|
|||||||
#%{_libdir}/*.la
|
#%{_libdir}/*.la
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Feb 29 2020 Automatic Build System <autodist@mambasoft.it> 3.26.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user