]> git.pld-linux.org Git - packages/mbank-cli.git/commitdiff
- updated to 20091208 auto/th/mbank-cli-20091208-2
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 20 Dec 2009 18:46:31 +0000 (18:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mbank-cli-defconf.patch -> 1.3
    mbank-cli.spec -> 1.6

mbank-cli-defconf.patch
mbank-cli.spec

index 55b9e82ec8c9a7371cb9b8a662ba59964ac896d4..e0a22110244b0c24d101b3dca3fcc9914d8a7a03 100644 (file)
@@ -1,7 +1,7 @@
 --- ./doc/mbank-cli.1.org      2009-08-18 18:57:10.000000000 +0200
 +++ ./doc/mbank-cli.1  2009-11-15 15:45:10.753638992 +0100
 @@ -321,11 +321,9 @@ $ \fB\&./mbank\-cli\fR logout
- .RE
+ .\}
  .SH "FILES"
  .PP
 -(Due to experimental nature of
@@ -9,16 +9,16 @@
 -these files are expected to be in the current working directory\&.)
 +These files are expected to be in the users home directory\&.
  .PP
--\fImbank\-cli\&.conf\fR
+-mbank\-cli\&.conf
 +\fI\&.mbank\-cli\&.conf\fR
  .RS 4
  The default configuration file\&.
  .sp
 @@ -337,7 +335,7 @@ To create the configuration file, use th
- .sp
  .RS 4
+ .\}
  .nf
--$ \fBcat\fR <<EOF | \fBgpg\fR \-\-armor \-\-encrypt \-\-default\-recipient\-self > \fI\fImbank\-cli\&.conf\fR\fR
+-$ \fBcat\fR <<EOF | \fBgpg\fR \-\-armor \-\-encrypt \-\-default\-recipient\-self > \fImbank\-cli\&.conf\fR
 +$ \fBcat\fR <<EOF | \fBgpg\fR \-\-armor \-\-encrypt \-\-default\-recipient\-self > \fI\fI\&.mbank\-cli\&.conf\fR\fR
  \fBLogin \fR\fB\fI123456\fR\fR\fB
  Password "\fR\fB\fIyour\-password\fR\fR\fB"
@@ -27,7 +27,8 @@
 +++ ./mbank-cli        2009-11-15 15:42:18.496989544 +0100
 @@ -68,7 +68,7 @@ chdir dirname($0) or die "Can't change w
  
- my $mbank = 'https://www.mbank.com.pl';
+ my $mbank_host = 'www.mbank.com.pl';
+ my $mbank = "https://$mbank_host";
 -my $cookie_jar_file = './cookie-jar.txt';
 -my $config_file = './mbank-cli.conf';
 +my $cookie_jar_file = "$ENV{ HOME }/.mbank-cli_cookie-jar.txt";
index 1b4d915a69009b47b74f235018091e999e12f00e..c357db91e8c7092ce25314ba35a813d2aa9efbde 100644 (file)
@@ -2,12 +2,12 @@
 Summary:       A command line interface to mBank
 Summary(pl.UTF-8):     Interfejs CLI do mBanku
 Name:          mbank-cli
-Version:       20090816
+Version:       20091208
 Release:       2
 License:       GPL v2
 Group:         Applications/Console
 Source0:       http://mbank-cli.googlecode.com/files/%{name}-%{version}.tar.gz
-# Source0-md5: 0921a864673e9178ecaaeb242965d76d
+# Source0-md5: 508cc6366189e29ceaa22e54b24c75c7
 Patch0:                %{name}-defconf.patch
 URL:           http://code.google.com/p/mbank-cli/
 BuildArch:     noarch
This page took 0.345594 seconds and 4 git commands to generate.