]> git.pld-linux.org Git - packages/altermime.git/commitdiff
- init PLD spec
authorareq <areq@pld-linux.org>
Wed, 30 Mar 2005 14:11:16 +0000 (14:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    altermime.spec -> 1.1

altermime.spec [new file with mode: 0644]

diff --git a/altermime.spec b/altermime.spec
new file mode 100644 (file)
index 0000000..c495619
--- /dev/null
@@ -0,0 +1,43 @@
+Summary:       alterMIME is a small program which is used to alter mime-encoded mailpacks
+Name:          altermime
+Version:       0.3.6
+Release:       1
+License:       BSD
+Group:         Networking/Utilities
+Source0:       http://pldaniels.com/altermime/%{name}-%{version}.tar.gz
+# Source0-md5: a9dc3962b00e4a6d6f3b93f10858bd35
+URL:           http://www.pldaniels.com/altermime/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+alterMIME is a small program which is used to alter your mime-encoded
+mailpacks as typically received by Inflex, Xamime and AMaViS.
+
+What can alterMIME do?
+- 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} \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install altermime      $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGELOG README LICENCE
+%attr(755,root,root) %{_bindir}/*
This page took 0.096133 seconds and 4 git commands to generate.