rpms/drupal-workspace/F-10 drupal-workspace-fedora-README.txt, NONE, 1.1 drupal-workspace.spec, NONE, 1.1 sources, 1.1, 1.2

Jon Ciesla limb at fedoraproject.org
Fri Nov 13 21:16:19 UTC 2009


Author: limb

Update of /cvs/pkgs/rpms/drupal-workspace/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15603/F-10

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



--- NEW FILE drupal-workspace-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-workspace.spec ---
%define drupaldir %{_datadir}/drupal
Name: drupal-workspace
Version:  6.x.1.4
Release:  2.rc1%{?dist}
Summary: Allows users to have a central place to view and manage their content

Group: Applications/Publishing
License: GPL+
URL: http://drupal.org/project/workspace
Source0: http://ftp.drupal.org/files/projects/workspace-6.x-1.4-rc1.tar.gz
Source1: drupal-workspace-fedora-README.txt

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

%description
Each user has his/her own workspace, which is accessible by following a 
"My workspace" link in the main site navigation, just like the 
"My account" link. The workspace interface is tabbed (in the Drupal 
6.x version) and shows Content, Comments, and Attachments (attachments 
are files the user has uploaded with Drupal core's upload module).

%prep

%setup -qn workspace

install -p -m 0644 %{SOURCE1} .

%build

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

%clean
rm -rf %{buildroot}

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

%changelog
* Fri Nov 13 2009 Jon Ciesla <limb at jcomserv.net> - 6.x.1.4-2.rc1
- Fixed license tag.

* Tue Nov 10 2009 Jon Ciesla <limb at jcomserv.net> - 6.x.1.4-1.rc1
- Fixed license tag.

* Mon Aug 03 2009 Jon Ciesla <limb at jcomserv.net> - 6.x.1.4-0.rc1
- Updated to new version.

* Tue Sep 16 2008 Jon Ciesla <limb at jcomserv.net> - 6.x.1.3-0
- Initial packaging.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/drupal-workspace/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	13 Nov 2009 19:39:37 -0000	1.1
+++ sources	13 Nov 2009 21:16:18 -0000	1.2
@@ -0,0 +1 @@
+31c3096654914eb2c58971de355d21a8  workspace-6.x-1.4-rc1.tar.gz




More information about the fedora-extras-commits mailing list