libXmu/libXmu.spec

69 lines
1.4 KiB
RPMSpec
Raw Normal View History

2019-09-30 10:59:40 -04:00
Name: libXmu
2020-01-07 09:49:36 +08:00
Version: 1.1.3
Release: 1
2019-09-30 10:59:40 -04:00
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.bz2
BuildRequires: autoconf automake libtool xorg-x11-util-macros
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
%files
%defattr(-,root,root)
2019-11-06 19:36:17 +08:00
%license COPYING
2019-09-30 10:59:40 -04:00
%{_libdir}/*.so.*
%files devel
%defattr(-,root,root)
2020-01-07 09:49:36 +08:00
%dir %{_includedir}/X11/Xmu
2019-09-30 10:59:40 -04:00
%{_includedir}/X11/Xmu/*.h
%{_libdir}/*.so
%{_libdir}/*.a
%{_libdir}/pkgconfig/*.pc
%files help
%defattr(-,root,root)
2020-01-07 09:49:36 +08:00
%doc README.md ChangeLog
2019-09-30 10:59:40 -04:00
%exclude %{_docdir}
%changelog
2020-01-07 09:49:36 +08:00
* Mon Jan 6 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.1.3-1
- update to 1.1.3
2019-11-06 19:36:17 +08:00
* 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
2019-09-30 10:59:40 -04:00
* Tue Sep 10 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.2-13
- Package init