rpms/libvmime/devel import.log, NONE, 1.1 libvmime-0.9.0-include_stdio.h.patch, NONE, 1.1 libvmime.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jeroen van Meeuwen kanarip at fedoraproject.org
Wed Apr 22 08:59:41 UTC 2009


Author: kanarip

Update of /cvs/pkgs/rpms/libvmime/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26566/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log libvmime-0.9.0-include_stdio.h.patch libvmime.spec 
Log Message:
0.9.0-3


--- NEW FILE import.log ---
libvmime-0_9_0-3_fc11:HEAD:libvmime-0.9.0-3.fc11.src.rpm:1240390726

libvmime-0.9.0-include_stdio.h.patch:

--- NEW FILE libvmime-0.9.0-include_stdio.h.patch ---
diff -ur libvmime-0.9.0.orig/src/platforms/posix/posixFile.cpp libvmime-0.9.0/src/platforms/posix/posixFile.cpp
--- libvmime-0.9.0.orig/src/platforms/posix/posixFile.cpp	2008-10-12 11:42:23.000000000 +0200
+++ libvmime-0.9.0/src/platforms/posix/posixFile.cpp	2009-04-04 01:49:21.286737472 +0200
@@ -27,6 +27,8 @@
 #include <fcntl.h>
 #include <errno.h>
 
+#include <stdio.h>
+
 #include <sys/types.h>
 #include <sys/stat.h>
 


--- NEW FILE libvmime.spec ---
Name:           libvmime
Version:        0.9.0
Release:        3%{?dist}
Summary:        Powerful library for MIME messages and Internet messaging services
Group:          System Environment/Libraries
License:        GPLv2+
URL:            http://www.vmime.org/
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Patch0:         libvmime-0.9.0-include_stdio.h.patch

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

# Documentation builds with inkscape :/
#BuildRequires:  inkscape
#BuildRequires:  texlive-latex

# Weird buildrequires, who needs /usr/sbin/sendmail during the build?
BuildRequires:  sendmail

BuildRequires:  libgsasl-devel
BuildRequires:  gnutls-devel

%description
VMime is a powerful C++ class library for working with MIME messages
and Internet messaging services like IMAP, POP or SMTP.

With VMime you can parse, generate and modify messages, and also
connect to store and transport services to receive or send messages
over the Internet. The library offers all the features to build a
complete mail client.

%package devel
Summary:        Development headers for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:       pkgconfig
Requires:       libgsasl-devel
Requires:       gnutls-devel

%description    devel
This package contains development files for %{name}.

%package static
Summary:        Static libraries for %{name}
Group:          Development/Libraries
Requires:       %{name}-devel = %{version}-%{release}

%description    static
This package contains static library files for %{name}.

%prep
%setup -q
%patch0 -p1

%build
export EXTRA_CFLAGS="$RPM_OPT_FLAGS"
%{configure}
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}

# Docs are available online and are installed in the wrong location
rm -rf %{buildroot}/%{_datadir}/doc/vmime/

%clean
rm -rf %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog README
%{_libdir}/%{name}.so.*

%files devel
%defattr(-,root,root,-)
%{_includedir}/vmime/
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/vmime.pc

%files static
%defattr(-,root,root,-)
%{_libdir}/libvmime.a
%exclude %{_libdir}/%{name}.la

%changelog
* Fri Apr 17 2009 Jeroen van Meeuwen <j.van.meeuwen at ogd.nl> - 0.9.0-3
- From feedback in review request (#494073, rsc)

* Tue Apr 04 2009 Jeroen van Meeuwen <j.van.meeuwen at ogd.nl> - 0.9.0-2
- From feedback in review request (#494073)

* Sat Apr 04 2009 Jeroen van Meeuwen <j.van.meeuwen at ogd.nl> - 0.9.0-1
- Initial Package



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libvmime/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Apr 2009 21:33:11 -0000	1.1
+++ .cvsignore	22 Apr 2009 08:59:39 -0000	1.2
@@ -0,0 +1 @@
+libvmime-0.9.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libvmime/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Apr 2009 21:33:11 -0000	1.1
+++ sources	22 Apr 2009 08:59:40 -0000	1.2
@@ -0,0 +1 @@
+23feb9cff7ba3961c0693926e21448cf  libvmime-0.9.0.tar.bz2




More information about the fedora-extras-commits mailing list