diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 421a29f..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/net-dns-0.8.0.gem diff --git a/LICENSE b/LICENSE deleted file mode 100644 index d1d832c..0000000 --- a/LICENSE +++ /dev/null @@ -1,56 +0,0 @@ -net-dns is copyrighted free software by Marco Ceresa (@bluemonk) and Simone Carletti (@weppos). -You can redistribute it and/or modify it under either the terms of the -2-clause BSDL (see the file BSDL), or the conditions below: - - 1. You may make and give away verbatim copies of the source form of the - software without restriction, provided that you duplicate all of the - original copyright notices and associated disclaimers. - - 2. You may modify your copy of the software in any way, provided that - you do at least ONE of the following: - - a) place your modifications in the Public Domain or otherwise - make them Freely Available, such as by posting said - modifications to Usenet or an equivalent medium, or by allowing - the author to include your modifications in the software. - - b) use the modified software only within your corporation or - organization. - - c) give non-standard binaries non-standard names, with - instructions on where to get the original software distribution. - - d) make other distribution arrangements with the author. - - 3. You may distribute the software in object code or binary form, - provided that you do at least ONE of the following: - - a) distribute the binaries and library files of the software, - together with instructions (in the manual page or equivalent) - on where to get the original distribution. - - b) accompany the distribution with the machine-readable source of - the software. - - c) give non-standard binaries non-standard names, with - instructions on where to get the original software distribution. - - d) make other distribution arrangements with the author. - - 4. You may modify and include the part of the software into any other - software (possibly commercial). But some files in the distribution - are not written by the author, so that they are not under these terms. - - For the list of those files and their copying conditions, see the - file LEGAL. - - 5. The scripts and library files supplied as input to or produced as - output from the software do not automatically fall under the - copyright of the software, but belong to whomever generated them, - and may be sold commercially, and may be aggregated with this - software. - - 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR - IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - PURPOSE. diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/rubygem-net-dns.spec b/rubygem-net-dns.spec deleted file mode 100644 index 69ea835..0000000 --- a/rubygem-net-dns.spec +++ /dev/null @@ -1,93 +0,0 @@ -%global gem_name net-dns - -Name: rubygem-%{gem_name} -Version: 0.8.0 -Release: 5%{?dist} -Summary: Pure Ruby DNS library -License: BSD -URL: http://github.com/bluemonk/net-dns -Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem -Source1: LICENSE -BuildRequires: ruby(release) -BuildRequires: rubygems-devel -BuildRequires: ruby >= 1.8.7 -BuildArch: noarch - -%description -Net::DNS is a pure Ruby DNS library, with a clean OO interface and an -extensible API. - - -%package doc -Summary: Documentation for %{name} -Requires: %{name} = %{version}-%{release} -BuildArch: noarch - -%description doc -Documentation for %{name}. - -%prep -gem unpack %{SOURCE0} - -%setup -q -D -T -n %{gem_name}-%{version} -gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec -cp -p %{SOURCE1} . - -%build -# Create the gem as gem install only works on a gem file -gem build %{gem_name}.gemspec - -# %%gem_install compiles any C extensions and installs the gem into ./%%gem_dir -# by default, so that we can move it into the buildroot in %%install -%gem_install - -%install -mkdir -p %{buildroot}%{gem_dir} -cp -a .%{gem_dir}/* \ - %{buildroot}%{gem_dir}/ - - - - -# Run the test suite -%check -pushd .%{gem_instdir} - -popd - -%files -%license LICENSE -%dir %{gem_instdir} -%exclude %{gem_instdir}/.gitignore -%exclude %{gem_instdir}/.travis.yml -%{gem_instdir}/demo -%{gem_instdir}/fixtures -%{gem_libdir} -%exclude %{gem_cache} -%{gem_spec} - -%files doc -%doc %{gem_docdir} -%doc %{gem_instdir}/CHANGELOG.md -%{gem_instdir}/Gemfile -%doc %{gem_instdir}/README.md -%{gem_instdir}/Rakefile -%doc %{gem_instdir}/THANKS.rdoc -%{gem_instdir}/net-dns.gemspec -%{gem_instdir}/test - -%changelog -* Sat Jul 14 2018 Fedora Release Engineering - 0.8.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 0.8.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 0.8.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 0.8.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Mon Jun 20 2016 Germano Massullo - 0.8.0-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index 280a58c..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -0b7c2eca96138c4c13ce005d3a16551f net-dns-0.8.0.gem