# # spec file for package ripmime # # Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 Exata T.I., Maringa, PR, Brasil. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: ripmime Version: 1.4.0.10 Release: 1.212 Summary: Extract attached files out of a MIME package License: BSD-3-Clause Group: Productivity/Networking/Other Url: http://www.pldaniels.com/ripmime Source0: http://www.pldaniels.com/ripmime/%{name}-%{version}.tar.gz Patch0: ripmime-1.4.0.10_version-number-patch.diff BuildRequires: autoconf BuildRequires: automake Obsoletes: %{name}-toaster < %{version} Provides: %{name}-toaster = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build %description ripMIME has a single sole pupose, to extract the attached files out of a MIME package. Author: -------- Paul L Daniels %prep %setup -q %patch0 -p1 %build %{__make} %{?jobs:-j%jobs} CFLAGS="%{optflags}" %install # install directories #------------------------------------------------------------------------------------ %{__install} -d %{buildroot}%{_bindir} %{__install} -d %{buildroot}%{_mandir}/man1 # install files #------------------------------------------------------------------------------------ %{__install} -m 755 %{name} %{buildroot}%{_bindir} %{__install} -m 644 %{name}.1 %{buildroot}%{_mandir}/man1 %clean %{__rm} -rf %{buildroot} %files %defattr(0644,root,root,0755) %doc CHANGELOG CONTRIBUTORS INSTALL LICENSE README TODO %attr(0755,root,root) %{_bindir}/ripmime %{_mandir}/man1/* %changelog * Thu Jan 22 2015 jweberhofer@weberhofer.at - Updated to release 1.4.0.10 * Added iconv output support via -x thanks to Константин Молчанов * Fixed many compile errors that have come up with newer gcc versions * Fixed an incorrectly matched size/var pairing in MIME_headers.c thanks to David Binderman, Gary Petersen, Dag Andersen and Tullio Andreatta - Removed former upstream patch - Revised License and provides/obsoletes section * Mon Apr 26 2010 alexandre@exatati.com.br - Fixed Group tag on spec file; - Generated changes file and removed changelog section from spec file; - Spec file cleaned with spec-cleaner. Sáb Jan 24 00:00:00 BRST 2009 - alexandre@exatati.com.br - Spec file cleanup. * Thu Jan 1 2009 petr.uzel@suse.cz - do not strip the binary * Thu Jan 1 2009 alexandre@exatati.com.br - Updated to V. 1.4.0.9. * Tue Jan 1 2008 alexandre@exatati.com.br - Spec file revised again. * Tue Jan 1 2008 alexandre@exatati.com.br - Spec file revised. * Sun Jan 1 2006 espinoza@forcenetworks.com - Initial Package