rpms/drupal-calendar/F-11 drupal-calendar-fedora-README.txt, NONE, 1.1 drupal-calendar.spec, NONE, 1.1 sources, 1.1, 1.2

Jon Ciesla limb at fedoraproject.org
Thu Jan 7 14:18:09 UTC 2010


Author: limb

Update of /cvs/pkgs/rpms/drupal-calendar/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5292/F-11

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



--- NEW FILE drupal-calendar-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-calendar.spec ---
%define drupaldir %{_datadir}/drupal
Name: drupal-calendar
Version:  6.x.2.2
Release:  1%{?dist}
Summary:  This module will display any Views date field in calendar formats

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

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

%description
This module will display any Views date field in calendar formats, 
including CCK date fields, Event module event fields, node created or 
updated dates, etc. Switch between year, month, and day views. Back and 
next navigation is provided for all views.

%prep

%setup -qn calendar

%build

cp %{SOURCE1} .

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

%clean
rm -rf %{buildroot}

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


%changelog
* Mon Jan 04 2010 Jon Ciesla <limb at jcomserv.net> - 6.x.2.2-1
- Fixed license tag.

* Wed Jul 29 2009 Jon Ciesla <limb at jcomserv.net> - 6.x.2.2-0
- Updated version.
- DRUPAL-SA-CONTRIB-2009-047.

* Tue Nov 04 2008 Jon Ciesla <limb at jcomserv.net> - 6.x.2.0-2.rc4
- Updated version.

* 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-calendar/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	6 Jan 2010 21:40:31 -0000	1.1
+++ sources	7 Jan 2010 14:18:09 -0000	1.2
@@ -0,0 +1 @@
+7f1eccc04b303dc276b815601ccecdf3  calendar-6.x-2.2.tar.gz




More information about the fedora-extras-commits mailing list