Accepting request 754588 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/754588 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/minitube?expand=0&rev=14
This commit is contained in:
commit
2d81bc3834
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="url">https://github.com/flaviotordini/minitube.git</param>
|
||||
<param name="filename">minitube</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">3.1</param>
|
||||
<param name="revision">3.2</param>
|
||||
</service>
|
||||
<service mode="disabled" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70c7e5a9508dd0d3ba6203da62b485e3db87dc78bbdc3df66b161bf599f7a695
|
||||
size 725832
|
3
minitube-3.2.tar.xz
Normal file
3
minitube-3.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d80979894b417882525576d5c9a6f6b38c438e76c976392757d0659e02ae09b0
|
||||
size 726484
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 5 17:36:41 UTC 2019 - Carsten Ziepke <kieltux@gmail.com>
|
||||
|
||||
- Update to version 3.2:
|
||||
* Updated translations
|
||||
* Fixes to video playback
|
||||
* Qt >= 5.10 is needed
|
||||
- Removed minitube.changes as source to use as reference for the
|
||||
fake build date, because SOURCE_DATE_EPOCH is used
|
||||
- Spec cleanup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 16 19:58:02 UTC 2019 - Carsten Ziepke <kieltux@gmail.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: minitube
|
||||
Version: 3.1
|
||||
Version: 3.2
|
||||
Release: 0
|
||||
Summary: Native YouTube Client
|
||||
License: GPL-3.0-or-later
|
||||
@ -26,9 +26,6 @@ URL: https://flavio.tordini.org/minitube
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
# Manpage written by Jakob Haufe <sur5r@sur5r.net> for the Debian project.
|
||||
Source1: minitube.1
|
||||
%if 0%{?suse_version} < 1500
|
||||
Source99: %{name}.changes
|
||||
%endif
|
||||
# PATCH-FIX-OPENSUSE minitube-no-update-check.patch sur5r@sur5r.net -- Disable update check.
|
||||
Patch0: %{name}-no-update-check.patch
|
||||
BuildRequires: fdupes
|
||||
@ -37,6 +34,7 @@ BuildRequires: libqt5-linguist
|
||||
BuildRequires: libqt5-qtdeclarative-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(Qt5Core) >= 5.10
|
||||
BuildRequires: pkgconfig(Qt5DBus)
|
||||
BuildRequires: pkgconfig(Qt5Network)
|
||||
BuildRequires: pkgconfig(Qt5Script)
|
||||
@ -61,10 +59,6 @@ it strives to create a new TV-like experience.
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%if 0%{?suse_version} < 1500
|
||||
SOURCE_DATE="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"
|
||||
export SOURCE_DATE_EPOCH="$(date -d "$SOURCE_DATE" '+%%s')"
|
||||
%endif
|
||||
# Remove build time references so build-compare can do its work
|
||||
FAKE_BUILDDATE="$(LC_ALL=C date -u -d "@${SOURCE_DATE_EPOCH}" '+%%b %%e %%Y')"
|
||||
sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" src/aboutview.cpp
|
||||
@ -81,16 +75,6 @@ install -Dpm 0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1
|
||||
%suse_update_desktop_file -r %{name} AudioVideo Video Player
|
||||
%fdupes %{buildroot}%{_datadir}/
|
||||
|
||||
%if 0%{?suse_version} < 1500
|
||||
%post
|
||||
%desktop_database_post
|
||||
%icon_theme_cache_post
|
||||
|
||||
%postun
|
||||
%desktop_database_postun
|
||||
%icon_theme_cache_postun
|
||||
%endif
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc AUTHORS CHANGES TODO
|
||||
|
Loading…
x
Reference in New Issue
Block a user