commit c6bb0167feb395bb9998b15e35b5c6c9abdd0170 Author: overweight <5324761+overweight@user.noreply.gitee.com> Date: Mon Sep 30 10:59:26 2019 -0400 Package init diff --git a/libXfixes-5.0.3.tar.bz2 b/libXfixes-5.0.3.tar.bz2 new file mode 100644 index 0000000..1659bc3 Binary files /dev/null and b/libXfixes-5.0.3.tar.bz2 differ diff --git a/libXfixes.spec b/libXfixes.spec new file mode 100644 index 0000000..fd2988d --- /dev/null +++ b/libXfixes.spec @@ -0,0 +1,64 @@ +Name: libXfixes +Version: 5.0.3 +Release: 10 +Summary: X11 miscellaneous "fixes" extension library +License: MIT +URL: https://xorg.freedesktop.org/ +Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2 + +BuildRequires: automake libtool xorg-x11-proto-devel libXext-devel +Requires: libX11 + +%description +The X Fixes extension provides applications with work-arounds for +various limitations in the core protocol. + +%package devel +Summary: Development files and Header files for %{name} +Requires: %{name} = %{version}-%{release} pkgconfig + +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. + +%package_help + +%prep +%autosetup -n %{name}-%{version} -p1 + +%build +%configure +%make_build + +%install +%make_install +%delete_la + +%ldconfig_scriptlets + +%files +%defattr(-,root,root) +%doc AUTHORS COPYING +%{_libdir}/libXfixes.so.* + +%files devel +%defattr(-,root,root) +%{_includedir}/X11/extensions/Xfixes.h +%{_libdir}/pkgconfig/*.pc +%{_libdir}/*.a +%{_libdir}/libXfixes.so + +%files help +%doc README +%{_mandir}/man3/Xfixes.3.gz + +%changelog +* Mon Sep 9 2019 openEuler Buildteam - 5.0.3-10 +- Type: enhancement +- ID: NA +- SUG: NA +- DESC: rebuilt spec + +* Wed Aug 21 2019 openEuler Buildteam - 5.0.3-9 +- Package init +