From 86160b59ee80966c087d5875152870eabb7ddba2 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:18:17 +0000 Subject: [PATCH 1/4] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b73b5a2..74256cb 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: wordpress-plugin-add-to-any-subscribe -# $Id$ +# $Id: Makefile,v 1.1 2009/05/09 20:58:17 kevin Exp $ NAME := wordpress-plugin-add-to-any-subscribe SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 16eb3abfadb7146c66973ad1a4a6ca5785f95f5a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 8 May 2010 02:28:41 +0000 Subject: [PATCH 2/4] Initialize branch EL-6 for wordpress-plugin-add-to-any-subscribe --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..46381b9 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +EL-6 From 98ee5734d5b4517a72d00d613aafb8b86e858e67 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:24:10 +0000 Subject: [PATCH 3/4] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - import.log | 1 - 4 files changed, 23 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch delete mode 100644 import.log diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 74256cb..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: wordpress-plugin-add-to-any-subscribe -# $Id: Makefile,v 1.1 2009/05/09 20:58:17 kevin Exp $ -NAME := wordpress-plugin-add-to-any-subscribe -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/branch b/branch deleted file mode 100644 index 46381b9..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -EL-6 diff --git a/import.log b/import.log deleted file mode 100644 index 8f6f349..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -wordpress-plugin-add-to-any-subscribe-0_9_6_4_1-1_fc10:HEAD:wordpress-plugin-add-to-any-subscribe-0.9.6.4.1-1.fc10.src.rpm:1241984648 From 6fa224414b7fdaf30d3fb7a99a49fb11ec8b0174 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Sat, 20 Dec 2014 11:36:37 +0100 Subject: [PATCH 4/4] 2014-12-20: Retired orphaned package, because it was not built. --- .gitignore | 1 - dead.package | 2 + sources | 1 - wordpress-plugin-add-to-any-subscribe.spec | 154 --------------------- 4 files changed, 2 insertions(+), 156 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 wordpress-plugin-add-to-any-subscribe.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 146d22c..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -add-to-any-subscribe.0.9.6.4.1.zip diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..c842c49 --- /dev/null +++ b/dead.package @@ -0,0 +1,2 @@ +2014-12-20: Retired orphaned package, because it was not built. + diff --git a/sources b/sources deleted file mode 100644 index 1204471..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -02049bf88fa2b594dce643e1842b5aea add-to-any-subscribe.0.9.6.4.1.zip diff --git a/wordpress-plugin-add-to-any-subscribe.spec b/wordpress-plugin-add-to-any-subscribe.spec deleted file mode 100644 index 8ec5105..0000000 --- a/wordpress-plugin-add-to-any-subscribe.spec +++ /dev/null @@ -1,154 +0,0 @@ -# Some notes on this RPM: -# There are two expected rpmlint errors: dangling-symlink and file-not-in-%lang. -# The dangling symlinks have been deemed OK by Toshio Kuratomi: -# 18:08 < abadger1999> ianweller: Those rpmlint wanrings can be ignored as long as things continue to work when the actual files in /usr/share/locale are gone. -# ... which they do. In addition, rpmlint is not smart enough to realize that the files that are not in %lang are not actually the .mo files; they are *symlinks*. - - -%global plugin_name add-to-any-subscribe -%global plugin_human_name Add to Any Subscribe Button - - -Name: wordpress-plugin-%{plugin_name} -Version: 0.9.6.4.1 -Release: 2%{?dist} -Summary: %{plugin_human_name} plugin for WordPress - -Group: Applications/Publishing -# According to http://plugins.trac.wordpress.org/ all plugins are licensed -# under the GPL unless otherwise stated in the plugin source. -License: GPLv3+ -URL: http://wordpress.org/extend/plugins/%{plugin_name}/ -Source0: http://downloads.wordpress.org/plugin/%{plugin_name}.%{version}.zip -BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) -Requires: wordpress -BuildArch: noarch - -%description -Helps readers subscribe to your blog using any feed reader, such as Google -Reader, My Yahoo!, Netvibes, Windows Live, and all other RSS readers. The -button comes with Add to Any's customizable Smart Menu, which places the -services visitors use at the top of the menu, based on each visitor's browsing -history. - - * Add to Any Smart Menu - * Includes all services - * Services updated automatically - * WordPress optimized, localized (i18n for English, Chinese, Danish) - * Searchable on key-down - * Keyboard navigation - * Many more publisher and user features - -This package is built for use with WordPress (wordpress), not WordPress MU. Use -wordpress-mu-plugin-%{plugin_name} for WordPress MU. - -Additional language files are available in the -wordpress-plugin-%{plugin_name} package. - - -%package -n wordpress-mu-plugin-%{plugin_name} -Summary: %{plugin_human_name} plugin for WordPress MU -Group: Applications/Publishing -# According to http://plugins.trac.wordpress.org/ all plugins are licensed -# under the GPL unless otherwise stated in the plugin source. -License: GPLv3+ -Requires: wordpress-mu -BuildArch: noarch - -%description -n wordpress-mu-plugin-%{plugin_name} -Helps readers subscribe to your blog using any feed reader, such as Google -Reader, My Yahoo!, Netvibes, Windows Live, and all other RSS readers. The -button comes with Add to Any's customizable Smart Menu, which places the -services visitors use at the top of the menu, based on each visitor's browsing -history. - - * Add to Any Smart Menu - * Includes all services - * Services updated automatically - * WordPress optimized, localized (i18n for English, Chinese, Danish) - * Searchable on key-down - * Keyboard navigation - * Many more publisher and user features - -This package is built for use with WordPress MU (wordpress-mu), not regular -WordPress. Use wordpress-plugin-%{plugin_name} for regular Wordpress. - -Additional language files are available in the -wordpress-mu-plugin-%{plugin_name} package. - - -%package i18n -Summary: Language files for %{plugin_human_name} WordPress plugin -Group: Applications/Publishing -# According to http://plugins.trac.wordpress.org/ all plugins are licensed -# under the GPL unless otherwise stated in the plugin source. -License: GPLv3+ -BuildArch: noarch - -%description i18n -This package contains shared internationalization files for this plugin which -are used for the WordPress and WordPress MU packages. - - -%prep -%setup -q -c -echo 'To enable "%{plugin_human_name}", go to the administrative section -of your blog, "Plugins", and enable the plugin there.' > README.fedora -echo 'To allow users to enable "%{plugin_human_name}" for their blogs, -be sure to enable this plugin in the administrative control panel -for your website.' > README.fedora.mu -echo 'This package contains documentation for "%{plugin_human_name}".' > README.fedora.i18n - - -%build - - -%install -rm -rf %{buildroot} -mkdir -p %{buildroot}%{_datadir}/wordpress/wp-content/plugins/ -cp -a %{plugin_name} %{buildroot}%{_datadir}/wordpress/wp-content/plugins/ -mkdir -p %{buildroot}%{_datadir}/wordpress-mu/wp-content/plugins/ -cp -a %{plugin_name} %{buildroot}%{_datadir}/wordpress-mu/wp-content/plugins/ -rm -rf %{buildroot}%{_datadir}/wordpress/wp-content/plugins/%{plugin_name}/i18n/* -rm -rf %{buildroot}%{_datadir}/wordpress-mu/wp-content/plugins/%{plugin_name}/i18n/* -mkdir -p %{buildroot}%{_datadir}/locale/en/LC_MESSAGES/ -mv %{plugin_name}/i18n/%{plugin_name}.mo %{buildroot}%{_datadir}/locale/en/LC_MESSAGES/%{name}.mo -ln -s %{_datadir}/locale/en/LC_MESSAGES/%{name}.mo %{buildroot}%{_datadir}/wordpress/wp-content/plugins/%{plugin_name}/i18n/%{plugin_name}.mo; \ -ln -s %{_datadir}/locale/en/LC_MESSAGES/%{name}.mo %{buildroot}%{_datadir}/wordpress-mu/wp-content/plugins/%{plugin_name}/i18n/%{plugin_name}.mo; \ -for mo in %{plugin_name}/i18n/*.mo; do \ - LANGCODE=$(echo $mo | sed -e "s@%{plugin_name}/i18n/%{plugin_name}-\([^ ]*\).mo@\1@"); \ - mkdir -p %{buildroot}%{_datadir}/locale/$LANGCODE/LC_MESSAGES/; \ - mv %{plugin_name}/i18n/%{plugin_name}-$LANGCODE.mo %{buildroot}%{_datadir}/locale/$LANGCODE/LC_MESSAGES/%{name}.mo; \ - ln -s %{_datadir}/locale/$LANGCODE/LC_MESSAGES/%{name}.mo %{buildroot}%{_datadir}/wordpress/wp-content/plugins/%{plugin_name}/i18n/%{plugin_name}-$LANGCODE.mo; \ - ln -s %{_datadir}/locale/$LANGCODE/LC_MESSAGES/%{name}.mo %{buildroot}%{_datadir}/wordpress-mu/wp-content/plugins/%{plugin_name}/i18n/%{plugin_name}-$LANGCODE.mo; \ -done -%find_lang %{name} - - -%clean -rm -rf %{buildroot} - - -%files -%defattr(-,root,root,-) -%doc README.fedora -%{_datadir}/wordpress/wp-content/plugins/%{plugin_name} - - -%files -n wordpress-mu-plugin-%{plugin_name} -%defattr(-,root,root,-) -%doc README.fedora.mu -%{_datadir}/wordpress-mu/wp-content/plugins/%{plugin_name} - - -%files i18n -f %{name}.lang -%defattr(-,root,root,-) -%doc README.fedora.i18n - - -%changelog -* Mon Jul 27 2009 Fedora Release Engineering - 0.9.6.4.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Mon Apr 27 2009 Ian Weller - 0.9.6.4.1-1 -- Initial package build