From 3ce231d60e5cd2af001f8a1f636032bbd3d106dd Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 8 Feb 2011 02:56:03 -0600 Subject: [PATCH 1/2] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- zikula-module-crpTag.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zikula-module-crpTag.spec b/zikula-module-crpTag.spec index de82382..04eb4fc 100644 --- a/zikula-module-crpTag.spec +++ b/zikula-module-crpTag.spec @@ -4,7 +4,7 @@ Name: zikula-module-%{zikula_modname} Version: 0.1.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Simple Zikula component for tagging items, based on hooks Group: Applications/Publishing @@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Feb 08 2011 Fedora Release Engineering - 0.1.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Mon Jul 27 2009 Fedora Release Engineering - 0.1.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From 716d9cfca51ab8d3f016b8795420590968cb6082 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 23 Feb 2011 17:09:52 -0500 Subject: [PATCH 2/2] Retire zikula-module-crpTag. --- dead.package | 1 + sources | 1 - zikula-module-crpTag.spec | 62 --------------------------------------- 3 files changed, 1 insertion(+), 63 deletions(-) create mode 100644 dead.package delete mode 100644 sources delete mode 100644 zikula-module-crpTag.spec diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..de91ae3 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +This package was retired due to no active owner on 2011-02-23 diff --git a/sources b/sources deleted file mode 100644 index c03df3f..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -51ff4ac0f569e144e07cd886ec0f1fd0 crpTag_0.1.3.zip diff --git a/zikula-module-crpTag.spec b/zikula-module-crpTag.spec deleted file mode 100644 index 04eb4fc..0000000 --- a/zikula-module-crpTag.spec +++ /dev/null @@ -1,62 +0,0 @@ -%global zikula_base %{_datadir}/zikula -%global zikula_moddir %{zikula_base}/modules -%global zikula_modname crpTag - -Name: zikula-module-%{zikula_modname} -Version: 0.1.3 -Release: 5%{?dist} -Summary: Simple Zikula component for tagging items, based on hooks - -Group: Applications/Publishing -License: LGPLv2+ -URL: http://code.zikula.org/crptag -# http://code.zikula.org/crptag/changeset/114/tags/crpTag_0.1.3?old_path=%2F&format=zip -Source0: %{zikula_modname}_%{version}.zip -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArch: noarch -#BuildRequires: -Requires: zikula - -%description -crpTag is a simple Zikula component for tagging items, based on hooks. - - -%prep -%setup -qn tags/%{zikula_modname}_%{version} -# Remove empty index.html and others -find -size 0 | xargs rm -f - - -%build - - -%install -rm -rf $RPM_BUILD_ROOT -%{__mkdir} -p $RPM_BUILD_ROOT/%{zikula_moddir}/%{zikula_modname} -cp -pr . $RPM_BUILD_ROOT/%{zikula_moddir}/%{zikula_modname} -rm -rf $RPM_BUILD_ROOT/%{zikula_moddir}/%{zikula_modname}/pndocs - - -%clean -rm -rf $RPM_BUILD_ROOT - - -%files -%defattr(-,root,root,-) -%doc pndocs/changelog.txt pndocs/license.txt pndocs/credits.txt -%{zikula_moddir}/%{zikula_modname} - - -%changelog -* Tue Feb 08 2011 Fedora Release Engineering - 0.1.3-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Mon Jul 27 2009 Fedora Release Engineering - 0.1.3-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Mon Jun 22 2009 Eric "Sparks" Christensen - 0.1.3-3 -- Corrected license -* Sun Jun 14 2009 Eric "Sparks" Christensen - 0.1.3-2 -- Corrected spaces and tab mixed use in SPEC -* Sun Jun 14 2009 Fedora Docs Team - 0.1.3-1 -- Initial RPM release