diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 4ab26cb..0000000 --- a/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -/backup_migrate-6.x-2.4.tar.gz -/backup_migrate-6.x-2.5.tar.gz -/backup_migrate-6.x-2.6.tar.gz -/backup_migrate-6.x-2.7.tar.gz -/backup_migrate-6.x-2.8.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..8174a45 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Retired due to Drupal 6 EOL diff --git a/drupal6-backup_migrate-fedora-README.txt b/drupal6-backup_migrate-fedora-README.txt deleted file mode 100644 index 1f273f1..0000000 --- a/drupal6-backup_migrate-fedora-README.txt +++ /dev/null @@ -1,5 +0,0 @@ -After installation, you must enable this module in the Modules section -of the Drupal administration tools. - -If upgrading this module seperately from the core drupal package, be -sure to run the upgrade.php script after this rpm is upgraded. diff --git a/drupal6-backup_migrate.spec b/drupal6-backup_migrate.spec deleted file mode 100644 index a08a75c..0000000 --- a/drupal6-backup_migrate.spec +++ /dev/null @@ -1,96 +0,0 @@ -%global drupalver 6 -%{?rhel: %{expand: %%global drupal drupal%%{drupalver}}} -%if 0%{?fedora} >= 15 -%global drupal drupal%{drupalver} -%endif -%{!?drupal: %{expand: %%global drupal drupal}} -# e.g. "/usr/share/drupal6" -%global drupaldir %{_datadir}/%{drupal} -# Use upstream name as expressed in URL and tarball -%global modname backup_migrate - -Name: drupal%{drupalver}-%{modname} -Version: 2.8 -Release: 4%{?dist} -Summary: Database backup, restore, and migrate module for Drupal %{drupalver} -Group: Applications/Publishing -License: GPLv2+ and BSD -URL: http://drupal.org/project/%{modname} -Source0: http://ftp.drupal.org/files/projects/%{modname}-%{drupalver}.x-%{version}.tar.gz -Source1: %{name}-fedora-README.txt -BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: %{drupal} >= 6.0 - -%description -Backup and Migrate simplifies the task of backing up and restoring -your Drupal database or copying your database from one Drupal site to -another. It supports gzip, bzip and zip compression as well as -automatic scheduled backups. - -With Backup and Migrate you can dump some or all of your database -tables to a file download or save to a file on the server, and to -restore from an uploaded or previously saved database dump. You can -chose which tables and what data to backup and cache data is excluded -by default. - -%prep -%setup -qn %{modname} - -%build -cp %{SOURCE1} . - -%install -rm -rf %{buildroot} -install -d %{buildroot}%{drupaldir}/modules/%{modname} -find . -type f -exec install -m 0644 -D '{}' %{buildroot}%{drupaldir}/modules/%{modname}/'{}' \; - - -%clean -rm -rf %{buildroot} - -%files -%defattr(-,root,root,-) -%doc LICENSE.txt %{name}-fedora-README.txt -%exclude %{drupaldir}/modules/%{modname}/LICENSE.txt -%exclude %{drupaldir}/modules/%{modname}/%{name}-fedora-README.txt -%{drupaldir}/modules/%{modname} - -%changelog -* Wed Feb 03 2016 Fedora Release Engineering - 2.8-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Wed Jun 17 2015 Fedora Release Engineering - 2.8-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sat Jun 07 2014 Fedora Release Engineering - 2.8-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Wed Nov 06 2013 Peter Borsa - 2.8-1 -- Update to upstream 2.8 release for bug fixes -- Upstream changelog for this release is available at https://drupal.org/node/2128473 - -* Sat Aug 03 2013 Fedora Release Engineering - 2.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Mon Jun 17 2013 Paul W. Frields - 2.7-1 -- Update to upstream 2.7 (#964273) - -* Wed Feb 13 2013 Fedora Release Engineering - 2.6-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Wed Jul 18 2012 Fedora Release Engineering - 2.6-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Tue May 15 2012 Paul W. Frields - 2.6-1 -- Update to upstream 2.6 - -* Tue Mar 13 2012 Paul W. Frields - 2.5-1 -- Update to upstream 2.5 - -* Fri Jan 13 2012 Fedora Release Engineering - 2.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Sat Apr 2 2011 Paul W. Frields - 2.4-1 -- Initial RPM package - diff --git a/sources b/sources deleted file mode 100644 index 1466a88..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -72b72ae6db5157cd835a02c7d9ddd293 backup_migrate-6.x-2.8.tar.gz