Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Bill Nottingham
c6b4de61c5 Retire zikula-module-Polls. 2011-02-23 17:08:19 -05:00
Dennis Gilmore
5f16da9a08 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 02:55:01 -06:00
Fedora Release Engineering
c0759f9e32 dist-git conversion 2010-07-29 16:30:12 +00:00
Eric Christensen
71441bddd8 Update to latest version including the following fixes from Zikula:
- gettext conversion #21
- several category issues #33
- template update
- fixed several minor issues #15
- fixed short url bugs #18
2010-05-13 21:36:01 +00:00
7 changed files with 2 additions and 85 deletions

View file

@ -1 +0,0 @@
Polls_2_0_2.zip

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
Polls_2.1.0.zip

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: zikula-module-Polls
# $Id$
NAME := zikula-module-Polls
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)

1
dead.package Normal file
View file

@ -0,0 +1 @@
This package was retired due to no active owner on 2011-02-23

View file

@ -1 +0,0 @@
zikula-module-Polls-2_0_2-3_fc11:HEAD:zikula-module-Polls-2.0.2-3.fc11.src.rpm:1256252172

View file

@ -1 +0,0 @@
cad0cb9287ab06d935461b7e5fbbf939 Polls_2_0_2.zip

View file

@ -1,61 +0,0 @@
%global zikula_base %{_datadir}/zikula
%global zikula_moddir %{zikula_base}/modules
%global zikula_modname Polls
Name: zikula-module-%{zikula_modname}
Version: 2.0.2
Release: 3%{?dist}
Summary: Simple voting system for Zikula
Group: Applications/Publishing
License: GPL+
URL: http://code.zikula.org/advancedpolls/downloads
# http://code.zikula.org/advancedpolls/downloads/3
Source0: %{zikula_modname}_2_0_2.zip
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
#BuildRequires:
Requires: zikula
%description
Polls is a simple voting system for the Zikula CMS system
%prep
%setup -qn modules/%{zikula_modname}
# Remove empty index.html and others
find -size 0 | xargs rm -f
%build
# Fixing wrong-file-end-of-line-encoding errors
cd pndocs
sed -i 's/\r//' credits.txt
%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/credits.txt
%{zikula_moddir}/%{zikula_modname}
%changelog
* Thu Jul 23 2009 Eric "Sparks" Christensen <sparks@fedoraproject.org> - 2.0.2-3
- Fixed SOURCE0 in SPEC
* Wed Jul 15 2009 Eric "Sparks" Christensen <sparks@fedoraproject.org> - 2.0.2-2
- Fixed wrong-file-end-of-line-encoding errors
* Wed Jul 15 2009 Eric "Sparks" Christensen <sparks@fedoraproject.org> - 2.0.2-1
- Initial RPM release