libXpm/libXpm.spec

100 lines
2.3 KiB
RPMSpec
Raw Normal View History

2019-09-30 10:59:41 -04:00
Name: libXpm
2023-10-04 16:08:00 +08:00
Version: 3.5.17
Release: 1
2019-09-30 10:59:41 -04:00
License: MIT
Summary: X.Org X11 libXpm runtime library
URL: https://www.x.org
2023-10-04 16:08:00 +08:00
Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.xz
2019-09-30 10:59:41 -04:00
BuildRequires: xorg-x11-util-macros autoconf automake libtool
BuildRequires: gettext libXau-devel libXext-devel libXt-devel
2023-09-20 16:20:19 +08:00
BuildRequires: ncompress glib2-devel
2019-09-30 10:59:41 -04:00
%description
X.Org X11 libXpm 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
%make_build
%install
%make_install
%delete_la
%ldconfig_scriptlets
2023-09-20 16:20:19 +08:00
%check
make check
2019-09-30 10:59:41 -04:00
%files
%defattr(-,root,root)
2019-11-06 19:36:20 +08:00
%doc AUTHORS
%license COPYING COPYRIGHT
2019-09-30 10:59:41 -04:00
%{_libdir}/*.so.*
%files devel
%defattr(-,root,root)
%{_bindir}/*
%{_includedir}/X11/*.h
%{_libdir}/*.so
%{_libdir}/*.a
%{_libdir}/pkgconfig/*.pc
%files help
%defattr(-,root,root)
%{_mandir}/man1/*.1*
2023-02-04 02:46:26 +00:00
%{_mandir}/man3/*.3*
2019-09-30 10:59:41 -04:00
%changelog
2023-10-04 16:08:00 +08:00
* Wed Oct 04 2023 Funda Wang <fundawang@yeah.net> - 3.5.17-1
- New version 3.5.17
2023-09-20 16:20:19 +08:00
* Wed Sep 20 2023 zhangpan <zhangpan103@h-partners.com> - 3.5.16-2
- enable make check
2023-07-20 08:30:17 +00:00
* Thu Jul 20 2023 zhangpan <zhangpan103@h-partners.com> - 3.5.16-1
- update to 3.5.16
2023-02-04 02:46:26 +00:00
* Sat Feb 04 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 3.5.15-1
- update to 3.5.15
* Wed Feb 01 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 3.5.13-4
- fix CVE-2022-44617,CVE-2022-46285,CVE-2022-4883
2022-11-25 12:23:12 +00:00
* Fri Nov 25 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 3.5.13-3
- update Correct tar file
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 3.5.13-2
- Rebuild for next release
2020-07-23 20:45:14 +08:00
* Fri Jul 24 2020 openEuler Buildteam <buildteam@openeuler.org> - 3.5.13-1
2020-08-01 10:11:04 +08:00
- update libXpm version from 3.5.12 to 3.5.13
2020-07-23 20:45:14 +08:00
2019-11-06 19:36:20 +08:00
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.5.12-11
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:change the directory of the license file
* Wed Oct 09 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.5.12-10
- Type:enhancement
- ID:NA
- SUG:NA
DESC:add COPYRIGHT
2019-09-30 10:59:41 -04:00
* Tue Sep 10 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.5.12-9
- Package init