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

Jon Ciesla limb at fedoraproject.org
Mon Aug 25 12:32:35 UTC 2008


Author: limb

Update of /cvs/pkgs/rpms/drupal-date/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8362

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



--- NEW FILE drupal-date-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-date.spec ---
%define drupaldir %{_datadir}/drupal
Name: drupal-date
Version:  6.x.2.0
Release:  2.rc2%{?dist}
Summary:  This package contains both the Date module and a Date API module

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

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

%description
The Date API is available to be used by other modules and is not dependent 
on having CCK installed.  The date module is a flexible date/time field 
type for the cck content module which requires the CCK content.module and 
the Date API module. 

%prep

%setup -qn date

%build

cp %{SOURCE1} .

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

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc CHANGELOG.txt LICENSE.txt INSTALL.txt drupal-date-fedora-README.txt
%{drupaldir}/modules/date
%exclude %{drupaldir}/modules/date/CHANGELOG.txt
%exclude %{drupaldir}/modules/date/LICENSE.txt
%exclude %{drupaldir}/modules/date/INSTALL.txt
%exclude %{drupaldir}/modules/date/drupal-date-fedora-README.txt
%exclude %{drupaldir}/modules/date/date_php4/

%changelog
* Fri Aug 22 2008 Jon Ciesla <limb at jcomserv.net> - 6.x.2.0-2.rc2
- Update to new version.
- Exclude date_php4.

* Thu Aug 21 2008 Jon Ciesla <limb at jcomserv.net> - 6.x.2.0-1.beta3
- Review fixes.

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

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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/drupal-date/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Aug 2008 17:45:47 -0000	1.1
+++ sources	25 Aug 2008 12:32:04 -0000	1.2
@@ -0,0 +1 @@
+e1df1d46018f98129b00d364df705ed7  date-6.x-2.0-rc2.tar.gz




More information about the fedora-extras-commits mailing list