commit ed22da8dedd3d06fbdc6452f28483834cd7b4e42 Author: overweight <5324761+overweight@user.noreply.gitee.com> Date: Mon Sep 30 10:59:21 2019 -0400 Package init diff --git a/libXdamage-1.1.4.tar.bz2 b/libXdamage-1.1.4.tar.bz2 new file mode 100644 index 0000000..906cc69 Binary files /dev/null and b/libXdamage-1.1.4.tar.bz2 differ diff --git a/libXdamage.spec b/libXdamage.spec new file mode 100644 index 0000000..1ce85f0 --- /dev/null +++ b/libXdamage.spec @@ -0,0 +1,62 @@ +Name: libXdamage +Version: 1.1.4 +Release: 17 +Summary: X Damage extension library +License: MIT +URL: https://www.x.org +Source0: https://www.x.org/archive/individual/lib/%{name}-%{version}.tar.bz2 + +BuildRequires: xorg-x11-util-macros autoconf automake libtool pkgconfig(xfixes) pkgconfig(damageproto) + +%description +The X Damage Extension allows applications to track modified regions +of drawables. + +%package devel +Summary: Development files and Header files for %{name} +Requires: %{name} = %{version}-%{release} + +%description devel +The %{name}-devel package contains libraries and header files for %{name}. + +%package_help + +%prep +%autosetup -n %{name}-%{version} -p1 + +%build +autoreconf -ivf +%configure +%make_build + +%install +%make_install +%delete_la + +%ldconfig_scriptlets + +%files +%defattr(-,root,root) +%doc AUTHORS COPYING +%{_libdir}/libXdamage.so.* + +%files devel +%defattr(-,root,root) +%{_includedir}/X11/extensions/*.h +%{_libdir}/libXdamage.so +%{_libdir}/pkgconfig/*.pc +%{_libdir}/*.a + +%files help +%defattr(-,root,root) +%doc README ChangeLog + +%changelog +* Fri Sep 6 2019 openEuler Buildteam - 1.1.4-17 +- Type:enhancement +- Id:NA +- SUG:NA +- DESC:Merging static package into devel package + +* Mon Aug 26 2019 openEuler Buildteam - 1.1.4-16 +- Package init