Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bb6bd54ef5 |
||
|
|
176e0b1f6f |
4 changed files with 20 additions and 4 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,6 +1,11 @@
|
|||
/results_*
|
||||
/*.src.rpm
|
||||
|
||||
/vocal-2.0.19.tar.gz
|
||||
/vocal-2.0.20.tar.gz
|
||||
/vocal-2.1.0.tar.gz
|
||||
/vocal-2.1.5.tar.gz
|
||||
/vocal-2.1.6.tar.gz
|
||||
/vocal-2.2.0.tar.gz
|
||||
/vocal-2.3.0.tar.gz
|
||||
/vocal-2.4.0.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (vocal-2.2.0.tar.gz) = 103d9b7fd6988d12aeba52559af1439421e2b86f05acfd4f4d37d51fb43d8fa371867fae64e2d0ef0fd3bb9b1719aa1778d7e8858e5d21165ee4e02ebb659a93
|
||||
SHA512 (vocal-2.4.0.tar.gz) = 56265b46b6dc67a3d9041298677b775494b6d7127ff084483874c853042361305b10a59682f6ef66139814794afc0fdd1ff5c7cc410133763d2ff88e300dcb11
|
||||
|
|
|
|||
5
vocal.rpmlintrc
Normal file
5
vocal.rpmlintrc
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# false positives
|
||||
addFilter("E: invalid-lc-messages-dir /usr/share/locale/bh*")
|
||||
addFilter("E: invalid-lc-messages-dir /usr/share/locale/mo*")
|
||||
|
||||
addFilter("W: spelling-error %description -l en_US podcasts *")
|
||||
12
vocal.spec
12
vocal.spec
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Name: vocal
|
||||
Summary: Powerful, beautiful, and simple podcast client
|
||||
Version: 2.2.0
|
||||
Version: 2.4.0
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3
|
||||
|
||||
|
|
@ -11,6 +11,7 @@ Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
|||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gettext
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libappstream-glib
|
||||
|
|
@ -18,9 +19,9 @@ BuildRequires: vala >= 0.26.2
|
|||
|
||||
BuildRequires: pkgconfig(clutter-gst-3.0)
|
||||
BuildRequires: pkgconfig(clutter-gtk-1.0)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.32
|
||||
BuildRequires: pkgconfig(gdk-x11-3.0)
|
||||
BuildRequires: pkgconfig(gee-0.8)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.32
|
||||
BuildRequires: pkgconfig(granite)
|
||||
BuildRequires: pkgconfig(gstreamer-1.0)
|
||||
BuildRequires: pkgconfig(gstreamer-pbutils-1.0)
|
||||
|
|
@ -90,6 +91,12 @@ appstream-util validate-relax --nonet \
|
|||
|
||||
|
||||
%changelog
|
||||
* Sun Apr 14 2019 Fabio Valentini <decathorpe@gmail.com> - 2.4.0-1
|
||||
- Update to version 2.4.0.
|
||||
|
||||
* Mon Nov 05 2018 Fabio Valentini <decathorpe@gmail.com> - 2.3.0-1
|
||||
- Update to version 2.3.0.
|
||||
|
||||
* Mon Apr 23 2018 Fabio Valentini <decathorpe@gmail.com> - 2.2.0-1
|
||||
- Update to version 2.2.0.
|
||||
|
||||
|
|
@ -123,4 +130,3 @@ appstream-util validate-relax --nonet \
|
|||
* Sun May 28 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.19-1
|
||||
- Initial package.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue