SPECS: libetpan.spec - updated to 0.54 - changed license to BSD - added -ac...

megabajt megabajt at pld-linux.org
Fri Jul 18 11:15:20 CEST 2008


Author: megabajt                     Date: Fri Jul 18 09:15:20 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.54
- changed license to BSD
- added -ac.patch
- more verbose files

---- Files affected:
SPECS:
   libetpan.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SPECS/libetpan.spec
diff -u SPECS/libetpan.spec:1.13 SPECS/libetpan.spec:1.14
--- SPECS/libetpan.spec:1.13	Fri Jul 27 23:35:46 2007
+++ SPECS/libetpan.spec	Fri Jul 18 11:15:15 2008
@@ -2,16 +2,19 @@
 Summary:	Portable mail access library
 Summary(pl.UTF-8):	Przenośna biblioteka dostępu do poczty
 Name:		libetpan
-Version:	0.49
-Release:	2
-License:	GPL
+Version:	0.54
+Release:	1
+License:	BSD
 Group:		Libraries
 Source0:	http://dl.sourceforge.net/libetpan/%{name}-%{version}.tar.gz
-# Source0-md5:	f6c973ea1aa53d947f034e093960da10
+# Source0-md5:	0214de45b1b92277fbfc6c9a00af5316
 Patch0:		%{name}-db.patch
+Patch1:		%{name}-ac.patch
 URL:		http://www.etpan.org/
 BuildRequires:	autoconf
+BuildRequires:	automake
 BuildRequires:	db-devel >= 4
+BuildRequires:	libtool
 BuildRequires:	openssl-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -58,9 +61,13 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
 %{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
@@ -78,20 +85,22 @@
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog TODO NEWS
-%attr(755,root,root) %{_libdir}/*.so.*.*.*
+%doc ChangeLog NEWS
+%attr(755,root,root) %{_libdir}/libetpan.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libetpan.so.13
 
 %files devel
 %defattr(644,root,root,755)
 %doc doc/API/*.htm
 %attr(755,root,root) %{_bindir}/libetpan-config
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
-%{_includedir}/*
+%attr(755,root,root) %{_libdir}/libetpan.so
+%{_libdir}/libetpan.la
+%{_includedir}/libetpan
+%{_includedir}/*.h
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libetpan.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -99,6 +108,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2008/07/18 09:15:15  megabajt
+- updated to 0.54
+- changed license to BSD
+- added -ac.patch
+- more verbose files
+
 Revision 1.13  2007/07/27 21:35:46  megabajt
 - release 2 (support for db4.6)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libetpan.spec?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list