package created by autospec [release 1.0.2-1mamba;Mon Apr 25 2011]

This commit is contained in:
Tiziana Ferro 2024-01-05 19:45:23 +01:00
parent 60f5fe0054
commit ed4177d031
2 changed files with 53 additions and 0 deletions

View File

@ -1,2 +1,5 @@
# xmh
The xmh application provides a graphical user interface to the MH Message Handling System.
To actually do things with your mail, it makes calls to the MH package.

50
xmh.spec Normal file
View File

@ -0,0 +1,50 @@
Name: xmh
Version: 1.0.2
Release: 1mamba
Summary: xmh application - send and read mail with an X interface to MH
Group: Graphical Desktop/Applications/Utilities
Vendor: openmamba
Distribution: openmamba
Packager: Tiziana Ferro <tiziana.ferro@email.it>
URL: http://xorg.freedesktop.org/
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libX11-devel
BuildRequires: libXaw-devel
BuildRequires: libXmu-devel
BuildRequires: libXt-devel
## AUTOBUILDREQ-END
BuildRequires: xbitmaps-devel
BuildRequires: util-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
The xmh application provides a graphical user interface to the MH Message Handling System.
To actually do things with your mail, it makes calls to the MH 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/Xmh
%{_mandir}/man?/*
%doc COPYING ChangeLog README
%changelog
* Mon Apr 25 2011 Tiziana Ferro <tiziana.ferro@email.it> 1.0.2-1mamba
- package created by autospec