Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 596947 Details for
Bug 838330
gnome keyring support
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
mstmp.spec with correct gnome keyring support (and new upstream version)
msmtp.spec (text/plain), 5.12 KB, created by
Tobias Florek
on 2012-07-08 23:34:53 UTC
(
hide
)
Description:
mstmp.spec with correct gnome keyring support (and new upstream version)
Filename:
MIME Type:
Creator:
Tobias Florek
Created:
2012-07-08 23:34:53 UTC
Size:
5.12 KB
patch
obsolete
>Name: msmtp >Version: 1.4.28 >Release: 1%{?dist} >Summary: SMTP client >Group: System Environment/Base >License: GPLv3+ >URL: http://msmtp.sourceforge.net >Source0: http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.bz2 >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >BuildRequires: gnutls-devel >BuildRequires: libidn-devel >BuildRequires: gettext >BuildRequires: libgsasl-devel >BuildRequires: libgnome-keyring-devel > >Requires(post): /sbin/install-info >Requires(preun): /sbin/install-info > > >%description >It forwards messages to an SMTP server which does the delivery. >Features include: > * Sendmail compatible interface (command line options and exit codes). > * Authentication methods PLAIN,LOGIN,CRAM-MD5,DIGEST-MD5,GSSAPI,and NTLM > * TLS/SSL both in SMTP-over-SSL mode and in STARTTLS mode. > * Fast SMTP implementation using command pipelining. > * Support for Internationalized Domain Names (IDN). > * DSN (Delivery Status Notification) support. > * RMQS (Remote Message Queue Starting) support (ETRN keyword). > * IPv6 support. > > >%prep >%setup -q > >%build >%configure --disable-rpath --with-gnome-keyring >make %{?_smp_mflags} > > >%install >rm -rf %{buildroot} >make install DESTDIR=%{buildroot} INSTALL='install -p' >rm -f scripts/Makefile* >mkdir -p %{buildroot}%{_defaultdocdir}/%{name}-%{version} >cp -pr scripts %{buildroot}%{_defaultdocdir}/%{name}-%{version}/ >%find_lang %{name} >rm -f %{buildroot}%{_infodir}/dir > >%post >/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || : > >%preun >if [ $1 = 0 ]; then >/sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || : >fi > > >%clean >rm -rf %{buildroot} > >%files -f %{name}.lang >%defattr(-,root,root,-) >%doc AUTHORS COPYING NEWS README THANKS >%doc doc/msmtprc-system.example doc/msmtprc-user.example doc/Mutt+msmtp.txt >%{_defaultdocdir}/%{name}-%{version}/scripts >%{_bindir}/%{name} >%{_infodir}/%{name}.info* >%{_mandir}/man1/%{name}.1* > > >%changelog >* Sat Jan 28 2012 Nikolay Vladimirov <nikolay@vladimiroff.com> - 1.4.27-1 >- New upstream release >- install the helper scripts in package's docir >- minor spec cleanup > >* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.23-2 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild > >* Fri Apr 15 2011 Nikolay Vladimirov <nikolay@vladimiroff.com> - 1.4.23-1 >- New upstream release > >* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.19-2 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild > >* Tue Jan 12 2010 Nikolay Vladimirov <nikolay@vladimiroff.com> - 1.4.19-1 >- new upstream release >- fix source0 > >* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.17-3 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild > >* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.17-2 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild > >* Thu Jan 1 2009 Nikolay Vladimirov <nikolay@vladimiroff.com> - 1.4.17-1 >- Msmtp now also reads SYSCONFDIR/netrc if the password wasn't found in ~/.netrc. >- Support for the GNOME keyring was added by Satoru SATOH. >- Added BuildRequires for gnome-keyring-devel due to the new feature. >- Added PDF version of the manual. > >* Tue Jul 29 2008 Nikolay Vladimirov <nikolay@vladimiroff.com> - 1.4.16-1 >- new upstream release - 1.4.16 > >* Fri Jun 27 2008 Nikolay Vladimriov <nikolay@vladimiroff.com> - 1.4.15-1 >- new upstream release >- rebuild for new gnutls > >* Sat Apr 19 2008 Nikolay Vladimirov <nikolay@vladimiroff.com> - 1.4.14-1 >- new upstream release > >* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.4.13-4 >- Autorebuild for GCC 4.3 > >* Thu Aug 29 2007 Nikolay Vladimirov <nikolay@vladimiroff.com> - 1.4.13-3 >- rebuild for ppc32 selinux fix > >* Thu Aug 2 2007 Nikolay Vladimirov <nikolay@vladimiroff.com> - 1.4.13-2 >- License tag changed > >* Thu Aug 2 2007 Nikolay Vladimirov <nikolay@vladimiroff.com> - 1.4.13-1 >- 1.4.13 >- license changed to GPLv3 > >* Sat Jun 30 2007 Nikolay Vladimirov <nikolay@vladimiroff.com> - 1.4.12-7 >- timestamps fix > >* Sat Jun 30 2007 Nikolay Vladimirov <nikolay@vladimiroff.com> - 1.4.12-6 >- minor spec fixes > >* Thu Jun 28 2007 Nikolay Vladimirov <nikolay@vladimiroff.com> - 1.4.12-5 >- removed provides for sendmail >- added BuildRequires for libgsasl > >* Fri Jun 22 2007 Nikolay Vladimirov <nikolay@vladimiroff.com> - 1.4.12-4 >- not using alternatives > >* Wed Jun 20 2007 Nikolay Vladimirov <nikolay@vladimiroff.com> - 1.4.12-3 >- now using alternatives >- added provides for sendmail >- edited description > >* Tue Jun 19 2007 Nikolay Vladimirov <nikolay@vladimiroff.com> - 1.4.12-2 >- fixed source0 >- removed openssl-devel from BuildRequires >- added BuildRequires for gettext >- added more doc files > >* Tue Jun 19 2007 Nikolay Vladimirov <nikolay@vladimiroff.com> - 1.4.12-1 >- new version >- changed Summary and description > >* Mon Jun 11 2007 Nikolay Vladimirov <nikolay@vladimiroff.com> - 1.4.11-2 >- fixed URL, Summary and description > >* Mon Jun 11 2007 Nikolay Vladimirov <nikolay@vladimiroff.com> - 1.4.11-1 >- initial release
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 838330
: 596947