update to 4.16.0 [release 4.16.0-1mamba;Sat Jan 23 2021]
This commit is contained in:
parent
932204581e
commit
cd64da0994
72
exo.spec
72
exo.spec
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: exo
|
Name: exo
|
||||||
Version: 0.12.11
|
Version: 4.16.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Application library for the Xfce desktop environment
|
Summary: Application library for the Xfce desktop environment
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -8,31 +8,42 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://libexo.os-cillation.com/
|
URL: http://libexo.os-cillation.com/
|
||||||
Source: http://archive.xfce.org/src/xfce/exo/%{majver}/exo-%{version}.tar.bz2
|
Source: https://github.com/xfce-mirror/exo.git/exo-%{version}/exo-%{version}.tar.bz2
|
||||||
|
#Source: http://archive.xfce.org/src/xfce/exo/%{majver}/exo-%{version}.tar.bz2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libICE-devel
|
BuildRequires: libICE-devel
|
||||||
BuildRequires: libSM-devel
|
BuildRequires: libSM-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
|
BuildRequires: libXau-devel
|
||||||
|
BuildRequires: libXdmcp-devel
|
||||||
BuildRequires: libatk-devel
|
BuildRequires: libatk-devel
|
||||||
|
BuildRequires: libbrotli-devel
|
||||||
|
BuildRequires: libbsd-devel
|
||||||
|
BuildRequires: libbzip2-devel
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
BuildRequires: libfontconfig-devel
|
|
||||||
BuildRequires: libfreetype-devel
|
BuildRequires: libfreetype-devel
|
||||||
BuildRequires: libgdk-pixbuf-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgtk2-devel
|
BuildRequires: libgraphite2-devel
|
||||||
|
BuildRequires: libgtk-devel
|
||||||
|
BuildRequires: libharfbuzz-devel
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
|
BuildRequires: libpcre-devel
|
||||||
|
BuildRequires: libpng-devel
|
||||||
|
BuildRequires: libuuid-devel
|
||||||
|
BuildRequires: libxcb-devel
|
||||||
BuildRequires: libxfce4ui-devel
|
BuildRequires: libxfce4ui-devel
|
||||||
BuildRequires: libxfce4util-devel
|
BuildRequires: libxfce4util-devel
|
||||||
BuildRequires: perl-URI
|
BuildRequires: libz-devel
|
||||||
BuildRequires: perl-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: docbook-dtds
|
BuildRequires: docbook-dtds
|
||||||
BuildRequires: docbook-xsl
|
BuildRequires: docbook-xsl
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: libxfce4util-devel >= 4.10
|
BuildRequires: libxfce4util-devel >= 4.16
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Extension library for Xfce, targeted at application development.
|
Extension library for Xfce, targeted at application development.
|
||||||
@ -45,18 +56,29 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description devel
|
%description devel
|
||||||
Static libraries and header files for the exo library.
|
Static libraries and header files for the exo library.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-final --enable-gtk-doc --disable-python --enable-xfce-mcs-manager --enable-xsltproc
|
%configure \
|
||||||
|
--enable-maintainer-mode \
|
||||||
|
--enable-final \
|
||||||
|
--enable-gtk-doc \
|
||||||
|
--disable-python \
|
||||||
|
--enable-xfce-mcs-manager \
|
||||||
|
--enable-xsltproc
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
#make install DESTDIR=%{buildroot} mandir=%{_mandir}
|
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
|
%find_lang exo-2
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -66,6 +88,7 @@ touch --no-create %{_datadir}/icons/hicolor || :
|
|||||||
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
||||||
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
||||||
fi
|
fi
|
||||||
|
:
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
@ -73,37 +96,34 @@ touch --no-create %{_datadir}/icons/hicolor || :
|
|||||||
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
||||||
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
||||||
fi
|
fi
|
||||||
|
:
|
||||||
|
|
||||||
%files
|
%files -f exo-2.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_sysconfdir}/xdg/xfce4/helpers.rc
|
|
||||||
%{_bindir}/exo-desktop-item-edit
|
%{_bindir}/exo-desktop-item-edit
|
||||||
%{_bindir}/exo-open
|
%{_bindir}/exo-open
|
||||||
%{_bindir}/exo-preferred-applications
|
%{_datadir}/pixmaps/exo/exo-thumbnail-frame.png
|
||||||
%{_datadir}/applications
|
|
||||||
%{_datadir}/icons
|
|
||||||
%{_datadir}/locale
|
|
||||||
%{_datadir}/pixmaps
|
|
||||||
%{_datadir}/xfce4
|
|
||||||
%{_libdir}/libexo*.so.*
|
%{_libdir}/libexo*.so.*
|
||||||
%{_libdir}/xfce4/exo-2/exo-helper-2
|
%{_datadir}/icons/hicolor/*/apps/preferences-desktop-default-applications.png
|
||||||
%{_libdir}/xfce4/exo/exo-compose-mail
|
|
||||||
%{_mandir}/man1/exo-open.*
|
%{_mandir}/man1/exo-open.*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/exo-csource
|
%dir %{_includedir}/exo-2
|
||||||
%{_datadir}/gtk-doc
|
%dir %{_includedir}/exo-2/exo
|
||||||
%{_includedir}
|
%{_includedir}/exo-2/exo/*
|
||||||
%{_libdir}/libexo*.so
|
%{_libdir}/libexo*.so
|
||||||
%{_libdir}/libexo*.la
|
%{_libdir}/libexo*.la
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
#%{_docdir}/exo/html/*
|
%dir %{_datadir}/gtk-doc/html/exo-2
|
||||||
%{_mandir}/man1/exo-csource.*
|
%{_datadir}/gtk-doc/html/exo-2/*
|
||||||
%doc ChangeLog NEWS README THANKS TODO
|
%doc NEWS README.md THANKS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 23 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.16.0-1mamba
|
||||||
|
- update to 4.16.0
|
||||||
|
|
||||||
* Thu Dec 19 2019 Automatic Build System <autodist@mambasoft.it> 0.12.11-1mamba
|
* Thu Dec 19 2019 Automatic Build System <autodist@mambasoft.it> 0.12.11-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user