You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
655 B
39 lines
655 B
10 years ago
|
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
|