Compare commits

..

5 commits

Author SHA1 Message Date
Fedora Release Engineering
99114cf9e2 dist-git conversion 2010-07-29 16:30:10 +00:00
Eric Christensen
dffcbf99fb - gettext conversion #21
- several category issues #33
- template update
- fixed several minor issues #15
- fixed short url bugs #18
2010-06-09 02:31:04 +00:00
Bill Nottingham
67757e8188 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:08:53 +00:00
Eric Christensen
20a66de70f New package. 2009-10-22 23:16:09 +00:00
a0f5618e89 Initialize branch F-12 for zikula-module-Polls 2009-10-22 04:34:42 +00:00
3 changed files with 70 additions and 1 deletions

View file

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

1
sources Normal file
View file

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

69
zikula-module-Polls.spec Normal file
View file

@ -0,0 +1,69 @@
%global zikula_base %{_datadir}/zikula
%global zikula_moddir %{zikula_base}/modules
%global zikula_modname Polls
Name: zikula-module-%{zikula_modname}
Version: 2.1.0
Release: 1%{?dist}
Summary: Simple voting system for Zikula
Group: Applications/Publishing
License: GPL+
URL: http://code.zikula.org/advancedpolls
# http://code.zikula.org/advancedpolls/downloads/4
Source0: http://code.zikula.org/advancedpolls/downloads/Polls_2.1.0.zip
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
#BuildRequires:
Requires: zikula >= 1.2.2
%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
rm -rf $RPM_BUILD_ROOT/%{zikula_moddir}/%{zikula_modname}/locale
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc pndocs/credits.txt
#% doc locale/de/LC_MESSAGES/module_polls.mo
%{zikula_moddir}/%{zikula_modname}
%changelog
* Wed May 05 2010 Eric "Sparks" Christensen <sparks@fedoraproject.org> - 2.1.0-1
- gettext conversion #21
- several category issues #33
- template update
- fixed several minor issues #15
- fixed short url bugs #18
* 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