62 lines
1.5 KiB
RPMSpec
62 lines
1.5 KiB
RPMSpec
Name: xlogo
|
|
Version: 1.0.6
|
|
Release: 1mamba
|
|
Summary: xlogo - X Window System logo
|
|
Group: Graphical Desktop/Applications/Utilities
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://www.x.org/wiki/
|
|
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz
|
|
License: MIT
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libSM-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libXaw-devel
|
|
BuildRequires: libXext-devel
|
|
BuildRequires: libXft-devel
|
|
BuildRequires: libXmu-devel
|
|
BuildRequires: libXrender-devel
|
|
BuildRequires: libXt-devel
|
|
BuildRequires: libxkbfile-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
The xlogo program displays the X Window System logo.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/%{name}
|
|
%{_datadir}/X11/app-defaults/XLogo*
|
|
%{_mandir}/man?/*
|
|
%doc COPYING
|
|
|
|
%changelog
|
|
* Sun Nov 27 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.6-1mamba
|
|
- update to 1.0.6
|
|
|
|
* Sat Apr 06 2019 Automatic Build System <autodist@mambasoft.it> 1.0.5-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Tue Apr 24 2012 Automatic Build System <autodist@mambasoft.it> 1.0.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Apr 26 2011 Tiziana Ferro <tiziana.ferro@email.it> 1.0.3-1mamba
|
|
- package created by autospec |