diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..db405e0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +SOURCES/mail-2.5.4-specs.tgz +SOURCES/mail-2.5.4.gem diff --git a/.rh-ror41-rubygem-mail.metadata b/.rh-ror41-rubygem-mail.metadata new file mode 100644 index 0000000..5005e66 --- /dev/null +++ b/.rh-ror41-rubygem-mail.metadata @@ -0,0 +1,2 @@ +11fa53ab399c849ac9243ad73cb0b41d5e644fd5 SOURCES/mail-2.5.4-specs.tgz +03b1c19074973f8da94a72cb8579c5d54317934e SOURCES/mail-2.5.4.gem diff --git a/README.md b/README.md deleted file mode 100644 index 98f42b4..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/rubygem-mail.spec b/SPECS/rubygem-mail.spec new file mode 100644 index 0000000..cb41f20 --- /dev/null +++ b/SPECS/rubygem-mail.spec @@ -0,0 +1,148 @@ +%{!?scl:%global pkg_name %{name}} +%{?scl:%scl_package rubygem-%{gem_name}} + +# Generated from mail-2.3.0.gem by gem2rpm -*- rpm-spec -*- +%global gem_name mail + +Summary: Mail provides a nice Ruby DSL for making, sending and reading emails +Name: %{?scl_prefix}rubygem-%{gem_name} +Version: 2.5.4 +Release: 2%{?dist} +Group: Development/Languages +License: MIT +URL: http://github.com/mikel/mail +Source0: http://rubygems.org/downloads/%{gem_name}-%{version}.gem +# git clone https://github.com/mikel/mail.git && cd mail && git checkout 2.4.4 +# tar czvf mail-2.4.4-specs.tgz spec/ +Source1: %{gem_name}-%{version}-specs.tgz +Requires: %{?scl_prefix_ruby}ruby(release) +Requires: %{?scl_prefix_ruby}ruby(rubygems) +Requires: %{?scl_prefix}rubygem(mime-types) >= 1.16 +Requires: %{?scl_prefix}rubygem(mime-types) < 2 +Requires: %{?scl_prefix}rubygem(treetop) >= 1.4.8 +Requires: %{?scl_prefix}rubygem(treetop) < 1.5 +Requires: %{?scl_prefix}rubygem(i18n) >= 0.4.0 +BuildRequires: %{?scl_prefix_ruby}rubygems-devel +BuildRequires: %{?scl_prefix_ruby}ruby(release) +BuildRequires: %{?scl_prefix}rubygem(rspec) +BuildRequires: %{?scl_prefix}rubygem(mime-types) >= 1.16 +BuildRequires: %{?scl_prefix}rubygem(mime-types) < 2 +BuildRequires: %{?scl_prefix}rubygem(treetop) >= 1.4.8 +BuildRequires: %{?scl_prefix}rubygem(treetop) < 1.5 +BuildRequires: %{?scl_prefix}rubygem(activesupport) +BuildArch: noarch +Provides: %{?scl_prefix}rubygem(%{gem_name}) = %{version} + +%description +A really Ruby Mail handler. + +%package doc +Summary: Documentation for %{pkg_name} +Group: Documentation +Requires: %{?scl_prefix}%{pkg_name} = %{version}-%{release} + +%description doc +This package contains documentation for %{pkg_name}. + + +%prep +%setup -q -c -T +%{?scl:scl enable %scl - << \EOF} +%gem_install -n %{SOURCE0} +%{?scl:EOF} + + +%build + +%install +mkdir -p %{buildroot}%{gem_dir} +cp -a .%{gem_dir}/* \ + %{buildroot}%{gem_dir}/ + +%check +tar xzvf %{SOURCE1} -C .%{gem_instdir} +pushd .%{gem_instdir} +%{?scl:scl enable %scl - << \EOF} +LANG=en_US.utf8 rspec -rmail/fields/common/common_address spec +%{?scl:EOF} +popd + +%files +%dir %{gem_instdir} +%{gem_libdir} +%exclude %{gem_cache} +%{gem_spec} +%doc %{gem_instdir}/README.md +%doc %{gem_instdir}/MIT-LICENSE +%doc %{gem_instdir}/Gemfile +%doc %{gem_instdir}/Rakefile + +%files doc +%{gem_docdir} +%{gem_instdir}/CONTRIBUTING.md +%{gem_instdir}/CHANGELOG.rdoc +%{gem_instdir}/Dependencies.txt +%{gem_instdir}/TODO.rdoc + +%changelog +* Mon Jan 19 2015 Josef Stribny - 2.5.4-2 +- rebuilt for ror41 + +* Wed Oct 16 2013 Josef Stribny - 2.5.4-1 +- Update to mail 2.5.4 + +* Wed Jun 19 2013 Josef Stribny - 2.4.4-5 +- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0 + +* Wed Jun 12 2013 Josef Stribny - 2.4.4-4 +- Patch encoding for Ruby 1.9.3 + Resolves: rhbz#973650 + +* Tue Jul 31 2012 Bohuslav Kabrda - 2.4.4-3 +- Exclude the cached gem. + +* Thu Jul 26 2012 Bohuslav Kabrda - 2.4.4-2 +- Specfile cleanup + +* Tue Apr 03 2012 Bohuslav Kabrda - 2.4.4-1 +- Rebuilt for scl. +- Updated to 2.4.4. + +* Tue Jan 31 2012 Vít Ondruch - 2.3.0-3 +- Rebuilt for Ruby 1.9.3. + +* Sat Jan 14 2012 Fedora Release Engineering - 2.3.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed May 04 2011 - 2.3.0-1 +- Updated mail to latest upstream release (v.2.3.0 2011-04-27) +- Test excluded. May be need Zentest >= 4.4.0 and rubygem(rcov). + +* Wed Feb 09 2011 Fedora Release Engineering - 2.2.15-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Mon Jan 31 2011 - 2.2.15-2 +- Fix Comment 18 #665560. https://bugzilla.redhat.com/show_bug.cgi?id=665560#c18 +- Remove create Gemfile.lock at prep-section. + +* Sat Jan 29 2011 - 2.2.15-1 +- Updated mail to latest upstream release (v.2.2.15 2011-01-25) + +* Thu Jan 27 2011 - 2.2.14-5 +- Fix Comment 14 #665560. https://bugzilla.redhat.com/show_bug.cgi?id=665560#c14 + +* Mon Jan 24 2011 - 2.2.14-4 +- Fix Comment 12 #665560. https://bugzilla.redhat.com/show_bug.cgi?id=665560#c12 + +* Sun Jan 23 2011 - 2.2.14-3 +- 'BuildRequires:%{?scl:%scl_prefix}' correct wrong tag 'BuildRequires(check):'. + +* Sat Jan 22 2011 - 2.2.14-2 +- Fix Comment 6 #665560. https://bugzilla.redhat.com/show_bug.cgi?id=665560#c6 + +* Thu Jan 13 2011 - 2.2.14-1 +- Updated mail to latest upstream release + +* Fri Dec 24 2010 - 2.2.13-1 +- Initial package +