rpms/plone/devel plone.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Thu Feb 10 23:29:27 UTC 2005


Author: abompard

Update of /cvs/extras/rpms/plone/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18893/devel

Modified Files:
	.cvsignore sources 
Added Files:
	plone.spec 
Log Message:
auto-import plone-2.0.5-1 on branch devel from plone-2.0.5-1.src.rpm


--- NEW FILE plone.spec ---
%define python_minver 2.3.4
%define zope_minver 2.7.0

%define zope_home      %{_libdir}/zope
%define software_home  %{zope_home}/lib/python

Name:           plone
Version:        2.0.5
Release:        1
Epoch:          0
Summary:        User friendly and powerful open source Content Management System

License:        GPL
Group:          Applications/Internet
URL:		http://www.plone.org/
Source0:        http://dl.sf.net/plone/Plone-2.0.5.tar.gz

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

Requires:       zope >= 0:%{zope_minver}
Requires:       python >= %{python_minver}

%description
Plone is a user friendly and powerful open source Content Management System.
based on Zope.
Plone is easy to use. The Plone Team includes usability experts who have made
Plone easy and attractive for content managers to add, update, and maintain
content.
Plone is international. The Plone interface has been translated into over 30
languages, and tools exist for managing multilingual content.
Plone is standard. Plone carefully follows standards for usability and
accessibility. Plone pages are compliant with US Section 508, and the W3C's
AAA rating for accessibility, in addition to using  best-practice web
standards like XHTML and CSS.
Plone is Open Source. Plone is licensed under the GNU General Public License,
the same license Linux uses. This gives you the right to use Plone without a
license fee, and to improve upon the product.
Plone is supported. There are close to a hundred developers in the Plone
Development Team around the world, and a multitude of companies specializing
in Plone development and support.
Plone is extensible. There are many add-on products for Plone that add new
features and content types. In addition, Plone can be scripted using web
standard solutions and Open Source languages.
Plone is technology neutral. Plone can interoperate with most relational
database systems, open source and commercial, and runs on a vast array of
platforms, including Linux, Windows, Mac OS X, Solaris and BSD.

%prep
%setup -q -n Plone-%{version}
# Avoid conflicts
mv README.txt Plone-README.txt
mv CONTENTS.txt Plone-CONTENTS.txt
# Clean up sources
find . -type d -name CVS | xargs rm -rf
find . -type f -name .cvsignore | xargs rm -rf
find . -type f -name "*~" | xargs rm -rf
rm -f Archetypes/content_driver/.DocBook.py.swp


%install
rm -rf $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT%{software_home}/Products
cp -pr * $RPM_BUILD_ROOT%{software_home}/Products


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(644,root,root,755)
%{software_home}/Products/* 


%changelog
* Fri Feb 11 2005 Aurelien Bompard <gauret[AT]free.fr> 0:2.0.5-1
- initial Fedora Extras RPM


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/plone/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Feb 2005 23:27:56 -0000	1.1
+++ .cvsignore	10 Feb 2005 23:29:25 -0000	1.2
@@ -0,0 +1 @@
+Plone-2.0.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/plone/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Feb 2005 23:27:56 -0000	1.1
+++ sources	10 Feb 2005 23:29:25 -0000	1.2
@@ -0,0 +1 @@
+fe8ce932877c53bb22b1f88d2b4c9211  Plone-2.0.5.tar.gz




More information about the fedora-extras-commits mailing list