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
Version: 1.1.8
Version: 1.1.9
Release: 1mamba
Summary: Xcompmgr is a simple composite window manager
Group: System/X11
Vendor: openmamba
Distribution: openmamba
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
URL: http://x.org
Source: http://ftp.x.org/pub/individual/app/xcompmgr-%{version}.tar.bz2
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.x.org/wiki/
Source: http://ftp.x.org/pub/individual/app/xcompmgr-%{version}.tar.xz
License: MIT
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libX11-devel
BuildRequires: libXcomposite-devel
BuildRequires: libXdamage-devel
BuildRequires: libXext-devel
BuildRequires: libXfixes-devel
BuildRequires: libXrender-devel
## AUTOBUILDREQ-END
@ -22,8 +22,9 @@ BuildRequires: libXrender-devel
%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.
%prep
%debug_package
%prep
%setup -q
%build
@ -40,10 +41,13 @@ Xcompmgr is a simple composite window manager, capable of rendering drop shadows
%files
%defattr(-,root,root)
%{_bindir}/xcompmgr
%{_mandir}/man1/xcompmgr.1.gz
%doc ChangeLog
%{_mandir}/man1/xcompmgr.1*
%doc COPYING
%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
- 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
- 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