packages: bzr-fastimport/bzr-fastimport.spec (NEW)=?UTF-8?Q?=20?=- new, based on fedora spec

glen glen at pld-linux.org
Mon Jul 2 09:02:13 CEST 2012


Author: glen                         Date: Mon Jul  2 07:02:13 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new, based on fedora spec

---- Files affected:
packages/bzr-fastimport:
   bzr-fastimport.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/bzr-fastimport/bzr-fastimport.spec
diff -u /dev/null packages/bzr-fastimport/bzr-fastimport.spec:1.1
--- /dev/null	Mon Jul  2 09:02:13 2012
+++ packages/bzr-fastimport/bzr-fastimport.spec	Mon Jul  2 09:02:08 2012
@@ -0,0 +1,72 @@
+# $Revision$, $Date$
+Summary:	Bzr plugin for fast loading of data from other VCS tools
+Name:		bzr-fastimport
+Version:	0.12.0
+Release:	1
+Group:		Development/Languages
+# Some modules in the exporters/ subdir are MIT-licensed.
+License:	GPL v2+ and MIT
+URL:		https://launchpad.net/bzr-fastimport
+Source0:	http://launchpad.net/bzr-fastimport/trunk/%{version}/+download/%{name}-%{version}.tar.gz
+# Source0-md5:	be4e2b4b82adab83341d2a606de5ca27
+BuildRequires:	bzr
+BuildRequires:	python-distribute
+Requires:	bzr
+Requires:	python-fastimport
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Bazaar Fast Import is a plugin providing fast loading of revision
+control data into Bazaar. It is designed to be used in combination
+with front-end programs that generate a command/data stream for it to
+process. Front-ends are available for a wide range of foreign VCS
+tools including Subversion, CVS, Git, Mercurial, Darcs and Perforce.
+New front-ends are easy to develop in whatever programming language
+you prefer, making Bazaar Fast Import useful for teams needing a
+custom migration solution.
+
+%prep
+%setup -q
+
+%build
+%{__python} setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__python} setup.py install \
+	-O2 \
+	--skip-build \
+	--root $RPM_BUILD_ROOT
+
+%py_postclean
+
+# not interested of tests at runtime
+%{__rm} -r $RPM_BUILD_ROOT%{py_sitescriptdir}/bzrlib/plugins/fastimport/tests
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc COPYING.txt NEWS README.txt
+%{py_sitescriptdir}/bzr_fastimport-*.egg-info
+
+%dir %{py_sitescriptdir}/bzrlib
+%dir %{py_sitescriptdir}/bzrlib/plugins
+
+%dir %{py_sitescriptdir}/bzrlib/plugins/fastimport
+%{py_sitescriptdir}/bzrlib/plugins/fastimport/*.py[co]
+%dir %{py_sitescriptdir}/bzrlib/plugins/fastimport/exporters
+%{py_sitescriptdir}/bzrlib/plugins/fastimport/exporters/*.py[co]
+%dir %{py_sitescriptdir}/bzrlib/plugins/fastimport/processors
+%{py_sitescriptdir}/bzrlib/plugins/fastimport/processors/*.py[co]
+
+%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  2012/07/02 07:02:08  glen
+- new, based on fedora spec
================================================================


More information about the pld-cvs-commit mailing list