[plowshare/el5] New upstream snapshot

Elder Marco eldermarco at fedoraproject.org
Tue Aug 30 01:40:39 UTC 2011


commit c168bb3d84f7b28fcc1a446467a0e0785555b586
Author: Elder Marco <eldermarco at fedoraproject.org>
Date:   Mon Aug 29 22:40:17 2011 -0300

    New upstream snapshot

 .gitignore     |    1 +
 plowshare.spec |   79 ++++++++++++++++++++++++++++++++++++++++---------------
 sources        |    2 +-
 3 files changed, 59 insertions(+), 23 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4fdafa3..ca9b2d1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /plowshare-SVN-r1414-snapshot.tar.gz
 /plowshare-SVN-r1630-snapshot.tar.gz
 /plowshare-SVN-r1645-snapshot.tar.gz
+/plowshare-snapshot-git20110828.tar.gz
diff --git a/plowshare.spec b/plowshare.spec
index 4e361c2..5c27447 100644
--- a/plowshare.spec
+++ b/plowshare.spec
@@ -1,14 +1,15 @@
-%global revision 1645
-
-Name:        plowshare
-Version:     0.9.4
-Release:     0.10.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 20110828
+
+Name:           plowshare
+Version:        0.9.4
+Release:        0.13.%{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)
 
@@ -17,6 +18,9 @@ Requires:  caca-utils
 Requires:  recode
 Requires:  ImageMagick
 Requires:  js
+%if 0%{?fedora}
+Requires:  tesseract
+%endif
 
 BuildArch: noarch
 
@@ -25,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 это терминальный аплоадер/доунлоадер для наиболее популярных файло-
@@ -34,10 +45,10 @@ plowshare это терминальный аплоадер/доунлоадер
 ZShare, Badongo, DepositFiles и Mediafire. Смотрите README для подробностей.
 
 %prep
-%setup -q -n %{name}-SVN-r%{revision}-snapshot
+%setup -q -n %{name}-snapshot-git%{date}
 
 %build
-# Nothing build, its simple bash scripts
+# Nothing to build, it's simple bash scripts
 
 %install
 rm -rf %{buildroot}
@@ -46,7 +57,13 @@ DESTDIR=%{buildroot}  \
 PREFIX=%{_prefix}     \
 bash setup.sh install
 
-# We do not want explicit installation documentation:
+# 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}
 
 %clean
@@ -58,14 +75,28 @@ rm -rf %{buildroot}
 %{_bindir}/*
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*
+%{_sysconfdir}/bash_completion.d/
 %{_mandir}/man1/*
+%{_mandir}/man5/%{name}.conf.5.*
 
 %changelog
+* Mon Aug 29 2011 Elder Marco <eldermarco at fedoraproject.org> - 0.9.4-0.13.20110828git
+- New upstream snapshot
+
+* 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
+- Another cosmetic change in spec file
+
 * Sun Jul 31 2011 Elder Marco <eldermarco at fedoraproject.org> - 0.9.4-0.10.svn1645
 - New upstream snapshot
 - File AUTHORS is now UTF-8
-- Dropped dependency for EPEL: tesseract.
-  Issue: http://code.google.com/p/plowshare/issues/detail?id=397
 
 * Mon Jul 25 2011 Elder Marco <eldermarco at fedoraproject.org> - 0.9.4-0.9.svn1630
 - Update to new upstream snapshot
@@ -105,18 +136,22 @@ rm -rf %{buildroot}
 
 * Tue Oct 5 2010 Pavel Alexeev <Pahan at Hubbitus.info> - 0.9.3-2
 - New version 0.9.3.
-- Remove part %%{_prefix} from DESTDIR var and move it in new PREFIX one for script setup.sh
+- Remove part %%{_prefix} from DESTDIR var and move it in new PREFIX one for
+  script setup.sh
 - Add files:
     o %%{_bindir}/plowlist and %%{_datadir}/%%{name}/list.sh
     o %%{_datadir}/%%{name}/tesseract
     o %%{_datadir}/%%{name}/strip_single_color.pl
     o %%{_datadir}/%%{name}/strip_threshold.pl
-- Do not list all modules separately instead own full directory %%{_datadir}/%%{name}/modules/
+- Do not list all modules separately instead own full directory
+  %%{_datadir}/%%{name}/modules/
 - Add require gocr.
 - Include mans: %%{_mandir}/man1/plow*.1*
-- Include examples dir into %%doc and delete it from path where it installed automatically.
+- Include examples dir into %%doc and delete it from path where it installed
+  automatically.
 
 * Fri Nov 20 2009 Pavel Alexeev <Pahan at Hubbitus.info> - 0.8.1-1
 - Initial packaging.
-- Optional requires aaview is not in Fedora repos. FR to support cacvieww filled:
-- http://code.google.com/p/plowshare/issues/list?thanks=58&ts=1258746820
+- Optional requires aaview is not in Fedora repos. FR to support cacview
+  filled:
+  http://code.google.com/p/plowshare/issues/list?thanks=58&ts=1258746820
diff --git a/sources b/sources
index 57ce868..70ae7c2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-90e077055a94d6c709c13e8b3b9b9b61  plowshare-SVN-r1645-snapshot.tar.gz
+83d8fb681df2e24e5dd40c8db0016aa3  plowshare-snapshot-git20110828.tar.gz


More information about the scm-commits mailing list