rpms/trac-ticketdelete-plugin/devel trac-ticketdelete-plugin.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jesse Keating (jkeating) fedora-extras-commits at redhat.com
Fri Dec 21 22:34:03 UTC 2007


Author: jkeating

Update of /cvs/pkgs/rpms/trac-ticketdelete-plugin/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20395/devel

Modified Files:
	.cvsignore sources 
Added Files:
	trac-ticketdelete-plugin.spec 
Log Message:
Initial import



--- NEW FILE trac-ticketdelete-plugin.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

%define svnrev 2825

Name:           trac-ticketdelete-plugin
Version:        1.1.4
Release:        1.20071126svn%{svnrev}%{?dist}
Summary:        Remove tickets and ticket changes from Trac

Group:          Applications/Internet
License:        BSD
URL:            http://trac-hacks.org/wiki/TicketDeletePlugin
# Source comes from Trac right now: http://trac-hacks.org/changeset/2825/ticketdeleteplugin?old_path=/&filename=ticketdeleteplugin&format=zip
Source0:        ticketdeleteplugin-r2825.zip
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools
Requires:       trac, python-setuptools

%description
Provides a web interface to removing whole tickets and ticket changes in Trac.

%prep
%setup -n ticketdeleteplugin/0.10 -q


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
# skip-build doesn't work on el4
%{__python} setup.py install -O1 --root $RPM_BUILD_ROOT

 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%{python_sitelib}/*


%changelog
* Mon Nov 26 2007 Jesse Keating <jkeating at redhat.com> - 1.1.4-1.20071126svn2825
- Initial package for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/trac-ticketdelete-plugin/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Dec 2007 22:26:24 -0000	1.1
+++ .cvsignore	21 Dec 2007 22:33:26 -0000	1.2
@@ -0,0 +1 @@
+ticketdeleteplugin-r2825.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/trac-ticketdelete-plugin/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Dec 2007 22:26:24 -0000	1.1
+++ sources	21 Dec 2007 22:33:26 -0000	1.2
@@ -0,0 +1 @@
+ce1def89a5f7ee0bde3118be0cf52654  ticketdeleteplugin-r2825.zip




More information about the fedora-extras-commits mailing list