2024-01-06 03:41:01 +01:00
|
|
|
Name: libXfixes
|
2024-01-06 03:41:03 +01:00
|
|
|
Version: 6.0.1
|
2024-01-06 03:41:01 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 03:41:01 +01:00
|
|
|
Summary: X.Org Xfixes library
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 03:41:03 +01:00
|
|
|
URL: https://x.org/wiki/
|
|
|
|
Source: http://ftp.x.org/pub/individual/lib/libXfixes-%{version}.tar.xz
|
2024-01-06 03:41:01 +01:00
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libX11-devel
|
2024-01-06 03:41:02 +01:00
|
|
|
BuildRequires: xorgproto-devel
|
2024-01-06 03:41:01 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
X.Org Xfixes library.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Devel package for %{name}
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
X.Org Xfixes library.
|
|
|
|
This package contains static libraries and header files needed for development.
|
|
|
|
|
2024-01-06 03:41:03 +01:00
|
|
|
%debug_package
|
2024-01-06 03:41:01 +01:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%ifarch x86_64_disabled
|
|
|
|
# x86_64 lib64 support
|
|
|
|
make clean
|
|
|
|
CC=%{_target_platform}-gcc \
|
|
|
|
CFLAGS="%{optflags} -m32" \
|
|
|
|
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
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libXfixes.so.*
|
2024-01-06 03:41:03 +01:00
|
|
|
%doc COPYING
|
2024-01-06 03:41:01 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 03:41:03 +01:00
|
|
|
%{_includedir}/X11/extensions/Xfixes.h
|
2024-01-06 03:41:01 +01:00
|
|
|
%{_libdir}/libXfixes.a
|
|
|
|
%{_libdir}/libXfixes.so
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
2024-01-06 03:41:03 +01:00
|
|
|
%{_mandir}/man3/Xfixes.3*
|
|
|
|
%doc ChangeLog
|
2024-01-06 03:41:01 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 03:41:03 +01:00
|
|
|
* Thu May 04 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 6.0.1-1mamba
|
|
|
|
- update to 6.0.1
|
|
|
|
|
2024-01-06 03:41:02 +01:00
|
|
|
* Wed May 12 2021 Automatic Build System <autodist@mambasoft.it> 6.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:41:01 +01:00
|
|
|
* Thu Oct 26 2017 Automatic Build System <autodist@mambasoft.it> 5.0.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 03:41:01 +01:00
|
|
|
* Wed Sep 14 2016 Automatic Build System <autodist@mambasoft.it> 5.0.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 03:41:01 +01:00
|
|
|
* Fri Apr 15 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 5.0.1-2mamba
|
|
|
|
- rebuilt to update libpthread-strubs broken .la files
|
|
|
|
|
2024-01-06 03:41:01 +01:00
|
|
|
* Wed May 29 2013 Automatic Build System <autodist@mambasoft.it> 5.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Mar 18 2011 Automatic Build System <autodist@mambasoft.it> 5.0-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri Jul 02 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.5-2mamba
|
|
|
|
- rebuilt to add pkgconfig provides
|
|
|
|
|
|
|
|
* Fri Jun 18 2010 Automatic Build System <autodist@mambasoft.it> 4.0.5-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Tue Oct 13 2009 Automatic Build System <autodist@mambasoft.it> 4.0.4-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sat Feb 16 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.3-2mamba
|
|
|
|
- specfile update
|
|
|
|
|
|
|
|
* Wed Feb 07 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.3-1qilnx
|
|
|
|
- update to version 4.0.3 by autospec
|
|
|
|
|
|
|
|
* Wed Dec 20 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.1-1qilnx
|
|
|
|
- package created by autospec
|