Mageia Bugzilla – Attachment 14324 Details for
Bug 32695
RustDesk (Remote Desktop Software) NEW PACKAGE REQUEST.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
cmrc needed by vcpkg
cmrc.spec (text/plain), 1.35 KB, created by
papoteur
on 2024-02-01 13:52:11 CET
(
hide
)
Description:
cmrc needed by vcpkg
Filename:
MIME Type:
Creator:
papoteur
Created:
2024-02-01 13:52:11 CET
Size:
1.35 KB
patch
obsolete
># imported from Fedora >%global appname cmakerc >%global _description %{expand: >CMakeRC is a resource compiler provided in a single CMake script that can >easily be included in another project. > >For the purpose of this project, a resource compiler is a tool that will >compile arbitrary data into a program. The program can then read this data >from without needing to store that data on disk external to the program.} > >Name: cmrc >Version: 2.0.1 >Release: %mkrel 1 > >License: MIT >Summary: Standalone CMake-Based C++ Resource Compiler >URL: https://github.com/vector-of-bool/%{name} >Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz >BuildArch: noarch > ># https://github.com/vector-of-bool/cmrc/pull/40 >Patch100: %{name}-installation.patch > >BuildRequires: cmake >BuildRequires: clang >BuildRequires: ninja-build > >%description %{_description} > >%package devel >Summary: Standalone CMake-Based C++ Resource Compiler >Provides: %{appname} = %{?epoch:%{epoch}:}%{version}-%{release} >Provides: %{appname}-devel = %{?epoch:%{epoch}:}%{version}-%{release} >Provides: %{name} = %{?epoch:%{epoch}:}%{version}-%{release} > >%description devel %{_description} > >%prep >%autosetup -p1 > >%build >%cmake -G Ninja \ > -DCMAKE_BUILD_TYPE=Release \ > -DBUILD_TESTS:BOOL=ON >%cmake_build > >%check >%ctest > >%install >%cmake_install > >%files devel >%doc README.md >%license LICENSE.txt >%{_datadir}/cmake/%{appname}/
# imported from Fedora %global appname cmakerc %global _description %{expand: CMakeRC is a resource compiler provided in a single CMake script that can easily be included in another project. For the purpose of this project, a resource compiler is a tool that will compile arbitrary data into a program. The program can then read this data from without needing to store that data on disk external to the program.} Name: cmrc Version: 2.0.1 Release: %mkrel 1 License: MIT Summary: Standalone CMake-Based C++ Resource Compiler URL: https://github.com/vector-of-bool/%{name} Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz BuildArch: noarch # https://github.com/vector-of-bool/cmrc/pull/40 Patch100: %{name}-installation.patch BuildRequires: cmake BuildRequires: clang BuildRequires: ninja-build %description %{_description} %package devel Summary: Standalone CMake-Based C++ Resource Compiler Provides: %{appname} = %{?epoch:%{epoch}:}%{version}-%{release} Provides: %{appname}-devel = %{?epoch:%{epoch}:}%{version}-%{release} Provides: %{name} = %{?epoch:%{epoch}:}%{version}-%{release} %description devel %{_description} %prep %autosetup -p1 %build %cmake -G Ninja \ -DCMAKE_BUILD_TYPE=Release \ -DBUILD_TESTS:BOOL=ON %cmake_build %check %ctest %install %cmake_install %files devel %doc README.md %license LICENSE.txt %{_datadir}/cmake/%{appname}/
View Attachment As Raw
Actions:
View
Attachments on
bug 32695
:
14323
| 14324 |
14325
|
14326