packages: trac-plugin-securetickets/trac-plugin-securetickets.spec (NEW) - new

zbyniu zbyniu at pld-linux.org
Thu Jul 14 14:53:56 CEST 2011


Author: zbyniu                       Date: Thu Jul 14 12:53:56 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/trac-plugin-securetickets:
   trac-plugin-securetickets.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/trac-plugin-securetickets/trac-plugin-securetickets.spec
diff -u /dev/null packages/trac-plugin-securetickets/trac-plugin-securetickets.spec:1.1
--- /dev/null	Thu Jul 14 14:53:56 2011
+++ packages/trac-plugin-securetickets/trac-plugin-securetickets.spec	Thu Jul 14 14:53:51 2011
@@ -0,0 +1,76 @@
+# $Revision$, $Date$
+%define		trac_ver	0.12
+%define		plugin		securetickets
+Summary:	SecureTickets Plugin for Trac
+Name:		trac-plugin-%{plugin}
+Version:	0.1.4
+Release:	0.1
+License:	BSD-like / GPL / ...
+Group:		Applications/WWW
+Source0:	%{plugin}plugin.zip
+# Source0-md5:	9f706e733d205d4467ce6534772cb505
+URL:		http://trac-hacks.org/wiki/SecureTicketsPlugin
+BuildRequires:	python-devel
+Requires:	trac >= %{trac_ver}
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This plugin attempts to provide fine-grained permissions for tickets
+segmented by component. Specifically, unless a user has
+SECURE_TICKET_VIEW permissions, they will only be able to see tickets
+of public components. 
+
+%prep
+%setup -q -n %{plugin}plugin
+mv %{trac_ver}/* .
+
+%build
+%{__python} setup.py build
+%{__python} setup.py egg_info
+
+ver=$(awk '$1 == "Version:" {print $2}' *.egg-info/PKG-INFO)
+test "$ver" = %{version}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__python} setup.py install \
+	--single-version-externally-managed \
+	--optimize 2 \
+	--root=$RPM_BUILD_ROOT
+
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+if [ "$1" = "1" ]; then
+	%banner -e %{name} <<-'EOF'
+	To enable the %{plugin} plugin, add to conf/trac.ini:
+
+	[components]
+	%{plugin}.* = enabled
+	...
+	[securetickets]
+	public_components = customer
+	...
+	[trac]
+	permission_policies = SecureTicketsPolicy, DefaultPermissionPolicy, LegacyAttachmentPolicy
+EOF
+fi
+
+%files
+%defattr(644,root,root,755)
+%{py_sitescriptdir}/%{plugin}
+%{py_sitescriptdir}/*-*.egg-info
+
+%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  2011/07/14 12:53:51  zbyniu
+- new
+
================================================================


More information about the pld-cvs-commit mailing list