From 98578cbb6ed488922360d8a2cd12fbf5844260cd Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 19:34:24 +0100 Subject: [PATCH] automatic version update by autodist [release 1.1.6-1mamba;Wed Feb 15 2012] --- README.md | 2 ++ xcompmgr.spec | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 xcompmgr.spec diff --git a/README.md b/README.md index 953485d..2248180 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # xcompmgr +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. + diff --git a/xcompmgr.spec b/xcompmgr.spec new file mode 100644 index 0000000..8ead8a9 --- /dev/null +++ b/xcompmgr.spec @@ -0,0 +1,54 @@ +Name: xcompmgr +Version: 1.1.6 +Release: 1mamba +Summary: Xcompmgr is a simple composite window manager +Group: System/X11 +Vendor: openmamba +Distribution: openmamba +Packager: Ercole 'ercolinux' Carpanetto +URL: http://x.org +Source: http://ftp.x.org/pub/individual/app/xcompmgr-%{version}.tar.bz2 +License: MIT +BuildRoot: %{_tmppath}/%{name}-%{version}-root +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libX11-devel +BuildRequires: libXcomposite-devel +BuildRequires: libXdamage-devel +BuildRequires: libXfixes-devel +BuildRequires: libXrender-devel +## AUTOBUILDREQ-END + +%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 + +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/xcompmgr +%{_mandir}/man1/xcompmgr.1.gz +%doc ChangeLog + +%changelog +* Wed Feb 15 2012 Automatic Build System 1.1.6-1mamba +- automatic version update by autodist + +* Tue Jan 26 2010 Automatic Build System 1.1.5-1mamba +- automatic update by autodist + +* Sat Oct 30 2009 Ercole 'ercolinux' Carpanetto 1.1.4-1mamba +- package created by autospec