Hello community,

here is the log from the commit of package nestopia for openSUSE:Factory 
checked in at 2018-08-31 09:52:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nestopia (Old)
 and      /work/SRC/openSUSE:Factory/.nestopia.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nestopia"

Fri Aug 31 09:52:59 2018 rev:1 rq:628681 version:1.49

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

--- /dev/null   2018-08-15 23:51:58.373630633 +0200
+++ /work/SRC/openSUSE:Factory/.nestopia.new/nestopia.changes   2018-08-31 
09:53:02.145772861 +0200
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Sun Aug  5 19:34:55 UTC 2018 - [email protected]
+
+- Initial package, version 1.49

New:
----
  nestopia-1.49.tar.gz
  nestopia.changes
  nestopia.spec

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

Other differences:
------------------
++++++ nestopia.spec ++++++
#
# spec file for package nestopia
#
# Copyright (c) 2018, Martin Hauke <[email protected]>
#
# 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:           nestopia
Version:        1.49
Release:        0
Summary:        Nintendo Entertainment System/Famicom emulator
License:        GPL-2.0-only
Group:          System/Emulators/Other
URL:            https://github.com/0ldsk00l/nestopia
#Git-Clone:     https://github.com/0ldsk00l/nestopia.git
Source:         
https://github.com/0ldsk00l/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires:  autoconf
BuildRequires:  autoconf-archive
BuildRequires:  automake
BuildRequires:  gcc-c++
BuildRequires:  hicolor-icon-theme
BuildRequires:  pkgconfig
BuildRequires:  update-desktop-files
BuildRequires:  pkgconfig(epoxy)
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  pkgconfig(libarchive)
BuildRequires:  pkgconfig(sdl2)
BuildRequires:  pkgconfig(zlib)

%description
Nestopia is a cycle-accurate NES/Famicom emulator. It has a high compatibility
rate and support for many peripherals and input devices.

%prep
%setup -q
sed -i 's/\r$//' ChangeLog

%build
autoreconf -fiv
%configure \
  --docdir=%{_docdir}/%{name} \
  --enable-gui \
  --enable-doc

make %{?_smp_mflags}

%install
%make_install

%if 0%{?suse_version} < 1330
%post
%desktop_database_post

%postun
%desktop_database_postun
%endif

%files
%doc AUTHORS ChangeLog readme.html README.md
%license COPYING
%{_docdir}/%{name}
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/icons/hicolor/scalable/apps/nespad.svg
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg

%changelog

Reply via email to