rpms/altermime/devel altermime.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tim Jackson (timj) fedora-extras-commits at redhat.com
Tue Jan 24 16:39:56 UTC 2006


Author: timj

Update of /cvs/extras/rpms/altermime/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29224/devel

Modified Files:
	.cvsignore sources 
Added Files:
	altermime.spec 
Log Message:
auto-import altermime-0.3.6-1 on branch devel from altermime-0.3.6-1.src.rpm


--- NEW FILE altermime.spec ---
Name:           altermime
Version:        0.3.6
Release:        1%{?dist}
Summary:        Alter MIME-encoded mailpacks

Group:          Applications/Internet
License:        BSD
URL:            http://www.pldaniels.com/altermime/
Source0:        http://www.pldaniels.com/altermime/altermime-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
alterMIME is a small program which is used to alter MIME-encoded mailpacks.

alterMIME can:

 * Insert disclaimers
 * Insert arbitary X-headers
 * Modify existing headers
 * Remove attachments based on filename or content-type
 * Replace attachments based on filename 

%prep
%setup -q


%build
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
# Makefile has hardcoded paths
%{__mkdir_p} %{buildroot}%{_bindir}
%{__install} -m 755 altermime %{buildroot}%{_bindir}/

%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%{_bindir}/*

%doc CHANGELOG LICENCE README


%changelog
* Wed Jan 11 2006 Tim Jackson <rpm at timj.co.uk> 0.3.6-1
- Intial build for FE


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/altermime/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Jan 2006 16:39:20 -0000	1.1
+++ .cvsignore	24 Jan 2006 16:39:56 -0000	1.2
@@ -0,0 +1 @@
+altermime-0.3.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/altermime/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Jan 2006 16:39:20 -0000	1.1
+++ sources	24 Jan 2006 16:39:56 -0000	1.2
@@ -0,0 +1 @@
+a9dc3962b00e4a6d6f3b93f10858bd35  altermime-0.3.6.tar.gz




More information about the fedora-extras-commits mailing list