blob: 23f4f2dfa1e4016d53b05497b7c5ff45bb81985f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
Name: trinity-cmake-macros
Version: 1.0
Release: 1%{?dist}
Summary: Rpmbuild macros for cmake utility
Group: Development/Utilities
License: GPL
URL: http://www.trinitydesktop.org/
Source0: macros.cmake
Requires: cmake
%description
This is the cmake macros for rpmbuild.
It was originally written for Fedora, but can be used on openSUSE too.
%prep
%build
%install
rm -rf $RPM_BUILD_ROOT
%__install -D -m 644 "%{SOURCE0}" %{?buildroot}%{_sysconfdir}/rpm/macros.cmake
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{_sysconfdir}/rpm/macros.cmake
%changelog
|