rpms/zikula-module-EZComments/EL-5 import.log, NONE, 1.1 zikula-module-EZComments.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Paul W. Frields pfrields at fedoraproject.org
Fri Jun 18 16:09:42 UTC 2010


Author: pfrields

Update of /cvs/pkgs/rpms/zikula-module-EZComments/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv19996/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	import.log zikula-module-EZComments.spec 
Log Message:
Initial import (#523343)




--- NEW FILE import.log ---
zikula-module-EZComments-2_0_0-1_el5:EL-5:zikula-module-EZComments-2.0.0-1.el5.src.rpm:1276877281


--- NEW FILE zikula-module-EZComments.spec ---
%global zikula_base             %{_datadir}/zikula
%global zikula_moddir           %{zikula_base}/modules
%global zikula_modname          EZComments
%global zikula_rev		741

Name:           zikula-module-%{zikula_modname}
Version:        2.0.0
Release:        1%{?dist}
Summary:        Simple Zikula module that provides comment functions to other modules

Group:          Applications/Publishing
License:        GPLv2+ and LGPLv2+
URL:            http://code.zikula.org/ezcomments
# http://code.zikula.org/ezcomments/changeset/%{zikula_rev}/tags/%{zikula_modname}_%{version}?old_path=%2F&format=zip
Source0:        tags_%{zikula_modname}_%{version}-r%{zikula_rev}.zip
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
#BuildRequires:
Requires:       zikula

%description
EZComments is a Zikula module that provides comment functions 
for other modules.


%prep
%setup -qn tags/%{zikula_modname}_%{version}
# Remove empty index.html and others
find -size 0 | xargs rm -f

# Rpmlint warnings E: script-without-shebang
find . -type f -name '*.php' -exec chmod 0644 '{}' \;
find . -type f -name '*.css' -exec chmod 0644 '{}' \;
find . -type f -name '*.htm' -exec chmod 0644 '{}' \;
find . -type f -name '*.js' -exec chmod 0644 '{}' \;

%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 Jun  8 2010 Paul W. Frields <stickster at gmail.com> - 2.0.0-1
- Update to upstream 2.0.0
- Specfile: use changeset tag to refer to definitive source archive

* Mon Sep 14 2009 Mel Chua <mchua at fedoraproject.org> - 0.1.61-1 
- Initial RPM release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/zikula-module-EZComments/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	3 Nov 2009 19:13:56 -0000	1.1
+++ .cvsignore	18 Jun 2010 16:09:42 -0000	1.2
@@ -0,0 +1 @@
+tags_EZComments_2.0.0-r741.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/zikula-module-EZComments/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	3 Nov 2009 19:13:56 -0000	1.1
+++ sources	18 Jun 2010 16:09:42 -0000	1.2
@@ -0,0 +1 @@
+5239d9b329055760d03b27947634ad5a  tags_EZComments_2.0.0-r741.zip



More information about the scm-commits mailing list