[stgit] - un-orphaned package - updated to 0.16

pschiffe pschiffe at fedoraproject.org
Mon Oct 22 17:40:24 UTC 2012


commit 13bedeff97a5ce87a1a50a97d824e874c0587b79
Author: Peter Schiffer <pschiffe at redhat.com>
Date:   Mon Oct 22 19:39:19 2012 +0200

    - un-orphaned package
    - updated to 0.16

 .gitignore   |    2 +-
 dead.package |    1 -
 sources      |    1 +
 stgit.spec   |   97 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 99 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4d3ed7a..f866dfd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/stgit-0.15.tar.gz
+/stgit-0.16.tar.gz
diff --git a/sources b/sources
new file mode 100644
index 0000000..bf5e061
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+73ca6a7469d30d9d69fa561e16abc2a8  stgit-0.16.tar.gz
diff --git a/stgit.spec b/stgit.spec
new file mode 100644
index 0000000..43db351
--- /dev/null
+++ b/stgit.spec
@@ -0,0 +1,97 @@
+Summary: Patch stack for Git repositories
+Name: stgit
+Version: 0.16
+Release: 1%{?dist}
+License: GPLv2
+Group: Development/Tools
+URL: http://www.procode.org/stgit/
+Source: http://download.gna.org/%{name}/%{name}-%{version}.tar.gz
+
+BuildArch: noarch
+BuildRequires: git-core, python2-devel, asciidoc, xmlto
+Requires: git-core, python2
+
+%description
+StGit is a Python application providing similar functionality
+to Quilt (i.e. pushing/popping patches to/from a stack) on top of Git.
+These operations are performed using Git commands and the patches
+are stored as Git commit objects, allowing easy merging of the StGit patches
+into other repositories using standard Git functionality.
+
+Note that StGit is not an SCM interface on top of Git and it expects
+a previously initialized Git repository. For standard SCM operations,
+either use plain Git commands or the Cogito tool.
+
+%prep
+%setup -q
+chmod -x contrib/stgbashprompt.sh
+chmod -x stgit-completion.bash
+
+%build
+make all doc prefix=%{_prefix} %{?_smp_mflags}
+
+%install
+make install install-doc DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix}
+
+# Install bash completion
+mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
+ln -s ../..%{_datadir}/%{name}/completion/stgit-completion.bash \
+    $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/%{name}
+
+%files
+%doc AUTHORS COPYING README RELEASENOTES
+%{_bindir}/stg
+%{python_sitelib}/*
+%{_datadir}/stgit/
+%{_sysconfdir}/bash_completion.d/
+%{_mandir}/man1/stg*
+
+%changelog
+* Mon Oct 22 2012 Peter Schiffer <pschiffe at redhat.com> - 0.16-1
+- updated to 0.16
+
+* Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.14.3-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 0.14.3-7
+- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.14.3-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.14.3-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Thu Dec 04 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.14.3-4
+- Rebuild for Python 2.6
+
+* Tue Dec 02 2008 James Bowes <jbowes at redhat.com> 0.14.3-3
+- Try and make the summary text better
+
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.14.3-2
+- Rebuild for Python 2.6
+
+* Tue Jun 17 2008 James Bowes <jbowes at redhat.com> 0.14.3-1
+- Update to 0.14.3
+
+* Wed Mar 26 2008 James Bowes <jbowes at redhat.com> 0.14.2-1
+- Update to 0.14.2
+
+* Wed Dec 12 2007 James Bowes <jbowes at redhat.com> - 0.14.1-1
+- Update to 0.14.1
+
+* Thu Aug 23 2007 James Bowes <jbowes at redhat.com> - 0.13-2
+- Mark license as GPLv2+
+
+* Sun Aug 05 2007 James Bowes <jbowes at redhat.com> - 0.13-1
+- Update to 0.13
+
+* Wed Apr 25 2007 James Bowes <jbowes at redhat.com> - 0.12.1-2
+- Use macro for datadir.
+
+* Thu Apr 19 2007 James Bowes <jbowes at redhat.com> - 0.12.1-1
+- Update version.
+- Don't install the bash prompt shell script as executable.
+
+* Fri Feb 02 2007 James Bowes <jbowes at redhat.com> - 0.12-1
+- Initial packaging.


More information about the scm-commits mailing list