Hello community,

here is the log from the commit of package mktorrent for openSUSE:Factory 
checked in at 2018-02-10 17:57:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mktorrent (Old)
 and      /work/SRC/openSUSE:Factory/.mktorrent.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mktorrent"

Sat Feb 10 17:57:40 2018 rev:1 rq:573297 version:1.1

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

--- /dev/null   2018-02-08 01:06:41.103727112 +0100
+++ /work/SRC/openSUSE:Factory/.mktorrent.new/mktorrent.changes 2018-02-10 
17:57:47.208958416 +0100
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Thu Feb  1 20:07:50 UTC 2018 - [email protected]
+
+- init, 1.1

New:
----
  mktorrent-1.1.tar.gz
  mktorrent.changes
  mktorrent.spec

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

Other differences:
------------------
++++++ mktorrent.spec ++++++
#
# spec file for package mktorrent
#
# Copyright (c) 2018 SUSE LINUX 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:           mktorrent
Version:        1.1
Release:        0
Summary:        Command line utility to create BitTorrent metainfo files
License:        SUSE-GPL-2.0+-with-openssl-exception
Group:          Productivity/Networking/File-Sharing
URL:            https://github.com/Rudde/mktorrent
Source:         
https://github.com/Rudde/mktorrent/archive/v1.1.tar.gz#/mktorrent-%{version}.tar.gz
BuildRequires:  openssl-devel

%description
Mktorrent can be used to create BitTorrent metainfo (.torrent) files from the
command line.

%prep
%setup -q

%build
make %{?_smp_mflags} \
    CFLAGS="%{optflags}" \
    PREFIX=%{_prefix} \
    USE_PTHREADS=1 \
    USE_LONG_OPTIONS=1 \
%ifnarch x86_64
    USE_LARGE_FILES=1 \
%endif
    USE_OPENSSL=1

%install
%make_install \
    CFLAGS="%{optflags}" \
    PREFIX=%{_prefix} \
    USE_PTHREADS=1 \
    USE_LONG_OPTIONS=1 \
%ifnarch x86_64
    USE_LARGE_FILES=1 \
%endif
    USE_OPENSSL=1

%files
%license COPYING
%{_bindir}/mktorrent

%changelog

Reply via email to