[packages/github-backup] new (skeleton), version 1.20150106

glen glen at pld-linux.org
Fri Apr 17 15:55:00 CEST 2015


commit 588aebd6ace78fe5758f4294643dcbdc9b259b0b
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Fri Apr 17 16:54:28 2015 +0300

    new (skeleton), version 1.20150106

 github-backup.spec | 44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)
---
diff --git a/github-backup.spec b/github-backup.spec
new file mode 100644
index 0000000..080a70b
--- /dev/null
+++ b/github-backup.spec
@@ -0,0 +1,44 @@
+Summary:	backs up everything github knows about a repository, to the repository
+Name:		github-backup
+Version:	1.20150106
+Release:	0.1
+License:	GPL v3
+Group:		Development/Languages
+Source0:	https://github.com/joeyh/github-backup/archive/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5:	b278a9b09243efc66638bf74554480d4
+URL:		https://github.com/joeyh/github-backup
+BuildRequires:	ghc >= 6.12.3
+BuildRequires:	rpmbuild(macros) >= 1.608
+%requires_releq	ghc
+Requires(post,postun):	/usr/bin/ghc-pkg
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+# debuginfo is not useful for ghc
+%define		_enable_debug_packages	0
+
+# don't compress haddock files
+%define		_noautocompressdoc	*.haddock
+
+%description
+github-backup is a simple tool you run in a git repository you cloned
+from GitHub. It backs up everything GitHub publishes about the
+repository, including branches, tags, other forks, issues, comments,
+wikis, milestones, pull requests, watchers, and stars.
+
+Also includes gitriddance, which can be used to close all open issues
+and pull requests.
+
+%prep
+%setup -q
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.md
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/github-backup.git/commitdiff/588aebd6ace78fe5758f4294643dcbdc9b259b0b



More information about the pld-cvs-commit mailing list