update to 40.0 [release 40.0-1mamba;Sat Mar 27 2021]
This commit is contained in:
parent
9b302c9007
commit
f3da12d87e
46
yelp.spec
46
yelp.spec
@ -1,7 +1,6 @@
|
|||||||
%define libname lib%{name}
|
%define MAJver %(echo %version | cut -d. -f1)
|
||||||
|
|
||||||
Name: yelp
|
Name: yelp
|
||||||
Version: 3.38.3
|
Version: 40.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Gnome help viewer
|
Summary: Gnome help viewer
|
||||||
Group: Graphical Desktop/Applications/Utilities
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
@ -9,7 +8,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://live.gnome.org/Yelp
|
URL: https://live.gnome.org/Yelp
|
||||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/yelp/%{majorminor}/yelp-%{version}.tar.xz
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/yelp/%{MAJver}/yelp-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -39,7 +38,7 @@ BuildRequires: libz-devel
|
|||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: perl-XML-Parser
|
BuildRequires: perl-XML-Parser
|
||||||
BuildRequires: yelp-xsl-devel
|
BuildRequires: yelp-xsl-devel
|
||||||
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Requires: gnome-doc-utils
|
Requires: gnome-doc-utils
|
||||||
Requires: yelp-xsl
|
Requires: yelp-xsl
|
||||||
Requires: man
|
Requires: man
|
||||||
@ -50,29 +49,29 @@ Together with gnome-doc-utils, Yelp serves as a DocBook viewer, a man page viewe
|
|||||||
This page serves as a development workspace for Yelp and gnome-doc-utils.
|
This page serves as a development workspace for Yelp and gnome-doc-utils.
|
||||||
For the content that goes into Yelp, see the GNOME DocumentationProject.
|
For the content that goes into Yelp, see the GNOME DocumentationProject.
|
||||||
|
|
||||||
%package -n %{libname}
|
%package -n lib%{name}
|
||||||
Summary: Shared libraries for %{name}
|
Summary: Shared libraries for %{name}
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n %{libname}
|
%description -n lib%{name}
|
||||||
This package contains shared libraries for %{name}.
|
This package contains shared libraries for %{name}.
|
||||||
|
|
||||||
%package -n %{libname}-devel
|
%package -n lib%{name}-devel
|
||||||
Summary: Development files for %{libname}
|
Summary: Development files for lib%{name}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description -n %{libname}-devel
|
%description -n lib%{name}-devel
|
||||||
This package contains libraries and header files for developing applications that use %{libname}.
|
This package contains libraries and header files for developing applications that use lib%{name}.
|
||||||
|
|
||||||
%package -n %{libname}-apidocs
|
%package -n lib%{name}-apidocs
|
||||||
Summary: %{libname} API documentation
|
Summary: lib%{name} API documentation
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Requires: gtk-doc
|
Requires: gtk-doc
|
||||||
|
|
||||||
%description -n %{libname}-apidocs
|
%description -n lib%{name}-apidocs
|
||||||
This package includes the %{libname} API documentation.
|
This package includes the lib%{name} API documentation.
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
@ -106,8 +105,8 @@ fi
|
|||||||
%posttrans
|
%posttrans
|
||||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas >/dev/null 2>&1 ||:
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas >/dev/null 2>&1 ||:
|
||||||
|
|
||||||
%post -n %{libname} -p /sbin/ldconfig
|
%post -n lib%{name} -p /sbin/ldconfig
|
||||||
%postun -n %{libname} -p /sbin/ldconfig
|
%postun -n lib%{name} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -122,7 +121,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >/dev/null 2>&1 ||:
|
|||||||
%{_datadir}/metainfo/yelp.appdata.xml
|
%{_datadir}/metainfo/yelp.appdata.xml
|
||||||
%{_datadir}/yelp-xsl/xslt/common/domains/yelp.xml
|
%{_datadir}/yelp-xsl/xslt/common/domains/yelp.xml
|
||||||
|
|
||||||
%files -n %{libname}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libyelp.so.*
|
%{_libdir}/libyelp.so.*
|
||||||
%dir %{_libdir}/yelp
|
%dir %{_libdir}/yelp
|
||||||
@ -131,17 +130,20 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >/dev/null 2>&1 ||:
|
|||||||
%{_libdir}/yelp/web-extensions/libyelpwebextension.so
|
%{_libdir}/yelp/web-extensions/libyelpwebextension.so
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files -n %{libname}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libyelp.so
|
%{_libdir}/libyelp.so
|
||||||
%{_includedir}/libyelp
|
%{_includedir}/libyelp
|
||||||
%doc NEWS README ChangeLog
|
%doc NEWS README ChangeLog
|
||||||
|
|
||||||
%files -n %{libname}-apidocs
|
%files -n lib%{name}-apidocs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/gtk-doc/html/libyelp
|
%{_datadir}/gtk-doc/html/libyelp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 40.0-1mamba
|
||||||
|
- update to 40.0
|
||||||
|
|
||||||
* Thu Feb 25 2021 Automatic Build System <autodist@mambasoft.it> 3.38.3-1mamba
|
* Thu Feb 25 2021 Automatic Build System <autodist@mambasoft.it> 3.38.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user