[drupal6-service_links] Initial import.

Jon Ciesla limb at fedoraproject.org
Mon Nov 28 18:20:46 UTC 2011


commit 14dd7055da3c5a106ec80c7c067b4d897abca7d5
Author: Jon Ciesla <limb at jcomserv.net>
Date:   Mon Nov 28 12:20:31 2011 -0600

    Initial import.

 .gitignore                              |    1 +
 drupal6-service_links-fedora-README.txt |    6 ++
 drupal6-service_links.spec              |   94 +++++++++++++++++++++++++++++++
 sources                                 |    1 +
 4 files changed, 102 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..0a65b24 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/service_links-6.x-2.1.tar.gz
diff --git a/drupal6-service_links-fedora-README.txt b/drupal6-service_links-fedora-README.txt
new file mode 100644
index 0000000..651c936
--- /dev/null
+++ b/drupal6-service_links-fedora-README.txt
@@ -0,0 +1,6 @@
+After installation, you must enable this module from the drupal
+administration.
+
+If upgrading this module seperately 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-service_links.spec b/drupal6-service_links.spec
new file mode 100644
index 0000000..04c308a
--- /dev/null
+++ b/drupal6-service_links.spec
@@ -0,0 +1,94 @@
+%define drupaldir %{_datadir}/drupal6
+Name: drupal6-service_links
+Version:  2.1
+Release:  1%{?dist}
+Summary: Enables admins to add links to a number of sites
+
+Group: Applications/Publishing
+License: GPLv2+
+URL: http://drupal.org/project/service_links
+Source0: http://ftp.drupal.org/files/projects/service_links-6.x-%{version}.tar.gz
+Source1: %{name}-fedora-README.txt
+#Source2: %{name}-gpl-2.0.txt
+
+BuildArch: noarch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Requires: drupal6 >= 6.0
+Obsoletes: drupal-service_links <= 6.x.2.0-2
+
+%description
+The service links module enables admins to add links to a number of social 
+bookmarking sites, blog search sites etc. Includes sites are del.icio.us, 
+Digg, Reddit, ma.gnolia.com, Newsvine, Furl, Google, Yahoo, Technorati and 
+IceRocket.
+
+%prep
+
+%setup -qn service_links
+
+
+%build
+
+cp %{SOURCE1} .
+
+%install
+rm -rf %{buildroot}
+
+#replace license with version with correct address.
+#rm LICENSE.txt
+#install -m 644 %{SOURCE2} LICENSE.txt
+
+install -d %{buildroot}%{drupaldir}/modules/service_links
+cp -pr * %{buildroot}%{drupaldir}/modules/service_links
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%doc LICENSE.txt README.txt %{name}-fedora-README.txt
+%exclude %{drupaldir}/modules/service_links/LICENSE.txt
+%exclude %{drupaldir}/modules/service_links/README.txt
+%exclude %{drupaldir}/modules/service_links/%{name}-fedora-README.txt
+%{drupaldir}/modules/service_links
+
+%changelog
+* Mon Nov 28 2011 Jon Ciesla <limb at jcomserv.net> - 2.1-1
+- New upstream.
+- Reverted back to upstream license, address fixed.
+
+* Mon Nov 28 2011 Jon Ciesla <limb at jcomserv.net> - 2.0-4
+- Fixed license perms.
+
+* Mon Nov 28 2011 Jon Ciesla <limb at jcomserv.net> - 2.0-3
+- Corrected license address.
+
+* Thu Jan 20 2011 Jon Ciesla <limb at jcomserv.net> - 2.0-2
+- Corrected obsoletes.
+
+* Wed Jan 19 2011 Jon Ciesla <limb at jcomserv.net> - 2.0-1
+- Fixed version, bad patch macro, license.
+
+* Fri Dec 03 2010 Jon Ciesla <limb at jcomserv.net> - 6.x.2.0-2
+- Fixed README naming.
+
+* Mon Oct 25 2010 Jon Ciesla <limb at jcomserv.net> - 6.x.2.0-1
+- New upstream, BZ 645757.
+
+* Fri Oct 09 2009 Jon Ciesla <limb at jcomserv.net> - 6.x.1.0-5
+- Patch for CVE-2009-3648 from madirish.net, BZ 528200, 528201.
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 6.x.1.0-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 6.x.1.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Thu Jul 31 2008 Jon Ciesla <limb at jcomserv.net> - 6.x.1.0-2
+- Corrected duplicate files.
+
+* Mon Jun 16 2008 Jon Ciesla <limb at jcomserv.net> - 6.x.1.0-1
+- Updated for Drupal 6.x.
+
+* Wed Oct 24 2007 Jon Ciesla <limb at jcomserv.net> - 1.0-1
+- Initial packaging.
diff --git a/sources b/sources
index e69de29..5c5baaf 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e11874aa7b55d2039df9fd16aee5e37d  service_links-6.x-2.1.tar.gz


More information about the scm-commits mailing list