libXrender/libXrender.spec

70 lines
1.6 KiB
RPMSpec
Raw Normal View History

2019-09-30 10:59:44 -04:00
Name: libXrender
Version: 0.9.10
Release: 12
2019-09-30 10:59:44 -04:00
License: MIT
Summary: X.Org X11 libXrender runtime library
URL: https://www.x.org
Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
BuildRequires: xorg-x11-util-macros autoconf automake libtool pkgconfig libX11-devel
Requires: libX11 >= 1.5.99.902
%description
X.Org X11 libXrender runtime library
%package devel
Summary: Development 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 --disable-static
2019-09-30 10:59:44 -04:00
%make_build
%install
%make_install
%delete_la
%ldconfig_scriptlets
%files
%defattr(-,root,root)
2019-11-06 19:36:26 +08:00
%doc AUTHORS
%license COPYING
2019-09-30 10:59:44 -04:00
%{_libdir}/*.so.*
%exclude %{_docdir}/*/libXrender.txt
%files devel
%defattr(-,root,root)
%{_includedir}/X11/extensions/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%files help
%defattr(-,root,root)
%doc doc/libXrender.txt
%changelog
* Fri Nov 04 2022 wangkerong <wangkerong@h-partners.com> - 0.9.10-12
- disable static library
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 0.9.10-11
- Rebuild for next release
2019-11-06 19:36:26 +08:00
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.9.10-10
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:change the directory of the license file
2019-09-30 10:59:44 -04:00
* Wed Sep 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.9.10-9
- Package init