mathstuf pushed to dropbox-api-command (f21). "initial commit"

notifications at fedoraproject.org notifications at fedoraproject.org
Sun Jul 19 16:42:38 UTC 2015


From f33c3b7f4f8af7d352bdc84c9b18c1e4cc85ae19 Mon Sep 17 00:00:00 2001
From: Ben Boeckel <mathstuf at gmail.com>
Date: Sun, 19 Jul 2015 12:21:29 -0400
Subject: initial commit


diff --git a/.gitignore b/.gitignore
index e69de29..a66897c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/1.17.tar.gz
diff --git a/dropbox-api-command.spec b/dropbox-api-command.spec
new file mode 100644
index 0000000..785c259
--- /dev/null
+++ b/dropbox-api-command.spec
@@ -0,0 +1,77 @@
+#global commit 446e6e382f7e79744549f72436cd5407cefac8db
+#global shortcommit %(c=%{commit}; echo ${c:0:7})
+
+Name:           dropbox-api-command
+Version:        1.17
+Release:        5%{?dist}
+Summary:        Dropbox API wrapper command
+
+License:        MIT
+URL:            https://github.com/s-aska/%{name}
+Source0:        https://github.com/s-aska/%{name}/archive/%{version}.tar.gz
+
+BuildArch:      noarch
+BuildRequires:  perl
+BuildRequires:  perl(CPAN::Meta)
+BuildRequires:  perl(CPAN::Meta::Prereqs)
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(utf8)
+BuildRequires:  perl(warnings)
+Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%{?perl_default_filter}
+
+%description
+A command line tool to manage a directory synced with Dropbox.
+
+
+%prep
+%setup -q -n %{name}-%{version}
+
+
+%build
+%{__perl} Build.PL --installdirs=vendor
+./Build
+
+
+%install
+./Build install destdir=%{buildroot} create_packlist=0
+
+%{_fixperms} %{buildroot}/*
+
+
+%check
+./Build test
+
+
+%files
+%doc Changes README.md
+%license LICENSE
+%{_bindir}/dropbox-api
+%{_bindir}/upload-to-dropbox
+%{perl_vendorlib}/*
+%{_mandir}/man3/*.3*
+
+
+%changelog
+* Mon Mar 02 2015 Ben Boeckel <mathstuf at gmail.com> - 1.17-5
+- use proper Module::Build arguments
+
+* Fri Feb 27 2015 Ben Boeckel <mathstuf at gmail.com> - 1.17-4
+- update name for extraction
+
+* Fri Feb 27 2015 Ben Boeckel <mathstuf at gmail.com> - 1.17-3
+- use the tag for the Source
+- change URL to GitHub
+- add BuildRequires
+- address review comments
+
+* Thu Feb 26 2015 Ben Boeckel <mathstuf at gmail.com> - 1.17-2
+- drop directory ownership
+
+* Tue Feb 24 2015 Ben Boeckel <mathstuf at gmail.com> - 1.17-1
+- initial package
diff --git a/sources b/sources
index e69de29..9009a8d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+3f0d217e093ba8f0750512399a4fb4be  1.17.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/dropbox-api-command.git/commit/?h=f21&id=f33c3b7f4f8af7d352bdc84c9b18c1e4cc85ae19


More information about the perl-devel mailing list