update to 40.1 [release 40.1-1mamba;Sat May 14 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 06:08:44 +01:00
parent 52b31e293d
commit 21587997b3

View File

@ -1,7 +1,7 @@
%define apiver %(echo %version | cut -d. -f 1).0 %define apiver 3
%define majver %(echo %version | cut -d. -f 1-2) %define majver %(echo %version | cut -d. -f 1)
Name: libwnck Name: libwnck
Version: 3.36.0 Version: 40.1
Release: 1mamba Release: 1mamba
Summary: libwnck implements pagers, tasklists, and other such things Summary: libwnck implements pagers, tasklists, and other such things
Group: System/Libraries Group: System/Libraries
@ -9,42 +9,23 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.gnome.org URL: https://www.gnome.org
Source: http://ftp.gnome.org/pub/GNOME/sources/libwnck/%{majver}/%{name}-%{version}.tar.xz Source: https://download.gnome.org/sources/libwnck/%{majver}/%{name}-%{version}.tar.xz
License: LGPL License: LGPL
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: gettext-devel BuildRequires: gettext-devel
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: gtk-doc
BuildRequires: libatk-devel
BuildRequires: libcairo-devel
BuildRequires: libexpat-devel
BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel
BuildRequires: libglib-devel
BuildRequires: libglitz-devel
BuildRequires: libgtk-devel
BuildRequires: libICE-devel
BuildRequires: libpango-devel
BuildRequires: libpixman-devel
BuildRequires: libpng-devel
BuildRequires: libpthread-stubs-devel
BuildRequires: libselinux-devel
BuildRequires: libSM-devel
BuildRequires: libstartup-notification-devel
BuildRequires: libstdc++6-devel
BuildRequires: libuuid-devel
BuildRequires: libX11-devel BuildRequires: libX11-devel
BuildRequires: libXau-devel
BuildRequires: libxcb-devel
BuildRequires: libxcb-util-devel
BuildRequires: libXdmcp-devel
BuildRequires: libXext-devel
BuildRequires: libXrender-devel BuildRequires: libXrender-devel
BuildRequires: libXres-devel BuildRequires: libXres-devel
BuildRequires: libz-devel BuildRequires: libatk-devel
BuildRequires: libcairo-devel
BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglib-devel
BuildRequires: libgtk3-devel
BuildRequires: libpango-devel
BuildRequires: libstartup-notification-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Libwnck (pronounced "libwink") is used to implement pagers, tasklists, and other such things. Libwnck (pronounced "libwink") is used to implement pagers, tasklists, and other such things.
@ -56,8 +37,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel %description devel
Libwnck (pronounced "libwink") is used to implement pagers, tasklists, and other such things. Libwnck (pronounced "libwink") is used to implement pagers, tasklists, and other such things.
This package contains static libraries and header files needed for development.
This package contains static libraries and header files need for development.
%package apidocs %package apidocs
Summary: %{name} API documentation Summary: %{name} API documentation
@ -67,12 +47,14 @@ Requires: gtk-doc
%description apidocs %description apidocs
%{name} API documentation. %{name} API documentation.
%debug_package
%prep %prep
%setup -q %setup -q
%build %build
%meson \ %meson \
-Dgtk-doc=true -Dgtk_doc=true
%meson_build %meson_build
@ -82,7 +64,7 @@ Requires: gtk-doc
rm -f %{buildroot}%{_libdir}/*.la rm -f %{buildroot}%{_libdir}/*.la
%{find_lang} %{name}-%{apiver} %{find_lang} %{name} --all-name
%clean %clean
[ "%{buildroot}" != / ] && rm -rf %{buildroot} [ "%{buildroot}" != / ] && rm -rf %{buildroot}
@ -90,28 +72,32 @@ rm -f %{buildroot}%{_libdir}/*.la
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%files -f %{name}-%{apiver}.lang %files -f %{name}.lang
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/wnck-urgency-monitor %{_libdir}/libwnck-%{apiver}.so.*
%{_libdir}/libwnck-3.so.* %{_libdir}/girepository-1.0/Wnck-*.typelib
%doc AUTHORS COPYING %doc AUTHORS COPYING
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/wnckprop
%{_libdir}/libwnck-3.so
%{_libdir}/girepository-1.0/Wnck-*.typelib
%{_datadir}/gir-1.0/Wnck-*.gir
%{_libdir}/pkgconfig/*.pc
%dir %{_includedir}/libwnck-?.?/libwnck %dir %{_includedir}/libwnck-?.?/libwnck
%{_includedir}/libwnck-?.?/libwnck/*.h %{_includedir}/libwnck-?.?/libwnck/*.h
%{_bindir}/wnck-urgency-monitor
%{_bindir}/wnckprop
%{_libdir}/libwnck-%{apiver}.so
%{_datadir}/gir-1.0/Wnck-*.gir
%{_libdir}/pkgconfig/*.pc
%doc ChangeLog NEWS README %doc ChangeLog NEWS README
#%files apidocs %files apidocs
#%defattr(-,root,root) %defattr(-,root,root)
#%{_datadir}/gtk-doc/html/%{name}-%{apiver}/ %dir %{_datadir}/gtk-doc/html/%{name}-%{apiver}.0
%{_datadir}/gtk-doc/html/%{name}-%{apiver}.0/*
%changelog %changelog
* Sat May 14 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 40.1-1mamba
- update to 40.1
* Tue Feb 09 2021 Automatic Build System <autodist@mambasoft.it> 3.36.0-1mamba * Tue Feb 09 2021 Automatic Build System <autodist@mambasoft.it> 3.36.0-1mamba
- automatic version update by autodist - automatic version update by autodist