Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
Fontasy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Peter Kovář
Fontasy
Commits
7c21b783
Commit
7c21b783
authored
May 24, 2019
by
Peter Kovář
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated packaging instructions
parent
d005dd94
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
6 deletions
+12
-6
Packaging/RPM/Fontasy.spec
Packaging/RPM/Fontasy.spec
+12
-6
No files found.
Packaging/RPM/Fontasy.spec
View file @
7c21b783
Name: Fontasy
Version: 0.
1
.0
Version: 0.
2
.0
Release: 1%{?dist}
Summary: Fontasy - A C Vulkan® based font rendering library
...
...
@@ -10,6 +10,11 @@ Source0: %url/%{name}/archive/%{name}-master.tar.bz2
BuildRequires: gcc
BuildRequires: make
BuildRequires: vulkan-headers
BuildRequires: freetype
BuildRequires: fontconfig
BuildRequires: fribidi
BuildRequires: harfbuzz
BuildRequires: libraqm
%description
Vulkan® text using one vertex buffer, one texture and FreeType
...
...
@@ -22,13 +27,14 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
Header files, libraries and documentation for building the Fontasy applications
%prep
%autosetup -p1 -n %{name}-
%{version}
%autosetup -p1 -n %{name}-
master
%build
make clean
%make_build
%install
%make_install
#
%make_install
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
...
...
@@ -36,11 +42,11 @@ Header files, libraries and documentation for building the Fontasy applications
%files
%license License.md
%doc README.md
%{_libdir}/lib*.so.*
#
%{_libdir}/lib*.so.*
%files devel
%doc Documentation/output/epub/*.epub
%{_includedir}/%{name}
%{_libdir}/lib*.so
#
%{_includedir}/%{name}
#
%{_libdir}/lib*.so
%changelog
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment