[packages/qprint] - initial

arekm arekm at pld-linux.org
Mon Aug 18 11:11:25 CEST 2014


commit 88a67bfbd17d942824f271f0f2e52fe5c186d3d4
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Aug 18 11:11:14 2014 +0200

    - initial

 qprint.spec | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)
---
diff --git a/qprint.spec b/qprint.spec
new file mode 100644
index 0000000..d2edf22
--- /dev/null
+++ b/qprint.spec
@@ -0,0 +1,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*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qprint.git/commitdiff/88a67bfbd17d942824f271f0f2e52fe5c186d3d4



More information about the pld-cvs-commit mailing list