81 lines
1.7 KiB
RPMSpec
81 lines
1.7 KiB
RPMSpec
Name: libXmu
|
|
Version: 1.1.4
|
|
Release: 2
|
|
License: MIT
|
|
Summary: X.Org X11 libXmu/libXmuu runtime libraries
|
|
URL: https://www.x.org
|
|
Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.xz
|
|
|
|
BuildRequires: autoconf automake libtool xorg-x11-util-macros make
|
|
BuildRequires: libX11-devel libXext-devel libXt-devel xmlto
|
|
|
|
%description
|
|
X.Org X11 libXmu/libXmuu runtime libraries
|
|
|
|
%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
|
|
|
|
%check
|
|
make check
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%license COPYING
|
|
%{_libdir}/*.so.*
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%dir %{_includedir}/X11/Xmu
|
|
%{_includedir}/X11/Xmu/*.h
|
|
%{_libdir}/*.so
|
|
%{_libdir}/*.a
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
%files help
|
|
%defattr(-,root,root)
|
|
%doc README.md ChangeLog
|
|
|
|
%exclude %{_docdir}
|
|
|
|
%changelog
|
|
* Tue Sep 12 2023 zhangpan <zhangpan103@h-partners.com> - 1.1.4-2
|
|
- enable make check
|
|
|
|
* Wed Feb 15 2023 li-long315 <lilong@kylinos.cn> - 1.1.4-1
|
|
- Upgrade to 1.1.4
|
|
|
|
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.1.3-2
|
|
- Rebuild for next release
|
|
|
|
* Mon Jan 6 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.1.3-1
|
|
- update to 1.1.3
|
|
|
|
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.2-14
|
|
- Type:bugfix
|
|
- Id:NA
|
|
- SUG:NA
|
|
- DESC:change the directory of the license file
|
|
|
|
* Tue Sep 10 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.2-13
|
|
- Package init
|