fedora_config_packages/mail/rpmbuild.spec

29 lines
532 B
RPMSpec

Name: mail-myconf
Version: 1.0
Release: 0.%(perl -e 'print time()')
Summary: Custom esmtprc configuration
License: MIT
Group: Development/Tools
Requires: procmail
%description
config file for esmtprc
%pre
rm -f /etc/esmtprc.myconf
%post
cp -f /etc/esmtprc.myconf /etc/esmtprc
%install
mkdir -p %{buildroot}/etc
cp esmtprc %{buildroot}/etc/esmtprc.myconf
%files
%defattr(-,root,root,-)
%attr(644,root,root) /etc/esmtprc.myconf
%changelog
* Sat Nov 02 2024 David Rotermund <davrot@uni-bremen.de> - 1.0-1
- Initial RPM release.