]> git.pld-linux.org Git - packages/libetpan.git/commitdiff
- by Piotr Budny piotr.budny w gmail.com (@pld-devel-pl) auto/ac/libetpan-0_37-1
authorundefine <undefine@pld-linux.org>
Mon, 4 Jul 2005 20:36:11 +0000 (20:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libetpan.spec -> 1.1

libetpan.spec [new file with mode: 0644]

diff --git a/libetpan.spec b/libetpan.spec
new file mode 100644 (file)
index 0000000..85372f1
--- /dev/null
@@ -0,0 +1,84 @@
+Summary:       Portable mail access library
+Summary(pl):   Przeno¶na biblioteka dostêpu do poczty
+Name:          libetpan
+Version:       0.37
+Release:       1
+License:       GPL
+Group:         Libraries
+Source0:       http://dl.sourceforge.net/libetpan/%{name}-%{version}.tar.gz
+# Source0-md5: 82fbce08c9b3c073e9e93798c2797224
+URL:           http://www.etpan.org
+BuildRequires: db-devel >= 4
+BuildRequires: openssl-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The purpose of this mail library is to provide a portable, efficient
+middleware for different kinds of mail access. It will be used for
+low-level mail handling: network protocols (IMAP/NNTP/POP3/SMTP over
+TCP/IP and SSL/TCP/IP, already implemented), local storage
+(mbox/MH/maildir), message / MIME parser.
+
+%description -l pl
+Celem biblioteki jest udostêpnienie przeno¶nego, efektywnego
+po¶rednika dla ró¿nych metod dostêpu do poczty. Pozwala na: obs³ugê
+ró¿nych protoko³ów sieciowych (IMAP/NNTP/POP3/SMTP przez TCP/IP oraz
+SSL/TCP/IP), obs³ugê lokalnych zasobów (mbox/MH/maildir) czy
+parsowanie wiadomo¶ci MIME.
+
+%package devel
+Summary:       Header files for libEtPan
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+
+%description devel
+Header files for libEtPan library.
+
+%description devel -l pl
+Pliki nag³ówkowe biblioteki libEtPan.
+
+%package static
+Summary:       Static libEtPan libraries
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+
+%description static
+Static libEtPan library.
+
+%description static -l pl
+Statyczna biblioteka libEtPan.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog TODO NEWS
+%attr(755,root,root) %{_libdir}/*.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/libetpan-config
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*.la
+%{_includedir}/*
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
This page took 0.089432 seconds and 4 git commands to generate.