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

eps.spec [new file with mode: 0644]

diff --git a/eps.spec b/eps.spec
new file mode 100644 (file)
index 0000000..a85dc4f
--- /dev/null
+++ b/eps.spec
@@ -0,0 +1,89 @@
+Summary:       Email Processing System
+Summary(pl):   System przetwarzania e-maili
+Name:          eps
+Version:       1.2
+Release:       1
+License:       GPL
+Group:         Libraries
+Source0:       http://www.inter7.com/eps/%{name}-%{version}.tar.gz
+# Source0-md5: 20e2e7771e0d99138950ec85880a1d1a
+URL:           http://www.inter7.com/eps.html
+BuildRequires: libtool
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+EPS stands for Email Processing System. This package is intended to
+give people the ability to write their own email processing tools.
+Whether you want to process incoming and outgoing emails, or just
+analyze a message, this package is intended to aid in that endeavor.
+
+%description -l pl
+EPS to system przetwarzania e-maili (Email Processing System - st±d
+nazwa). Pakiet ma daæ ludziom mo¿liwo¶æ pisania w³asnych narzêdzi do
+przetwarzania poczty elektronicznej. Je¶li chcemy przetwarzaæ listy
+przychodz±ce lub wychodz±ce, albo tylko przeanalizowaæ wiadomo¶æ,
+ten pakiet ma pomóc tych staraniach.
+
+%package devel
+Summary:       Header files for EPS library
+Summary(pl):   Pliki nag³ówkowe biblioteki EPS
+Group:         Development/Libraries
+Requires:      %{name} = %{version}
+
+%description devel
+Header files for EPS library.
+
+%description devel -l pl
+Pliki nag³ówkowe biblioteki EPS.
+
+%package static
+Summary:       Static EPS library
+Summary(pl):   Statyczna biblioteka EPS
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}
+
+%description static
+Static EPS library.
+
+%description static -l pl
+Statyczna biblioteka EPS.
+
+%prep
+%setup -q
+
+%build
+%{__make} libeps.a \
+       CC="libtool --mode=compile %{__cc}" \
+       DEFS="%{rpmcflags} -Wall -I."
+
+libtool --mode=link %{__cc} -o libeps.la *.lo -rpath %{_libdir}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       LIBDIR=$RPM_BUILD_ROOT%{_libdir} \
+       INCDIR=$RPM_BUILD_ROOT%{_includedir}/eps
+
+libtool --mode=install install libeps.la $RPM_BUILD_ROOT%{_libdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog TODO doc/{credits,howto,license}
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*.la
+%{_includedir}/eps
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
This page took 0.074997 seconds and 4 git commands to generate.