diff --git a/oxygen-fonts.spec b/oxygen-fonts.spec index 7f98045..a51b9db 100644 --- a/oxygen-fonts.spec +++ b/oxygen-fonts.spec @@ -1,5 +1,5 @@ Name: oxygen-fonts -Version: 5.2.2 +Version: 5.4.1 Release: 1mamba Summary: Oxygen fonts for integrated use with the KDE desktop Group: System/Fonts @@ -16,11 +16,6 @@ BuildRequires: extra-cmake-modules BuildRequires: fontforge BuildRoot: %{_tmppath}/%{name}-%{version}-root -# FIXME: -# missing cfongiration file for -# /etc/fonts/conf.avail/ -# /etc/fonts/conf.d/ - %description The basic concept for Oxygen Font is to design a clear, legible, sans serif font which would be rendered with Freetype on Linux-based devices. In addition a bold weight, plus regular and bold italics, and a monospace version will be made. @@ -33,14 +28,11 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel This package contains libraries and header files for developing applications that use %{name}. -%debug_package - %prep %setup -q %build -%cmake -d build \ - -DOXYGEN_FONT_INSTALL_DIR=%{_datadir}/fonts +%cmake_kde5 -d build %make %install @@ -52,16 +44,20 @@ This package contains libraries and header files for developing applications tha %files %defattr(-,root,root) -%{_datadir}/fonts/Oxygen-Sans.ttf -%{_datadir}/fonts/Oxygen-Sans-Bold.ttf -%{_datadir}/fonts/OxygenMono-Regular.ttf +%{_datadir}/fonts/truetype/oxygen/Oxygen-Sans-Bold.ttf +%{_datadir}/fonts/truetype/oxygen/Oxygen-Sans.ttf +%{_datadir}/fonts/truetype/oxygen/OxygenMono-Regular.ttf %doc COPYING-OFL COPYING-GPL+FE.txt %files devel %defattr(-,root,root) -%{_kde5_libdir}/cmake/OxygenFont +%{_libdir}/cmake/OxygenFont %doc README.md %changelog +* Sat Oct 03 2015 Davide Madrisan 5.4.1-1mamba +- update to 5.4.1 + + * Sun Apr 26 2015 Davide Madrisan 5.2.2-1mamba - package created by autospec