update to 6.0.1 [release 6.0.1-1mamba;Thu May 04 2023]
This commit is contained in:
parent
0697d76e5f
commit
d98babe8dd
@ -1,32 +1,19 @@
|
||||
Name: libXfixes
|
||||
Version: 6.0.0
|
||||
Version: 6.0.1
|
||||
Release: 1mamba
|
||||
Summary: X.Org Xfixes library
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://x.org
|
||||
Source: http://ftp.x.org/pub/individual/lib/libXfixes-%{version}.tar.bz2
|
||||
URL: https://x.org/wiki/
|
||||
Source: http://ftp.x.org/pub/individual/lib/libXfixes-%{version}.tar.xz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: libXdmcp-devel
|
||||
BuildRequires: libbsd-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: xorgproto-devel
|
||||
## AUTOBUILDREQ-END
|
||||
%ifarch x86_64_disabled
|
||||
BuildRequires: gcc-multilib
|
||||
BuildRequires: glibc-multilib-devel
|
||||
BuildRequires: lib32-libX11-devel
|
||||
BuildRequires: lib32-libXau-devel
|
||||
BuildRequires: lib32-libpthread-stubs-devel
|
||||
BuildRequires: lib32-libxcb-devel
|
||||
%endif
|
||||
Obsoletes: libXorg
|
||||
|
||||
%description
|
||||
X.Org Xfixes library.
|
||||
@ -35,28 +22,12 @@ X.Org Xfixes library.
|
||||
Summary: Devel package for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Obsoletes: libXorg
|
||||
|
||||
%description devel
|
||||
X.Org Xfixes library.
|
||||
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
%package -n lib32-%{name}
|
||||
Summary: X.Org Xfixes library
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n lib32-%{name}
|
||||
X.Org Xfixes 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 Xfixes library (32 bit).
|
||||
This package contains static libraries and header files needed for development.
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -87,38 +58,25 @@ cp -a lib32/%{_prefix}/lib %{buildroot}%{_prefix}/
|
||||
|
||||
%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}/libXfixes.so.*
|
||||
%doc COPYING ChangeLog
|
||||
%doc COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/X11/extensions/Xfixes.h
|
||||
%{_libdir}/libXfixes.a
|
||||
%{_libdir}/libXfixes.la
|
||||
%{_libdir}/libXfixes.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_includedir}/X11/extensions/Xfixes.h
|
||||
%{_mandir}/man3/Xfixes.3.gz
|
||||
|
||||
%ifarch x86_64_disabled
|
||||
%files -n lib32-%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_prefix}/lib/libXfixes.so.*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files -n lib32-%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%{_prefix}/lib/libXfixes.a
|
||||
%{_prefix}/lib/libXfixes.la
|
||||
%{_prefix}/lib/libXfixes.so
|
||||
%{_prefix}/lib/pkgconfig/xfixes.pc
|
||||
%endif
|
||||
%{_mandir}/man3/Xfixes.3*
|
||||
%doc ChangeLog
|
||||
|
||||
%changelog
|
||||
* Thu May 04 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 6.0.1-1mamba
|
||||
- update to 6.0.1
|
||||
|
||||
* Wed May 12 2021 Automatic Build System <autodist@mambasoft.it> 6.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user