From ad3711761cdc6b7db8bb8c3550c5d14709279919 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 17:54:19 +0100 Subject: [PATCH] automatic update by autodist [release 1.0.5-1mamba;Thu Jul 21 2011] --- README.md | 2 ++ smproxy.spec | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 smproxy.spec diff --git a/README.md b/README.md index 4fb3255..0fffb50 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # smproxy +smproxy allows X applications that do not support X11R6 session management to participate in an X11R6 session + diff --git a/smproxy.spec b/smproxy.spec new file mode 100644 index 0000000..e4b38ed --- /dev/null +++ b/smproxy.spec @@ -0,0 +1,55 @@ +Name: smproxy +Version: 1.0.5 +Release: 1mamba +Summary: smproxy is a Session Manager Proxy +Group: System/X11 +Vendor: openmamba +Distribution: openmamba +Packager: Ercole 'ercolinux' Carpanetto +URL: http://x.org +Source: http://ftp.x.org/pub/individual/app/smproxy-%{version}.tar.bz2 +License: MIT +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libICE-devel +BuildRequires: libSM-devel +BuildRequires: libX11-devel +BuildRequires: libXmu-devel +BuildRequires: libXt-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +smproxy allows X applications that do not support X11R6 session management to participate in an X11R6 session + +%prep + +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/smproxy +%{_mandir}/man1/smproxy.1.gz + +%doc COPYING ChangeLog + +%changelog +* Thu Jul 21 2011 Automatic Build System 1.0.5-1mamba +- automatic update by autodist + +* Sat Oct 23 2010 Automatic Build System 1.0.4-1mamba +- automatic update by autodist + +* Mon Oct 26 2009 Ercole 'ercolinux' Carpanetto 1.0.3-1mamba +- package created by autospec