update to 5.4.1 [release 5.4.1-1mamba;Sat Oct 03 2015]
This commit is contained in:
parent
74b74fe572
commit
45d185b31c
@ -1,5 +1,5 @@
|
|||||||
Name: oxygen-fonts
|
Name: oxygen-fonts
|
||||||
Version: 5.2.2
|
Version: 5.4.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Oxygen fonts for integrated use with the KDE desktop
|
Summary: Oxygen fonts for integrated use with the KDE desktop
|
||||||
Group: System/Fonts
|
Group: System/Fonts
|
||||||
@ -16,11 +16,6 @@ BuildRequires: extra-cmake-modules
|
|||||||
BuildRequires: fontforge
|
BuildRequires: fontforge
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
# FIXME:
|
|
||||||
# missing cfongiration file for
|
|
||||||
# /etc/fonts/conf.avail/
|
|
||||||
# /etc/fonts/conf.d/
|
|
||||||
|
|
||||||
%description
|
%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.
|
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.
|
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
|
%description devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake_kde5 -d build
|
||||||
-DOXYGEN_FONT_INSTALL_DIR=%{_datadir}/fonts
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -52,16 +44,20 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/fonts/Oxygen-Sans.ttf
|
%{_datadir}/fonts/truetype/oxygen/Oxygen-Sans-Bold.ttf
|
||||||
%{_datadir}/fonts/Oxygen-Sans-Bold.ttf
|
%{_datadir}/fonts/truetype/oxygen/Oxygen-Sans.ttf
|
||||||
%{_datadir}/fonts/OxygenMono-Regular.ttf
|
%{_datadir}/fonts/truetype/oxygen/OxygenMono-Regular.ttf
|
||||||
%doc COPYING-OFL COPYING-GPL+FE.txt
|
%doc COPYING-OFL COPYING-GPL+FE.txt
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kde5_libdir}/cmake/OxygenFont
|
%{_libdir}/cmake/OxygenFont
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 03 2015 Davide Madrisan <davide.madrisan@gmail.com> 5.4.1-1mamba
|
||||||
|
- update to 5.4.1
|
||||||
|
|
||||||
|
|
||||||
* Sun Apr 26 2015 Davide Madrisan <davide.madrisan@gmail.com> 5.2.2-1mamba
|
* Sun Apr 26 2015 Davide Madrisan <davide.madrisan@gmail.com> 5.2.2-1mamba
|
||||||
- package created by autospec
|
- package created by autospec
|
||||||
|
Loading…
Reference in New Issue
Block a user