diff --git a/.cvsignore b/.cvsignore index e69de29..31d30ed 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +altermime-0.3.6.tar.gz diff --git a/altermime.spec b/altermime.spec new file mode 100644 index 0000000..23fce95 --- /dev/null +++ b/altermime.spec @@ -0,0 +1,50 @@ +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 0.3.6-1 +- Intial build for FE diff --git a/sources b/sources index e69de29..9b38734 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +a9dc3962b00e4a6d6f3b93f10858bd35 altermime-0.3.6.tar.gz