[rnetclient] Initial import (#1155376)

Sergio Durigan Junior sergiodj at fedoraproject.org
Wed Feb 25 04:12:07 UTC 2015


commit 950c925bd8bb67f8a80a1f7f34320558b4ca6b9a
Author: Sergio Durigan Junior <sergiodj at sergiodj.net>
Date:   Tue Feb 24 23:11:53 2015 -0500

    Initial import (#1155376)

 .gitignore      |  1 +
 rnetclient.spec | 42 ++++++++++++++++++++++++++++++++++++++++++
 sources         |  1 +
 3 files changed, 44 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..99db1a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/rnetclient-2014.2.tar.gz
diff --git a/rnetclient.spec b/rnetclient.spec
new file mode 100644
index 0000000..dac2a70
--- /dev/null
+++ b/rnetclient.spec
@@ -0,0 +1,42 @@
+Name:		rnetclient
+Version:	2014.2
+Release:	1%{?dist}
+Summary:	Submit the Brazilian Income Tax Report to the Brazilian Tax Authority
+
+License:	GPLv3+
+URL:		http://wiki.libreplanetbr.org/rnetclient/
+Source:		http://libreplanetbr.org/files/sw/rnetclient/rnetclient-%{version}.tar.gz
+
+BuildRequires:	libgcrypt-devel >= 1.2.0
+BuildRequires:	gnutls-devel >= 1.4.0
+BuildRequires:	zlib-devel
+
+%description
+
+Rnetclient is a Free Software that can be used to submit the Brazilian
+Income Tax Report to the Brazilian Tax Authority (Receita Federal).
+It is the outcome of reverse-engineering ReceitaNet, the official and
+proprietary software that Receita Federal develops.
+
+%prep
+%setup -q
+
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+%make_install
+
+
+%files
+%doc AUTHORS COPYING README TODO NEWS
+%{_bindir}/rnetclient
+%{_mandir}/man1/*
+%{_mandir}/pt_BR/man1/*
+
+%changelog
+* Sun Feb 22 2015 Sergio Durigan Junior <sergiodj at sergiodj.net> - 2014.2-1
+- First version of the Fedora package.
diff --git a/sources b/sources
index e69de29..ba2af6d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+4285c7c2a060462bcf97e53b057f36e9  rnetclient-2014.2.tar.gz


More information about the scm-commits mailing list