summaryrefslogtreecommitdiff
path: root/qprint.spec
blob: d2edf22e43575c124dbbf22a880a0ee6059d7403 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Summary:	Encode and decode Quoted-Printable files
Name:		qprint
Version:	1.0
Release:	1
License:	public domain
Group:		Applications/Mail
Source0:	http://www.fourmilab.ch/webtools/qprint/%{name}-%{version}.tar.gz
# Source0-md5:	8bab14aaffe0f473f12ba873ccf751fc
URL:		http://www.fourmilab.ch/webtools/qprint/
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%description
Encode and decode Quoted-Printable files.

%prep
%setup -q

%build
%configure2_13
%{__make}

%install
rm -rf $RPM_BUILD_ROOT

install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}

%{__make} install \
	DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/qprint
%{_mandir}/man1/qprint.1*