update to 1.1.9 [release 1.1.9-1mamba;Sat Nov 26 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 19:34:24 +01:00
parent 097a4cf937
commit edc86c5782

View File

@ -1,20 +1,20 @@
Name: xcompmgr Name: xcompmgr
Version: 1.1.8 Version: 1.1.9
Release: 1mamba Release: 1mamba
Summary: Xcompmgr is a simple composite window manager Summary: Xcompmgr is a simple composite window manager
Group: System/X11 Group: System/X11
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://x.org URL: https://www.x.org/wiki/
Source: http://ftp.x.org/pub/individual/app/xcompmgr-%{version}.tar.bz2 Source: http://ftp.x.org/pub/individual/app/xcompmgr-%{version}.tar.xz
License: MIT License: MIT
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libX11-devel BuildRequires: libX11-devel
BuildRequires: libXcomposite-devel BuildRequires: libXcomposite-devel
BuildRequires: libXdamage-devel BuildRequires: libXdamage-devel
BuildRequires: libXext-devel
BuildRequires: libXfixes-devel BuildRequires: libXfixes-devel
BuildRequires: libXrender-devel BuildRequires: libXrender-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
@ -22,8 +22,9 @@ BuildRequires: libXrender-devel
%description %description
Xcompmgr is a simple composite window manager, capable of rendering drop shadows and, with the use of the transset utility, primitive window transparency. Designed solely as a proof-of-concept, xcompmgr is a lightweight alternative to Compiz Fusion and similar composite managers. Xcompmgr is a simple composite window manager, capable of rendering drop shadows and, with the use of the transset utility, primitive window transparency. Designed solely as a proof-of-concept, xcompmgr is a lightweight alternative to Compiz Fusion and similar composite managers.
%prep %debug_package
%prep
%setup -q %setup -q
%build %build
@ -40,10 +41,13 @@ Xcompmgr is a simple composite window manager, capable of rendering drop shadows
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/xcompmgr %{_bindir}/xcompmgr
%{_mandir}/man1/xcompmgr.1.gz %{_mandir}/man1/xcompmgr.1*
%doc ChangeLog %doc COPYING
%changelog %changelog
* Sat Nov 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.9-1mamba
- update to 1.1.9
* Tue Mar 26 2019 Automatic Build System <autodist@mambasoft.it> 1.1.8-1mamba * Tue Mar 26 2019 Automatic Build System <autodist@mambasoft.it> 1.1.8-1mamba
- automatic version update by autodist - automatic version update by autodist
@ -56,5 +60,5 @@ Xcompmgr is a simple composite window manager, capable of rendering drop shadows
* Tue Jan 26 2010 Automatic Build System <autodist@mambasoft.it> 1.1.5-1mamba * Tue Jan 26 2010 Automatic Build System <autodist@mambasoft.it> 1.1.5-1mamba
- automatic update by autodist - automatic update by autodist
* Sat Oct 30 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.1.4-1mamba * Fri Oct 30 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.1.4-1mamba
- package created by autospec - package created by autospec