SPECS: redmine.spec (NEW) - new, unfinished

glen glen at pld-linux.org
Sun Oct 12 12:28:38 CEST 2008


Author: glen                         Date: Sun Oct 12 10:28:38 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new, unfinished

---- Files affected:
SPECS:
   redmine.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/redmine.spec
diff -u /dev/null SPECS/redmine.spec:1.1
--- /dev/null	Sun Oct 12 12:28:38 2008
+++ SPECS/redmine.spec	Sun Oct 12 12:28:32 2008
@@ -0,0 +1,72 @@
+# $Revision$, $Date$
+# TODO
+# - finish spec
+Summary:	Flexible project management web application
+Name:		redmine
+Version:	0.7.3
+Release:	0.1
+License:	GPL v2
+Group:		Applications/WWW
+Source0:	http://rubyforge.org/frs/download.php/39477/%{name}-%{version}.tar.gz
+# Source0-md5:	facd856631a8df0174441e97e146cb0a
+URL:		http://www.redmine.org/
+BuildRequires:	rake
+Requires:	rails < 2.1
+Requires:	rails >= 2.0.2
+Requires:	webapps
+Requires:	webserver(alias)
+Suggests:	rmagic
+Suggests:	subversion
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_datadir	%{_prefix}/share/%{name}
+%define		_webapps	/etc/webapps
+%define		_webapp		%{name}
+%define		_sysconfdir	%{_webapps}/%{_webapp}
+
+%description
+Redmine is a flexible project management web application.
+
+Overview:
+- Multiple projects support
+- Flexible role based access control.
+- Flexible issue tracking system
+- Gantt chart and calendar
+- News, documents & files management
+- Feeds & email notifications.
+- Per project wiki
+- Per project forums
+- Simple time tracking functionality
+- Custom fields for issues, projects and users
+- SCM integration (SVN, CVS, Git, Mercurial, Bazaar and Darcs)
+- Multiple LDAP authentication support
+- User self-registration support
+- Multilanguage support
+- Multiple databases support
+
+Written using Ruby on Rails framework, it is cross-platform and
+cross-database.
+
+%prep
+%setup -q
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008/10/12 10:28:32  glen
+- new, unfinished
================================================================


More information about the pld-cvs-commit mailing list