Hello community,

here is the log from the commit of package wgetpaste for openSUSE:Factory 
checked in at 2013-07-29 17:51:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wgetpaste (Old)
 and      /work/SRC/openSUSE:Factory/.wgetpaste.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wgetpaste"

Changes:
--------
New Changes file:

--- /dev/null   2013-07-23 23:44:04.804033756 +0200
+++ /work/SRC/openSUSE:Factory/.wgetpaste.new/wgetpaste.changes 2013-07-29 
17:51:16.000000000 +0200
@@ -0,0 +1,11 @@
+-------------------------------------------------------------------
+Thu Jul 25 12:20:13 UTC 2013 - [email protected]
+
+- Fix build on obs, here the fail was not triggered :-/
+
+-------------------------------------------------------------------
+Thu Jul 25 12:08:02 UTC 2013 - [email protected]
+
+- Initial commit. Nice tool to be used with various pastebins.
+  Similar to susepaste but used on more distros.
+

New:
----
  opensuse-default.conf
  services.conf
  wgetpaste-2.22.tar.bz2
  wgetpaste.changes
  wgetpaste.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ wgetpaste.spec ++++++
#
# spec file for package wgetpaste
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           wgetpaste
Version:        2.22
Release:        0
Url:            http://wgetpaste.zlin.dk/
Source:         http://wgetpaste.zlin.dk/%name-%version.tar.bz2
Source1:        services.conf
Source2:        opensuse-default.conf
Summary:        Command-line interface to various pastebins
License:        SUSE-Public-Domain
Group:          Productivity/Other
Requires:       bash
Requires:       coreutils
Requires:       wget
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%description
Command-line interface to communicate with various pastebin services.

%prep
%setup -q

%build
# do nothing

%install
install -D -m 0755 %name %buildroot%_bindir/%name
install -D -m 0644 %{S:1} %buildroot%_sysconfdir/%name.d/services.conf
install -D -m 0644 %{S:2} %buildroot%_sysconfdir/%name.d/opensuse-default.conf
install -D -m 0644 _%name %buildroot%_datadir/zsh/site-functions/_%name

%files
%defattr(-,root,root,-)
%dir %_sysconfdir/%name.d/
%dir %_datadir/zsh/site-functions/
%dir %_datadir/zsh/
%_datadir/zsh/site-functions/_%name
%config %_sysconfdir/%name.d/services.conf
%config %_sysconfdir/%name.d/opensuse-default.conf
%_bindir/%name

%changelog
++++++ opensuse-default.conf ++++++
DEFAULT_SERVICE="bpaste"
++++++ services.conf ++++++
SERVICES="${SERVICES} lugons bpaste"

ENGINE_lugons=lodgeit
URL_lugons="https://paste.lugons.org/";

ENGINE_bpaste=lodgeit
URL_bpaste="http://bpaste.net";
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to