[svn] r5748 - trunk/rpms/libetpan

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Fri Aug 17 19:49:06 CEST 2007


Author: dag
Date: 2007-08-17 19:48:54 +0200 (Fri, 17 Aug 2007)
New Revision: 5748

Modified:
   trunk/rpms/libetpan/libetpan.spec
Log:
Updates

Modified: trunk/rpms/libetpan/libetpan.spec
===================================================================
--- trunk/rpms/libetpan/libetpan.spec	2007-08-17 17:47:26 UTC (rev 5747)
+++ trunk/rpms/libetpan/libetpan.spec	2007-08-17 17:48:54 UTC (rev 5748)
@@ -8,8 +8,10 @@
 License: BSD
 Group: System Environment/Libraries
 URL: http://www.etpan.org/
+
 Source: http://dl.sf.net/libetpan/libetpan-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
 BuildRequires: gcc-c++, openssl-devel, db4-devel, cyrus-sasl-devel, autoconf
 
 %description
@@ -17,7 +19,6 @@
 for different kinds of mail access. When using the drivers interface, the
 interface is the same for all kinds of mail access, remote and local mailboxes.
 
-
 %package devel
 Summary: Development files for the libetpan mail access library
 Group: Development/Libraries
@@ -32,36 +33,31 @@
 This package contains the files required to develop applications that will use
 the libetpan library.
 
-
 %prep
 %setup
 
-
 %build
 %configure
 %{__make} %{?_smp_mflags}
 
-
 %install
 %{__rm} -rf %{buildroot}
-%makeinstall
+%{__make} install DESTDIR="%{buildroot}"
+
 # Fix execution bit on the library to get it properly stripped (still in 0.40)
-%{__chmod} +x %{buildroot}%{_libdir}/*.so.*
+%{__chmod} +x %{buildroot}%{_libdir}/libetpan.so.*
 
 
 %clean
 %{__rm} -rf %{buildroot}
 
-
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
-
 %files
 %defattr(-, root, root, 0755)
 %doc ChangeLog COPYRIGHT NEWS TODO
-%{_libdir}/*.so.*
+%{_libdir}/libetpan.so.*
 
 %files devel
 %defattr(-, root, root, 0755)
@@ -69,11 +65,10 @@
 %{_bindir}/libetpan-config
 %{_includedir}/libetpan/
 %{_includedir}/libetpan.h
-%exclude %{_libdir}/*.a
-%exclude %{_libdir}/*.la
-%{_libdir}/*.so
+%{_libdir}/libetpan.so
+%exclude %{_libdir}/libetpan.a
+%exclude %{_libdir}/libetpan.la
 
-
 %changelog
 * Sun Aug 12 2007 Heiko Adams <info at fedora-blog.de> - 0.49-1
 - Updated to release 0.49.
@@ -93,4 +88,3 @@
 
 * Wed Aug  3 2005 Matthias Saou <http://freshrpms.net/> 0.38-1
 - Initial RPM release.
-



More information about the svn-commits mailing list