|
|
|
@ -2,8 +2,8 @@
|
|
|
|
|
%global _with_cppunit 1
|
|
|
|
|
|
|
|
|
|
Name: xournalpp
|
|
|
|
|
Version: 1.0.20
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 1.1.0
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Handwriting note-taking software
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
@ -26,6 +26,7 @@ BuildRequires: pkgconfig(cppunit) >= 1.12-0
|
|
|
|
|
}
|
|
|
|
|
BuildRequires: pkgconfig(glib-2.0)
|
|
|
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
|
|
|
|
BuildRequires: pkgconfig(librsvg-2.0)
|
|
|
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
|
|
|
|
BuildRequires: pkgconfig(libzip)
|
|
|
|
|
BuildRequires: pkgconfig(lua)
|
|
|
|
@ -59,10 +60,6 @@ The %{name}-ui package contains a graphical user interface for %{name}.
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup
|
|
|
|
|
|
|
|
|
|
#Fix tlh aka klingon language
|
|
|
|
|
mv po/tlh_AA.po po/tlh.po
|
|
|
|
|
sed -i 's|tlh-AA|tlh|g' po/tlh.po
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%cmake \
|
|
|
|
|
%{?_with_cppunit: -DENABLE_CPPUNIT=ON} \
|
|
|
|
@ -95,7 +92,7 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/com.github.%{n
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc README.md AUTHORS
|
|
|
|
|
%{_bindir}/xournal-thumbnailer
|
|
|
|
|
%{_bindir}/%{name}-thumbnailer
|
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
|
%{_datadir}/applications/com.github.%{name}.%{name}.desktop
|
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/com.github.%{name}.%{name}.svg
|
|
|
|
@ -104,6 +101,7 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/com.github.%{n
|
|
|
|
|
%exclude %{_datadir}/mimelnk/application/*
|
|
|
|
|
%{_datadir}/thumbnailers/com.github.%{name}.%{name}.thumbnailer
|
|
|
|
|
%dir %{_datadir}/%{name}
|
|
|
|
|
%{_datadir}/%{name}/resources/*_template.tex
|
|
|
|
|
%{_metainfodir}/com.github.%{name}.%{name}.appdata.xml
|
|
|
|
|
|
|
|
|
|
%files plugins
|
|
|
|
@ -113,6 +111,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/com.github.%{n
|
|
|
|
|
%{_datadir}/%{name}/ui
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jul 19 2021 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 1.1.0-1
|
|
|
|
|
- Update to 1.1.0 (#1983495)
|
|
|
|
|
|
|
|
|
|
* Sun Feb 28 2021 Luya Tshimbalanga <luya@fedoraproject.org> - 1.0.20-3
|
|
|
|
|
- Enable math tex support
|
|
|
|
|
- Add fdupes for build requirement
|
|
|
|
@ -198,4 +199,4 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/com.github.%{n
|
|
|
|
|
- Release 1.0.13-current
|
|
|
|
|
|
|
|
|
|
* Fri May 3 2019 Francisco Gonzalez <gzmorell@gmail.com> - 1.0.10-1
|
|
|
|
|
- First attempt at packaging xournalpp.
|
|
|
|
|
- First attempt at packaging xournalpp
|
|
|
|
|