Compare commits

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

3 commits

Author SHA1 Message Date
Fedora Release Engineering
e221b582e0 dist-git conversion 2010-07-29 16:30:14 +00:00
Eric Christensen
e79d6eaf00 - Updated for Zikula v1.2
- Gettext conversion
- Category support
- Permalink support
- Meta data support
- Ajax voting
- Improved templates and interface
- Multihook needle support #8
- Added simple content plugin #8
- Improved recurrence and DBUtil usage
- Fixed blocks and authorisation methods
- Fixed duplicate function
- Improved results bars style
2010-06-08 02:43:00 +00:00
Jesse Keating
b564a47ea9 Initialize branch F-13 for zikula-module-advanced_polls 2010-02-17 03:36:03 +00:00
6 changed files with 30 additions and 31 deletions

View file

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

1
.gitignore vendored Normal file
View file

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

View file

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

View file

@ -1 +0,0 @@
zikula-module-advanced_polls-1_5_1-1_fc11:HEAD:zikula-module-advanced_polls-1.5.1-1.fc11.src.rpm:1256006189

View file

@ -1 +1 @@
8f4f1fb4095c7b428bff2273d2be4106 advanced_polls151.zip
3d06e252e7ef899313c14b3b2541d152 advanced_polls200.zip

View file

@ -3,29 +3,35 @@
%global zikula_modname advanced_polls
Name: zikula-module-%{zikula_modname}
Version: 1.5.1
Version: 2.0.0
Release: 1%{?dist}
Summary: Advanced voting system for Zikula
Group: Applications/Publishing
License: GPL+
URL: http://code.zikula.org/avancedpolls/downloads
# http://code.zikula.org/advancedpolls/downloads/2
Source0: %{zikula_modname}151.zip
URL: http://code.zikula.org/advancedpolls/downloads
# http://code.zikula.org/advancedpolls/downloads/5
# The Source0 URL must be used with a Internet browser. wget will not work.
Source0: advanced_polls200.zip
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
#BuildRequires:
Requires: zikula
Requires: zikula => 1.2.3
%description
Advanced Polls is an advanced voting system for the Zikula CMS system
%prep
%setup -qn html/modules/%{zikula_modname}
%setup -qn modules/%{zikula_modname}
# Remove empty index.html and others
find -size 0 | xargs rm -f
# Remove htaccess file
cd pnincludes/
rm .htaccess
# Remove .mo file
cd ../locale/
rm -r *
%build
# Fixing wrong-file-end-of-line-encoding errors
@ -53,5 +59,20 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu May 27 2010 Eric "Sparks" Christensen <sparks@fedoraproject.org> - 2.0.0-1
- Updated for Zikula v1.2
- Gettext conversion
- Category support
- Permalink support
- Meta data support
- Ajax voting
- Improved templates and interface
- Multihook needle support #8
- Added simple content plugin #8
- Improved recurrence and DBUtil usage
- Fixed blocks and authorisation methods
- Fixed duplicate function
- Improved results bars style
* Wed Jul 15 2009 Eric "Sparks" Christensen <sparks@fedoraproject.org> - 1.5.1-1
- Initial RPM release