update to 1.2.4 [release 1.2.4-1mamba;Sat Oct 08 2022]
This commit is contained in:
parent
a1a3264d4d
commit
dd16bc1e4e
77
libXtst.spec
77
libXtst.spec
@ -1,37 +1,24 @@
|
||||
Name: libXtst
|
||||
Version: 1.2.3
|
||||
Version: 1.2.4
|
||||
Release: 1mamba
|
||||
Summary: X.Org Xtst library
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://x.org
|
||||
Source: http://ftp.x.org/pub/individual/lib/libXtst-%{version}.tar.bz2
|
||||
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: libXau-devel
|
||||
BuildRequires: libXdmcp-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXi-devel
|
||||
BuildRequires: libpthread-stubs-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: recordproto-devel
|
||||
BuildRequires: xorgproto-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: xmlto
|
||||
%ifarch x86_64_obsolete
|
||||
BuildRequires: gcc-multilib
|
||||
BuildRequires: glibc-multilib-devel
|
||||
BuildRequires: lib32-libXau-devel
|
||||
BuildRequires: lib32-libX11-devel
|
||||
BuildRequires: lib32-libXext-devel
|
||||
BuildRequires: lib32-libpthread-stubs-devel
|
||||
BuildRequires: lib32-libxcb-devel
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Obsoletes: libXorg
|
||||
|
||||
%description
|
||||
X.Org Xtst library.
|
||||
@ -40,28 +27,12 @@ X.Org Xtst library.
|
||||
Summary: Devel package for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Obsoletes: libXorg-devel
|
||||
|
||||
%description devel
|
||||
X.Org Xtst library.
|
||||
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
%package -n lib32-%{name}
|
||||
Summary: X.Org Xtst library
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n lib32-%{name}
|
||||
X.Org Xtst library (32 bit).
|
||||
|
||||
%package -n lib32-%{name}-devel
|
||||
Summary: Devel package for lib32-%{name}
|
||||
Group: Development/Libraries
|
||||
Requires: lib32-%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description -n lib32-%{name}-devel
|
||||
X.Org Xtst library (32 bit).
|
||||
This package contains static libraries and header files needed for development.
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -74,59 +45,33 @@ This package contains static libraries and header files needed for development.
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%ifarch x86_64_obsolete
|
||||
# x86_64 lib64 support
|
||||
make clean
|
||||
CC=%{_target_platform}-gcc \
|
||||
CFLAGS="%{optflags} -m32 -DHAVE__XEATDATAWORDS" \
|
||||
CXXLAGS="%{optflags} -m32" \
|
||||
./configure --prefix=%{_prefix} --libdir=%{_prefix}/lib
|
||||
|
||||
make
|
||||
make install DESTDIR=`pwd`/lib32
|
||||
cp -a lib32/%{_prefix}/lib %{buildroot}%{_prefix}/
|
||||
%endif
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
%post -n lib32-%{name} -p /sbin/ldconfig
|
||||
%postun -n lib32-%{name} -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libXtst.so.*
|
||||
%doc COPYING ChangeLog
|
||||
%doc COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/X11/extensions/XTest.h
|
||||
%{_includedir}/X11/extensions/record.h
|
||||
%{_libdir}/libXtst.a
|
||||
%{_libdir}/libXtst.la
|
||||
%{_libdir}/libXtst.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_mandir}/man3/XTest*3.gz
|
||||
%{_mandir}/man3/XTest*3*
|
||||
%dir %{_docdir}/libXtst
|
||||
%{_docdir}/libXtst/*
|
||||
|
||||
%ifarch x86_64_obsolete
|
||||
%files -n lib32-%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_prefix}/lib/libXtst.so.*
|
||||
%doc COPYING
|
||||
|
||||
%files -n lib32-%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%{_prefix}/lib/libXtst.a
|
||||
%{_prefix}/lib/libXtst.la
|
||||
%{_prefix}/lib/libXtst.so
|
||||
%{_prefix}/lib/pkgconfig/xtst.pc
|
||||
%endif
|
||||
%doc ChangeLog
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user