!5 Upgrade pdfpc to 4.6.0
From: @chen-jan Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
e029abf2b4
45
pdfpc.spec
45
pdfpc.spec
@ -1,15 +1,26 @@
|
|||||||
Name: pdfpc
|
Name: pdfpc
|
||||||
Version: 4.5.0
|
Version: 4.6.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A GTK based presentation viewer application for GNU/Linux
|
Summary: A GTK based presentation viewer application for GNU/Linux
|
||||||
License: GPLv2+
|
|
||||||
URL: https://%{name}.github.io/
|
License: GPL-3.0-or-later
|
||||||
Source0: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz
|
URL: https://%{name}.github.io/
|
||||||
BuildRequires: cmake gcc gtk3-devel gstreamer1-devel gstreamer1-plugins-base-devel
|
Source0: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz
|
||||||
BuildRequires: librsvg2-devel libgee-devel pango-devel poppler-glib-devel vala vala-devel
|
|
||||||
BuildRequires: json-glib-devel
|
BuildRequires: cmake
|
||||||
BuildRequires: libmarkdown-devel
|
BuildRequires: gcc
|
||||||
BuildRequires: webkit2gtk3-devel
|
BuildRequires: gtk3-devel
|
||||||
|
BuildRequires: gstreamer1-devel
|
||||||
|
BuildRequires: gstreamer1-plugins-base-devel
|
||||||
|
BuildRequires: json-glib-devel
|
||||||
|
BuildRequires: libmarkdown-devel
|
||||||
|
BuildRequires: librsvg2-devel
|
||||||
|
BuildRequires: libgee-devel
|
||||||
|
BuildRequires: pango-devel
|
||||||
|
BuildRequires: poppler-glib-devel
|
||||||
|
BuildRequires: webkit2gtk3-devel
|
||||||
|
BuildRequires: vala vala-devel
|
||||||
|
BuildRequires: qrencode-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
pdfpc is a GTK based presentation viewer application for GNU/Linux which uses
|
pdfpc is a GTK based presentation viewer application for GNU/Linux which uses
|
||||||
@ -26,11 +37,13 @@ software.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -DSYSCONFDIR=/etc .
|
%cmake -DSYSCONFDIR=/etc .
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.rst CHANGELOG.rst
|
%doc README.rst CHANGELOG.rst
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
@ -38,9 +51,13 @@ make %{?_smp_mflags}
|
|||||||
%config(noreplace) %{_sysconfdir}/%{name}rc
|
%config(noreplace) %{_sysconfdir}/%{name}rc
|
||||||
%{_mandir}/man1/%{name}*
|
%{_mandir}/man1/%{name}*
|
||||||
%{_mandir}/man5/%{name}*
|
%{_mandir}/man5/%{name}*
|
||||||
%{_datadir}/pixmaps/%{name}
|
%{_datadir}/%{name}
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 12 2023 chenchen <chen_aka_jan@163.com> - 4.6.0-1
|
||||||
|
- Upgrade pdfpc to 4.6.0
|
||||||
|
|
||||||
* Tue Jan 04 2022 yaoxin <yaoxin30@huawei.com> - 4.5.0-1
|
* Tue Jan 04 2022 yaoxin <yaoxin30@huawei.com> - 4.5.0-1
|
||||||
- Upgrade pdfpc to 4.5.0
|
- Upgrade pdfpc to 4.5.0
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user