Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c443b4c8cb |
||
|
|
1cc92b8282 |
4 changed files with 20 additions and 6 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,5 +1,10 @@
|
|||
/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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (vocal-2.1.6.tar.gz) = 7f44207df6a1f282e8314548c08250a072d7c258cec51b6c05e22cef1f1e661bf566d77d7ff957b4d19c743e40b4bd6fc271af5fb5fb573c29b6b40c77913bdd
|
||||
SHA512 (vocal-2.3.0.tar.gz) = af5fa7e75871189a46a2738d98ed799c9880f4168a6274ca1991f59a2b83a80091313935e6f6953756d0063d4a2c0a90e7ddb456be892397025130e565c86fa9
|
||||
|
|
|
|||
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 *")
|
||||
14
vocal.spec
14
vocal.spec
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Name: vocal
|
||||
Summary: Powerful, beautiful, and simple podcast client
|
||||
Version: 2.1.6
|
||||
Version: 2.3.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)
|
||||
|
|
@ -54,9 +55,6 @@ skip intervals.
|
|||
|
||||
|
||||
%build
|
||||
# mark all source files and docs as NOT executable
|
||||
for i in $(find -executable -type f); do chmod a-x $i; done
|
||||
|
||||
mkdir build && pushd build
|
||||
%cmake ..
|
||||
%make_build
|
||||
|
|
@ -93,6 +91,12 @@ appstream-util validate-relax --nonet \
|
|||
|
||||
|
||||
%changelog
|
||||
* 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.
|
||||
|
||||
* Tue Jan 30 2018 Fabio Valentini <decathorpe@gmail.com> - 2.1.6-1
|
||||
- Update to version 2.1.6.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue