From d77963c300289b6be29b5dc08d0662fc698068f4 Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Feb 26 2016 12:32:11 +0000 Subject: Retired due to Drupal 6 EOL --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 87bc4a6..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/prepopulate-6.x-2.2.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-prepopulate-RPM-README.txt b/drupal6-prepopulate-RPM-README.txt deleted file mode 100644 index a098b41..0000000 --- a/drupal6-prepopulate-RPM-README.txt +++ /dev/null @@ -1,5 +0,0 @@ -After installation, you must enable this module from the Drupal administration -page. - -If upgrading this module separately from the core Drupal package, be sure to -run the http://hostname/drupal6/upgrade.php script after this RPM is upgraded. diff --git a/drupal6-prepopulate.spec b/drupal6-prepopulate.spec deleted file mode 100644 index 958c671..0000000 --- a/drupal6-prepopulate.spec +++ /dev/null @@ -1,84 +0,0 @@ -%{!?drupal6: %global drupal6 %{_datadir}/drupal6} -%{!?drupal6_modules: %global drupal6_modules %{drupal6}/sites/all/modules} - -%global module_name prepopulate - -Name: drupal6-%{module_name} -Version: 2.2 -Release: 5%{?dist} -Summary: Allows form elements to be pre-populated from the URL - -Group: Applications/Publishing -License: GPLv2 -URL: http://drupal.org/project/%{module_name} -Source0: http://ftp.drupal.org/files/projects/%{module_name}-6.x-%{version}.tar.gz -Source1: %{name}-RPM-README.txt - -BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -Requires: drupal6 - -Provides: drupal6(%{module_name}) = %{version} - -%description -The Prepopulate module allows fields in most forms to be pre-populated from -the $_REQUEST variable. - -For example, the following URL: - -http://www.example.com/node/add/blog?edit[title]=this is the title - -will automatically fill the Title field on a new blog post with the words -"this is the title". Any field can be pre-populated this way, including taxonomy -and CCK fields. You can prepopulate more than one field at a time as well. -Prepopulate is excellent for creating bookmarklets. For examples on usage for -all of these cases, please read the USAGE.txt file that comes with the module -or you can read the online handbook page (http://drupal.org/node/228167). - -This package provides the following Drupal modules: -* %{module_name} - - -%prep -%setup -qn %{module_name} - -cp -p %{SOURCE1} . - - -%build -# Empty build section, nothing required - - -%install -rm -rf %{buildroot} -mkdir -p -m 0755 %{buildroot}%{drupal6_modules}/%{module_name} -cp -pr * %{buildroot}%{drupal6_modules}/%{module_name}/ - - -%clean -rm -rf %{buildroot} - - -%files -%defattr(-,root,root,-) -%doc *.txt -%{drupal6_modules}/%{module_name} -%exclude %{drupal6_modules}/%{module_name}/*.txt - - -%changelog -* Wed Feb 03 2016 Fedora Release Engineering - 2.2-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Wed Jun 17 2015 Fedora Release Engineering - 2.2-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sat Jun 07 2014 Fedora Release Engineering - 2.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sat Aug 03 2013 Fedora Release Engineering - 2.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Mar 22 2013 Shawn Iwinski 2.2-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index 9caa035..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -0555b6b8b89f0becb9f786c349f2be92 prepopulate-6.x-2.2.tar.gz