[plowshare/f14] Update to new upstream snapshot: 1657

Elder Marco eldermarco at fedoraproject.org
Wed Aug 10 13:18:52 UTC 2011


commit 92079d1888fec81cecad2a11e360498a0d245c6e
Author: Elder Marco <eldermarco at fedoraproject.org>
Date:   Wed Aug 10 10:20:20 2011 -0300

    Update to new upstream snapshot: 1657

 .gitignore     |    1 +
 plowshare.spec |   30 ++++++++++++++++++++----------
 sources        |    2 +-
 3 files changed, 22 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 743d1d7..d2937e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /plowshare-SVN-r1591-snapshot.tar.gz
 /plowshare-SVN-r1630-snapshot.tar.gz
 /plowshare-SVN-r1645-snapshot.tar.gz
+/plowshare-SVN-r1657-snapshot.tar.gz
diff --git a/plowshare.spec b/plowshare.spec
index 3a1be83..44acbed 100644
--- a/plowshare.spec
+++ b/plowshare.spec
@@ -1,8 +1,8 @@
-%global revision 1645
+%global revision 1657
 
 Name:        plowshare
 Version:     0.9.4
-Release:     0.10.svn%{revision}%{?dist}
+Release:     0.11.svn%{revision}%{?dist}
 Summary:     Download and upload files from file-sharing websites
 Summary(ru): терминальный аплоадер/доунлоадер для наиболее популярных файлообменников
 Group:       Applications/Internet
@@ -16,8 +16,10 @@ Requires:  curl
 Requires:  caca-utils
 Requires:  recode
 Requires:  ImageMagick
-Requires:  tesseract
 Requires:  js
+%if 0%{?fedora}
+Requires:  tesseract
+%endif
 
 BuildArch: noarch
 
@@ -38,7 +40,6 @@ ZShare, Badongo, DepositFiles и Mediafire. Смотрите README для по
 %setup -q -n %{name}-SVN-r%{revision}-snapshot
 
 %build
-# Nothing build, its simple bash scripts
 
 %install
 rm -rf %{buildroot}
@@ -47,7 +48,6 @@ DESTDIR=%{buildroot}  \
 PREFIX=%{_prefix}     \
 bash setup.sh install
 
-# We do not want explicit installation documentation:
 rm -rf %{buildroot}%{_docdir}/%{name}
 
 %clean
@@ -60,8 +60,14 @@ rm -rf %{buildroot}
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*
 %{_mandir}/man1/*
+%{_mandir}/man5/%{name}.conf.5.gz
 
 %changelog
+* 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
+- 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
@@ -104,18 +110,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..dd90f34 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-90e077055a94d6c709c13e8b3b9b9b61  plowshare-SVN-r1645-snapshot.tar.gz
+ab8bf5b09e67de2d5d1c98c765f7655c  plowshare-SVN-r1657-snapshot.tar.gz


More information about the scm-commits mailing list