[rebase-helper/f20] Initial release

Petr Hracek phracek at fedoraproject.org
Wed Jun 25 07:20:34 UTC 2014


commit df410bafa5cc337e33e3c4f32eba5d23ab8a41c3
Author: Petr Hracek <phracek at redhat.com>
Date:   Wed Jun 25 09:20:08 2014 +0200

    Initial release

 .gitignore         |    1 +
 rebase-helper.spec |   58 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources            |    1 +
 3 files changed, 60 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..5462b56 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/v0.3.0-0.3.20140624git.tar.gz
diff --git a/rebase-helper.spec b/rebase-helper.spec
new file mode 100644
index 0000000..44cedfb
--- /dev/null
+++ b/rebase-helper.spec
@@ -0,0 +1,58 @@
+%global rebasename rebasehelper
+%global rebaseversion 0.3.0dev
+%global gitrelease 0.3.20140624git
+
+Name:           rebase-helper
+Version:        0.3.0
+Release:        %{gitrelease}%{?dist}
+Summary:        The tool which helps you with rebase package
+
+License:        GPLv2+
+URL:            https://github.com/phracek/rebase-helper
+Source0:        https://github.com/phracek/%{name}/archive/v%{version}-%{gitrelease}.tar.gz
+BuildArch:      noarch
+ 
+BuildRequires:  pyliblzma
+BuildRequires:  python2-devel
+BuildRequires:  python-setuptools
+
+Requires:       mock, rpm-build
+
+%description
+Rebase-Helper is a tool to help package maintainers to update
+their packages to the latest upstream version.
+It helps you to rebase existing patches on top of the new sources.
+It also builds RPMs and performs various tests on them,
+comparing to the previous version.
+
+%prep
+%setup -q -n %{name}-%{version}-%{gitrelease}
+# Remove bundled egg-info
+rm -rf %{name}.egg-info
+
+%build
+%{__python2} setup.py build
+
+%install
+%{__python2} setup.py install --skip-build --root %{buildroot}
+
+%check
+#%{__python} setup.py test -t py.test
+
+%files
+%{_bindir}/%{name}
+%doc LICENSE
+%{python2_sitelib}/%{rebasename}
+%{python2_sitelib}/%{rebasename}-%{rebaseversion}-py?.?.egg-info
+
+%changelog
+* Mon Jun 23 2014 Petr Hracek <phracek at redhat.com> - 0.3.0-0.3.20140624git
+- Include LICENSE text file
+- use __python2 macros
+
+* Mon Jun 23 2014 Petr Hracek <phracek at redhat.com> - 0.3.0-0.2.20140623git
+- Removed shebang from __init__.py file
+
+* Mon Jun 23 2014 Petr Hracek <phracek at redhat.com> - 0.3.0-0.1.20140623git
+- Initial version
+
diff --git a/sources b/sources
index e69de29..ee72297 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+745c5e1893419da286aff3a423e54fef  v0.3.0-0.3.20140624git.tar.gz


More information about the scm-commits mailing list