automatic version update by autodist [release 4.16.1-1mamba;Thu Jan 14 2021]
This commit is contained in:
parent
c34480a8ff
commit
a203ca93ce
64
xfwm4.spec
64
xfwm4.spec
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: xfwm4
|
Name: xfwm4
|
||||||
Version: 4.14.6
|
Version: 4.16.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Next generation window manager for Xfce
|
Summary: Next generation window manager for Xfce
|
||||||
Group: Graphical Desktop/Applications/Other
|
Group: Graphical Desktop/Applications/Other
|
||||||
@ -10,13 +10,63 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|||||||
URL: http://www.xfce.org/
|
URL: http://www.xfce.org/
|
||||||
Source: http://archive.xfce.org/src/xfce/xfwm4/%{majver}/xfwm4-%{version}.tar.bz2
|
Source: http://archive.xfce.org/src/xfce/xfwm4/%{majver}/xfwm4-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
## AUTOBUILDREQ-BEGIN
|
||||||
Requires: libxfcegui4 >= 4.4.0
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
|
BuildRequires: libICE-devel
|
||||||
|
BuildRequires: libSM-devel
|
||||||
|
BuildRequires: libX11-devel
|
||||||
|
BuildRequires: libXau-devel
|
||||||
|
BuildRequires: libXcomposite-devel
|
||||||
|
BuildRequires: libXdamage-devel
|
||||||
|
BuildRequires: libXdmcp-devel
|
||||||
|
BuildRequires: libXext-devel
|
||||||
|
BuildRequires: libXfixes-devel
|
||||||
|
BuildRequires: libXinerama-devel
|
||||||
|
BuildRequires: libXrandr-devel
|
||||||
|
BuildRequires: libXrender-devel
|
||||||
|
BuildRequires: libXres-devel
|
||||||
|
BuildRequires: libatk-devel
|
||||||
|
BuildRequires: libblkid-devel
|
||||||
|
BuildRequires: libbrotli-devel
|
||||||
|
BuildRequires: libbsd-devel
|
||||||
|
BuildRequires: libbzip2-devel
|
||||||
|
BuildRequires: libcairo-devel
|
||||||
|
BuildRequires: libdbus-devel
|
||||||
|
BuildRequires: libdbus-glib-devel
|
||||||
|
BuildRequires: libepoxy-devel
|
||||||
|
BuildRequires: libffi-devel
|
||||||
|
BuildRequires: libfreetype-devel
|
||||||
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
|
BuildRequires: libglib-devel
|
||||||
|
BuildRequires: libgraphite2-devel
|
||||||
|
BuildRequires: libgtk-devel
|
||||||
|
BuildRequires: libharfbuzz-devel
|
||||||
|
BuildRequires: libmount-devel
|
||||||
|
BuildRequires: libpango-devel
|
||||||
|
BuildRequires: libpcre-devel
|
||||||
|
BuildRequires: libpng-devel
|
||||||
|
BuildRequires: libselinux-devel
|
||||||
|
BuildRequires: libsepol-devel
|
||||||
|
BuildRequires: libstartup-notification-devel
|
||||||
|
BuildRequires: libsystemd-devel
|
||||||
|
BuildRequires: libuuid-devel
|
||||||
|
BuildRequires: libwnck-devel
|
||||||
|
BuildRequires: libxcb-devel
|
||||||
|
BuildRequires: libxfce4ui-devel
|
||||||
|
BuildRequires: libxfce4util-devel
|
||||||
|
BuildRequires: libxfconf-devel
|
||||||
|
BuildRequires: libz-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libxfcegui4-devel >= 4.4.0
|
BuildRequires: libxfcegui4-devel >= 4.4.0
|
||||||
|
Requires: libxfcegui4 >= 4.4.0
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
xfwm4 is a window manager compatable with GNOME, GNOME2, KDE2, KDE3 and Xfce.
|
xfwm4 is a window manager compatable with GNOME, GNOME2, KDE2, KDE3 and Xfce.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -26,7 +76,6 @@ xfwm4 is a window manager compatable with GNOME, GNOME2, KDE2, KDE3 and Xfce.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
|
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
@ -39,12 +88,14 @@ 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
|
||||||
touch --no-create %{_datadir}/icons/hicolor || :
|
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 -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -59,9 +110,12 @@ fi
|
|||||||
%{_datadir}/xfwm4
|
%{_datadir}/xfwm4
|
||||||
%{_datadir}/themes
|
%{_datadir}/themes
|
||||||
#%{_docdir}/xfwm4
|
#%{_docdir}/xfwm4
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 14 2021 Automatic Build System <autodist@mambasoft.it> 4.16.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Nov 01 2020 Automatic Build System <autodist@mambasoft.it> 4.14.6-1mamba
|
* Sun Nov 01 2020 Automatic Build System <autodist@mambasoft.it> 4.14.6-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user