rpms/drupal-cck/F-9 drupal-cck-fedora-README.txt, NONE, 1.1 drupal-cck.spec, NONE, 1.1 sources, 1.1, 1.2

Jon Ciesla (limb) fedora-extras-commits at redhat.com
Thu Jul 31 18:35:12 UTC 2008


Author: limb

Update of /cvs/pkgs/rpms/drupal-cck/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8279

Modified Files:
	sources 
Added Files:
	drupal-cck-fedora-README.txt drupal-cck.spec 
Log Message:
Initial import.



--- NEW FILE drupal-cck-fedora-README.txt ---
After installation, you must enable this module from the drupal
administration.

If upgrading this module seperately from the core drupal package, 
be sure to run the http://hostname/drupal/upgrade.php script after this
rpm is upgraded.


--- NEW FILE drupal-cck.spec ---
%define drupaldir %{_datadir}/drupal
Name: drupal-cck
Version:  6.x.2.0
Release:  2.rc4%{?dist}
Summary:  Allows you create and customize fields using a web browser

Group: Applications/Publishing
License: GPLv2
URL: http://drupal.org/project/cck
Source0: http://ftp.drupal.org/files/projects/cck-6.x-2.0-rc4.tar.gz
Source1: drupal-cck-fedora-README.txt

BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: drupal >= 6.0

%description
The Content Construction Kit allows you create and customize fields using
a web browser. The 4.7x version of CCK creates custom content types and 
allows you to add custom fields to them. In Drupal 5.x custom content 
types can be created in core, and CCK allows you to add custom fields to 
any content type.

%prep

%setup -qn cck

%build

chmod -x content.module
cp %{SOURCE1} .

%install
rm -rf %{buildroot}
install -d %{buildroot}%{drupaldir}/modules/cck
cp -pr * %{buildroot}%{drupaldir}/modules/cck

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc LICENSE.txt README.txt drupal-cck-fedora-README.txt UPGRADE.txt DEVELOPER.txt CHANGELOG.txt
%exclude %{drupaldir}/modules/cck/CHANGELOG.txt
%exclude %{drupaldir}/modules/cck/DEVELOPER.txt
%exclude %{drupaldir}/modules/cck/LICENSE.txt
%exclude %{drupaldir}/modules/cck/README.txt
%exclude %{drupaldir}/modules/cck/UPGRADE.txt
%exclude %{drupaldir}/modules/cck/drupal-cck-fedora-README.txt
%{drupaldir}/modules/cck

%changelog
* Wed Jul 30 2008 Jon Ciesla <limb at jcomserv.net> - 6.x.2.0-2.rc4
- Another %%doc fix.

* Tue Jul 29 2008 Jon Ciesla <limb at jcomserv.net> - 6.x.2.0-1.rc4
- %%doc fix.

* Tue Jul 29 2008 Jon Ciesla <limb at jcomserv.net> - 6.x.2.0-0.rc4
- Update to new release.

* Mon Jun 16 2008 Jon Ciesla <limb at jcomserv.net> - 6.x.2.0-0.beta
- Updated for Drupal 6.x.

* Tue Oct 30 2007 Jon Ciesla <limb at jcomserv.net> - 1.6-1
- Initial packaging.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/drupal-cck/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	31 Jul 2008 17:15:45 -0000	1.1
+++ sources	31 Jul 2008 18:34:42 -0000	1.2
@@ -0,0 +1 @@
+b0805a344cdee93fa0d9388160c5fac2  cck-6.x-2.0-rc4.tar.gz




More information about the fedora-extras-commits mailing list