blob: 6cbba7ef1d21a6657b4a52429919f2157760dac5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Summary: Single line synopsis
Name: chiron
Version: 1.1
Release: 1%{?dist}
URL: http://127.0.0.1/
License: GPLv2+
%description
This is the first paragraph in the example package spec file.
This is the second paragraph.
%install
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
touch $RPM_BUILD_ROOT/%{_bindir}/chiron
%files
%{_bindir}/chiron
%changelog
* Tue Apr 26 2016 Richard Hughes <richard@hughsie.com> - 1.1-1
- Initial version
|