libXp/libXp.spec

84 lines
2.0 KiB
RPMSpec
Raw Permalink Normal View History

Name: libXp
Version: 1.0.4
Release: 1mamba
Summary: X.Org Xp library
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.x.org/wiki/
Source: https://ftp.x.org/pub/individual/lib/libXp-%{version}.tar.xz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libX11-devel
BuildRequires: libXau-devel
BuildRequires: libXdmcp-devel
BuildRequires: libXext-devel
BuildRequires: libbsd-devel
BuildRequires: libxcb-devel
BuildRequires: printproto-devel
## AUTOBUILDREQ-END
BuildRequires: printproto-devel
%description
X.Org Xp library.
%package devel
Summary: Devel package for %{name}
Group: Development/Libraries
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
X.Org Xp library.
This package contains static libraries and header files needed for development.
%debug_package
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_libdir}/libXp.so.*
%doc COPYING
%files devel
%defattr(-,root,root)
%{_libdir}/libXp.a
%{_libdir}/libXp.so
#%{_includedir}/X11/extensions/*.h
%{_libdir}/pkgconfig/*.pc
%{_mandir}/man3/*
%doc ChangeLog
%changelog
* Fri Sep 16 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.4-1mamba
- update to 1.0.4
* Thu Mar 19 2015 Automatic Build System <autodist@mambasoft.it> 1.0.3-1mamba
- automatic update by autodist
* Wed Jun 05 2013 Automatic Build System <autodist@mambasoft.it> 1.0.2-1mamba
- automatic version update by autodist
* Fri Jan 21 2011 Automatic Build System <autodist@mambasoft.it> 1.0.1-1mamba
- automatic update by autodist
* Thu Mar 13 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-2mamba
- specfile updates
* Thu Dec 21 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-1qilnx
- package created by autospec