rpms/ytnef/F-11 import.log, NONE, 1.1 ytnef.spec, NONE, 1.1 ytnef_fix_requires.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Itamar Reis Peixoto itamarjp at fedoraproject.org
Thu Aug 20 22:48:35 UTC 2009


Author: itamarjp

Update of /cvs/pkgs/rpms/ytnef/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22379/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	import.log ytnef.spec ytnef_fix_requires.patch 
Log Message:
initial rpm import



--- NEW FILE import.log ---
ytnef-2_6-4_fc12:F-11:ytnef-2.6-4.fc12.src.rpm:1250808414


--- NEW FILE ytnef.spec ---
Summary: Yerase's TNEF Stream Reader
Name: ytnef
Version: 2.6
Release: 4%{?dist}
License: GPL+
Group: Applications/Productivity
URL: http://sourceforge.net/projects/ytnef/
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libytnef-devel

Patch0: ytnef_fix_requires.patch

%description
Yerase's TNEF Stream Reader.  Can take a TNEF Stream (winmail.dat) sent from
Microsoft Outlook (or similar products) and extract the attachments, including
construction of Contact Cards & Calendar entries.

%prep
%setup -q
%patch0 -p2

%build
%configure
%{__make} %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -I%{_includedir}/libytnef"

%install
%{__rm} -rf $RPM_BUILD_ROOT
%{__make}  install DESTDIR=$RPM_BUILD_ROOT

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc COPYING README INSTALL ChangeLog
%{_bindir}/ytnef
%{_bindir}/ytnefprint
%{_bindir}/ytnefprocess.pl

%changelog
* Thu May 28 2009 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 2.6-4
- fix perl requires

* Tue Mar 24 2009 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 2.6-3
- Changed License to the same as libytnef-devel
- Macronify everything as possible.
- Included ChangeLog as part of the documentation.

* Fri Feb 13 2009 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 2.6-2
- Rebuild for fedora 10

* Fri Mar 12 2004 Patrick <rpms at puzzled.xs4all.nl>
- Initial version


ytnef_fix_requires.patch:
 ytnefprocess.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE ytnef_fix_requires.patch ---
diff -ruNp a/ytnef-2.6/src/ytnef/ytnefprocess.pl b/ytnef-2.6/src/ytnef/ytnefprocess.pl
--- a/ytnef-2.6/src/ytnef/ytnefprocess.pl	2003-08-25 14:11:57.000000000 -0300
+++ b/ytnef-2.6/src/ytnef/ytnefprocess.pl	2009-05-28 01:51:45.525769886 -0300
@@ -2,7 +2,7 @@
 use MIME::Parser;
 use MIME::Entity;
 use Mail::Mailer;
-use Mail::Mailer::test;
+use Mail::Mailer::testfile;
 
 my $mail_dir = "$ENV{HOME}/.ytnef";
 my $reader = "/usr/local/bin/ytnef";


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ytnef/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	20 Aug 2009 17:33:42 -0000	1.1
+++ .cvsignore	20 Aug 2009 22:48:35 -0000	1.2
@@ -0,0 +1 @@
+ytnef-2.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ytnef/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	20 Aug 2009 17:33:42 -0000	1.1
+++ sources	20 Aug 2009 22:48:35 -0000	1.2
@@ -0,0 +1 @@
+572830ff0664a2abc3e7aea79040c338  ytnef-2.6.tar.gz




More information about the fedora-extras-commits mailing list