File: chiron.spec

package info (click to toggle)
gnome-software 49.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,892 kB
  • sloc: ansic: 98,572; xml: 3,630; python: 1,055; makefile: 75; sh: 28
file content (22 lines) | stat: -rw-r--r-- 428 bytes parent folder | download | duplicates (5)
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