102 lines
2.6 KiB
RPMSpec
102 lines
2.6 KiB
RPMSpec
Name: libXtst
|
|
Version: 1.2.5
|
|
Release: 1mamba
|
|
Summary: X.Org Xtst library
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://x.org/wiki/
|
|
Source: https://ftp.x.org/pub/individual/lib/libXtst-%{version}.tar.xz
|
|
License: MIT
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libXext-devel
|
|
BuildRequires: libXi-devel
|
|
BuildRequires: xorgproto-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: xmlto
|
|
|
|
%description
|
|
X.Org Xtst library.
|
|
|
|
%package devel
|
|
Summary: Devel package for %{name}
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description devel
|
|
X.Org Xtst library.
|
|
This package contains static libraries and header files needed for development.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%post -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libXtst.so.*
|
|
%doc COPYING
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_includedir}/X11/extensions/XTest.h
|
|
%{_includedir}/X11/extensions/record.h
|
|
%{_libdir}/libXtst.a
|
|
%{_libdir}/libXtst.so
|
|
%{_libdir}/pkgconfig/*.pc
|
|
%{_mandir}/man3/XTest*3*
|
|
%dir %{_docdir}/libXtst
|
|
%{_docdir}/libXtst/*
|
|
%doc ChangeLog
|
|
|
|
%changelog
|
|
* Fri Aug 02 2024 Automatic Build System <autodist@openmamba.org> 1.2.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Oct 08 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.4-1mamba
|
|
- update to 1.2.4
|
|
|
|
* Mon Oct 23 2017 Automatic Build System <autodist@mambasoft.it> 1.2.3-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri Apr 15 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.2-2mamba
|
|
- rebuilt to update libpthread-strubs broken .la files
|
|
|
|
* Wed Jun 05 2013 Automatic Build System <autodist@mambasoft.it> 1.2.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Mar 16 2012 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Dec 10 2010 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Oct 26 2009 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Sep 10 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.3-1mamba
|
|
- update to 1.0.3
|
|
|
|
* Tue Jul 17 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-1mamba
|
|
- update to 1.0.2
|
|
|
|
* Wed Dec 20 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-1qilnx
|
|
- package created by autospec
|