]> git.pld-linux.org Git - packages/epstools.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 31 Oct 2003 13:10:35 +0000 (13:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    epstools.spec -> 1.1

epstools.spec [new file with mode: 0644]

diff --git a/epstools.spec b/epstools.spec
new file mode 100644 (file)
index 0000000..845d096
--- /dev/null
@@ -0,0 +1,43 @@
+Summary:       Set of simple tools to analyze an email message or its parts
+Summary(pl):   Zestaw prostych narzêdzi do analizy wiadomo¶ci e-mailowych lub ich czê¶ci
+Name:          epstools
+Version:       1.4
+Release:       1
+License:       GPL
+Group:         Applications/Mail
+Source0:       http://www.inter7.com/eps/%{name}-%{version}.tar.gz
+# Source0-md5: 380081a9af617e2831f2b5cea8fde1c3
+URL:           http://www.inter7.com/eps.html
+BuildRequires: eps-devel >= 1.2
+Requires:      eps >= 1.2
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Set of simple tools to analyze an email message or its parts.
+
+%description -l pl
+Zestaw prostych narzêdzi do analizy wiadomo¶ci e-mailowych lub ich
+czê¶ci.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+       CC="%{__cc} %{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+for f in headers body address full encode decode rewrite ; do
+       install $f $RPM_BUILD_ROOT%{_bindir}/eps-${f}
+done
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/*
This page took 0.097466 seconds and 4 git commands to generate.