rpms/perl-mime-construct/F-13 import.log, NONE, 1.1 perl-mime-construct.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Matthias Runge mrunge at fedoraproject.org
Wed Jun 23 10:27:43 UTC 2010


Author: mrunge

Update of /cvs/pkgs/rpms/perl-mime-construct/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27847/F-13

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-mime-construct.spec 
Log Message:
initial version



--- NEW FILE import.log ---
perl-mime-construct-1_10-2_fc13:F-13:perl-mime-construct-1.10-2.fc13.src.rpm:1277288836


--- NEW FILE perl-mime-construct.spec ---
Name:           perl-mime-construct
Version:        1.10
Release:        2%{?dist}
Summary:        Construct/send MIME messages from the command line 

Group:          Development/Libraries
License:        GPLv2+
URL:            http://www.argon.org/~roderick/
Source0:        http://www.argon.org/~roderick/mime-construct-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch

BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%{?perl_default_filter}

%description
mime-construct constructs and (by default) mails MIME messages.  
It is entirely driven from the command line, it is designed to be used 
by other programs, or people who act like programs.


%prep
%setup -q -n mime-construct-%{version}


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor 
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
%{_fixperms} $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README debian/changelog debian/copyright
%{_bindir}/*
%{_mandir}/man?/*


%changelog
* Tue Jun 22 2010 Matthias Runge <mrunge at matthias-runge.de> 1.10-2
* SPEC-file fixes (URL, include changelog)

* Tue Jun 8 2010 Matthias Runge <mrunge at matthias-runge.de> 1.10-1
- initial version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-mime-construct/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	23 Jun 2010 01:57:22 -0000	1.1
+++ .cvsignore	23 Jun 2010 10:27:42 -0000	1.2
@@ -0,0 +1 @@
+mime-construct-1.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-mime-construct/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	23 Jun 2010 01:57:22 -0000	1.1
+++ sources	23 Jun 2010 10:27:43 -0000	1.2
@@ -0,0 +1 @@
+a8060188ed35dccd5c5aac85f5b6a094  mime-construct-1.10.tar.gz



More information about the scm-commits mailing list