libXpm/libXpm.spec

109 lines
2.7 KiB
RPMSpec

Name: libXpm
Version: 3.5.14
Release: 1mamba
Summary: X.Org Xpm library
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.x.org/wiki/
Source: http://ftp.x.org/pub/individual/lib/libXpm-%{version}.tar.xz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libSM-devel
BuildRequires: libX11-devel
BuildRequires: libXext-devel
BuildRequires: libXt-devel
BuildRequires: libuuid-devel
## AUTOBUILDREQ-END
%description
X.Org Xpm library.
%package devel
Summary: Devel package for %{name}
Group: Development/Libraries
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
X.Org Xpm library.
This package contains static libraries and header files needed for development.
%package tools
Summary: Tools provided with %{name}
Group: System/X11
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description tools
X.Org Xpm library.
This package contains the tools provided by %{name}.
%debug_package
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_libdir}/libXpm.so.*
%doc AUTHORS COPYING
%files devel
%defattr(-,root,root)
%{_libdir}/libXpm.a
%{_libdir}/libXpm.so
%{_includedir}/X11/*.h
%{_libdir}/pkgconfig/*.pc
%{_mandir}/man3/Xpm*.3*
%doc ChangeLog
%files tools
%defattr(-,root,root)
%{_bindir}/cxpm
%{_bindir}/sxpm
%{_mandir}/man1/cxpm.1*
%{_mandir}/man1/sxpm.1*
%changelog
* Fri Dec 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 3.5.14-1mamba
- update to 3.5.14
* Sun Sep 20 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.5.13-1mamba
- update to 3.5.13
* Thu Sep 12 2013 Automatic Build System <autodist@mambasoft.it> 3.5.11-1mamba
- automatic update by autodist
* Tue Mar 13 2012 Automatic Build System <autodist@mambasoft.it> 3.5.10-1mamba
- automatic version update by autodist
* Tue Nov 09 2010 Automatic Build System <autodist@mambasoft.it> 3.5.9-1mamba
- automatic update by autodist
* Sat Oct 10 2009 Automatic Build System <autodist@mambasoft.it> 3.5.8-1mamba
- automatic update by autodist
* Wed May 20 2009 Automatic Build System <autodist@mambasoft.it> 3.5.7-2mamba
- automatic rebuild by autodist
* Mon Sep 10 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 3.5.7-1mamba
- update to 3.5.7
* Wed Feb 07 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 3.5.6-1qilnx
- update to version 3.5.6 by autospec
* Mon Dec 18 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 3.5.5-1qilnx
- package created by autospec