commit a764b1bc479039f181ea1bd0ec355bac1d7e618f Author: overweight <5324761+overweight@user.noreply.gitee.com> Date: Mon Sep 30 11:00:05 2019 -0400 Package init diff --git a/libXxf86dga-1.1.4.tar.bz2 b/libXxf86dga-1.1.4.tar.bz2 new file mode 100644 index 0000000..39a1481 Binary files /dev/null and b/libXxf86dga-1.1.4.tar.bz2 differ diff --git a/libXxf86dga.spec b/libXxf86dga.spec new file mode 100644 index 0000000..2250a17 --- /dev/null +++ b/libXxf86dga.spec @@ -0,0 +1,65 @@ +Name: libXxf86dga +Version: 1.1.4 +Release: 15 +Summary: Client library for the XFree86-DGA extension +License: MIT +URL: https://www.x.org +Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2 + +BuildRequires: autoconf automake libtool libXext-devel pkgconfig +BuildRequires: xorg-x11-util-macros xorg-x11-proto-devel libX11-devel +Requires: libX11 + +%description +Client library for the XFree86-DGA extension + +%package devel +Summary: Development package for libXxf86dga +Requires: %{name} = %{version}-%{release} + +%description devel +The %{name}-devel package contains development files for %{name}. + +%package_help + +%prep +%autosetup -n %{name}-%{version} + +%build +autoreconf -ivf +%configure +%make_build + +%install +%make_install INSTALL="install -p" +%delete_la + +%ldconfig_scriptlets + +%files +%defattr(-,root,root) +%doc COPYING +%{_libdir}/*.so.* + + +%files devel +%defattr(-,root,root) +%{_libdir}/*.so +%{_libdir}/*.a +%{_libdir}/pkgconfig/*.pc +%{_includedir}/X11/extensions/*.h + +%files help +%defattr(-,root,root) +%doc README +%{_mandir}/man3/*.3* + +%changelog +* Thu Sep 05 2019 openEuler Buildteam - 1.1.4-15 +- Type:enhance +- ID:NA +- SUG:NA +- DESC:new rule + +* Mon Aug 12 2019 openEuler Buildteam - 1.1.4-14 +- Package init