[plowshare/f14] New upstream release: 20110816

Elder Marco eldermarco at fedoraproject.org
Wed Aug 24 23:40:04 UTC 2011


commit 479c51a0dc7ddedc7fede224511c6f3967531138
Author: Elder Marco <eldermarco at fedoraproject.org>
Date:   Wed Aug 24 20:39:38 2011 -0300

    New upstream release: 20110816

 .gitignore     |    1 +
 plowshare.spec |   48 ++++++++++++++++++++++++++++++++++--------------
 sources        |    2 +-
 3 files changed, 36 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d2937e8..acc07b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /plowshare-SVN-r1630-snapshot.tar.gz
 /plowshare-SVN-r1645-snapshot.tar.gz
 /plowshare-SVN-r1657-snapshot.tar.gz
+/plowshare-snapshot-git20110816.tar.gz
diff --git a/plowshare.spec b/plowshare.spec
index 3511e75..3f6b903 100644
--- a/plowshare.spec
+++ b/plowshare.spec
@@ -1,14 +1,15 @@
-%global revision 1657
-
-Name:        plowshare
-Version:     0.9.4
-Release:     0.11.svn%{revision}%{?dist}
-Summary:     Download and upload files from file-sharing websites
-Summary(ru): терминальный аплоадер/доунлоадер для наиболее популярных файлообменников
-Group:       Applications/Internet
-License:     GPLv3+
-URL:         http://plowshare.googlecode.com
-Source0:     http://plowshare.googlecode.com/files/%{name}-SVN-r%{revision}-snapshot.tar.gz
+%global date 20110816
+
+Name:           plowshare
+Version:        0.9.4
+Release:        0.12.%{date}git%{?dist}
+Summary:        Download and upload files from file-sharing websites
+Summary(pt_BR): Baixe e carregue arquivos em sites de compartilhamento
+Summary(ru):    терминальный аплоадер/доунлоадер для наиболее популярных файлообменников
+Group:          Applications/Internet
+License:        GPLv3+
+URL:            http://plowshare.googlecode.com
+Source0:        http://plowshare.googlecode.com/files/%{name}-snapshot-git%{date}.tar.gz
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -28,7 +29,14 @@ plowshare is a command-line downloader/uploader for some of the most popular
 file-sharing websites. It works on UNIX-like systems and presently supports
 Megaupload, Rapidshare, 2Shared, 4Shared, ZShare, Badongo, Depositfiles,
 Mediafire, Netload.in, Storage.to, Uploaded.to, Uploading.com, Sendspace,
-Usershare and X7.to and others.
+Usershare, X7.to and others.
+
+%description -l pt_BR
+plowshare é um cliente em linha de comando para baixar/carregar arquivos nos
+mais populares sites de compartilhamento. Funciona em sistemas Unix-like e
+atualmente suporta o Megaupload, RapidShare, 2Shared, 4Shared, Zshare, Badongo,
+Depositfiles, Mediafire, Netload.in, Storage.to, Uploaded.to, Uploading.com,
+Sendspace, Usershare, X7.to e outros.
 
 %description -l ru
 plowshare это терминальный аплоадер/доунлоадер для наиболее популярных файло-
@@ -37,7 +45,7 @@ plowshare это терминальный аплоадер/доунлоадер
 ZShare, Badongo, DepositFiles и Mediafire. Смотрите README для подробностей.
 
 %prep
-%setup -q -n %{name}-SVN-r%{revision}-snapshot
+%setup -q -n %{name}-snapshot-git%{date}
 
 %build
 # Nothing to build, it's simple bash scripts
@@ -49,6 +57,11 @@ DESTDIR=%{buildroot}  \
 PREFIX=%{_prefix}     \
 bash setup.sh install
 
+# Programmable completion
+mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d/
+install -p -m0644  etc/%{name}.completion \
+    %{buildroot}%{_sysconfdir}/bash_completion.d/
+
 # We remove at destination, so we still have install
 # for the doc section
 rm -rf %{buildroot}%{_docdir}/%{name}
@@ -62,13 +75,20 @@ rm -rf %{buildroot}
 %{_bindir}/*
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*
+%{_sysconfdir}/bash_completion.d/
 %{_mandir}/man1/*
 %{_mandir}/man5/%{name}.conf.5.*
 
 %changelog
+* Wed Aug 17 2011 Elder Marco <eldermarco at fedoraproject.org> - 0.9.4-0.12.20110816git
+- Update to new upstream snapshot
+- Add Brazilian Portuguese Translation (summary and description)
+- New file from upstream: plowshare.completion
+- Upstream is now using git instead of svn
+
 * Tue Aug  9 2011 Elder Marco <eldermarco at fedoraproject.org> - 0.9.4-0.11.svn1657
 - Update to new upstream snapshot
-- New manpage from upstream: plowshare.conf.5.gz
+- New manpage from upstream: plowshare.conf.5
 - Another cosmetic change in spec file
 
 * Sun Jul 31 2011 Elder Marco <eldermarco at fedoraproject.org> - 0.9.4-0.10.svn1645
diff --git a/sources b/sources
index dd90f34..5808f31 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ab8bf5b09e67de2d5d1c98c765f7655c  plowshare-SVN-r1657-snapshot.tar.gz
+76d0871e948cf57b48c7defabe5be6e0  plowshare-snapshot-git20110816.tar.gz


More information about the scm-commits mailing list