From ad0a71df09db31e120b6a880074cd8182e18f87f Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 19:57:37 +0100 Subject: [PATCH] automatic version update by autodist [release 1.3.4-1mamba;Wed Apr 02 2014] --- README.md | 2 ++ xtrans.spec | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 101 insertions(+) create mode 100644 xtrans.spec diff --git a/README.md b/README.md index 793ad4b..1b741e8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # xtrans +X protocol translation tools for X.Org. + diff --git a/xtrans.spec b/xtrans.spec new file mode 100644 index 0000000..f162abf --- /dev/null +++ b/xtrans.spec @@ -0,0 +1,99 @@ +Name: xtrans +Version: 1.3.4 +Release: 1mamba +Summary: X protocol translation tools for X.Org +Group: Development/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://x.org +Source: ftp://ftp.x.org/pub/individual/lib/xtrans-%{version}.tar.bz2 +License: MIT +Provides: xorg-xtrans +Obsoletes: xorg-xtrans +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +X protocol translation tools for X.Org. + +%package devel +Summary: Devel package for %{name} +Group: Development/Libraries +Provides: xorg-xtrans-devel +Obsoletes: xorg-xtrans-devel + +%description devel +X protocol translation tools. + +This package contains static libraries and header files need for development. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files devel +%defattr(-,root,root) +%dir %{_includedir}/X11/Xtrans +%{_includedir}/X11/Xtrans/*.c +%{_includedir}/X11/Xtrans/*.h +%{_datadir}/pkgconfig/xtrans.pc +%{_datadir}/aclocal/xtrans.m4 +%dir %{_docdir}/xtrans +%{_docdir}/xtrans/xtrans.* +%doc AUTHORS COPYING ChangeLog README + +%changelog +* Wed Apr 02 2014 Automatic Build System 1.3.4-1mamba +- automatic version update by autodist + +* Tue Jan 28 2014 Automatic Build System 1.3.3-1mamba +- automatic version update by autodist + +* Fri Nov 08 2013 Automatic Build System 1.3.2-1mamba +- automatic version update by autodist + +* Fri Nov 08 2013 Automatic Build System 1.3.1-1mamba +- automatic version update by autodist + +* Fri Nov 01 2013 Automatic Build System 1.3.0-1mamba +- automatic update by autodist + +* Thu Apr 05 2012 Automatic Build System 1.2.7-1mamba +- automatic version update by autodist + +* Mon Dec 06 2010 Automatic Build System 1.2.6-1mamba +- automatic update by autodist + +* Mon Aug 02 2010 Silvan Calarco 1.2.5-2mamba +- renamed from xorg-xtrans to xtrans + +* Mon Oct 26 2009 Automatic Build System 1.2.5-1mamba +- automatic update by autodist + +* Mon Aug 03 2009 Automatic Build System 1.2.4-1mamba +- automatic update by autodist + +* Mon Mar 02 2009 Silvan Calarco 1.2.3-1mamba +- automatic update by autodist + +* Mon Jan 05 2009 Silvan Calarco 1.2.2-1mamba +- automatic update by autodist + +* Mon Sep 10 2007 Silvan Calarco 1.0.4-1mamba +- update to 1.0.4 + +* Wed Jan 03 2007 Silvan Calarco 1.0.3-1qilnx +- update to version 1.0.3 by autospec + +* Mon Dec 18 2006 Silvan Calarco 1.0.0-1qilnx +- package created by autospec