File: test.spec

package info (click to toggle)
appstream-glib 0.8.3-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,984 kB
  • sloc: ansic: 38,749; xml: 840; sh: 23; makefile: 14; cpp: 1
file content (25 lines) | stat: -rw-r--r-- 495 bytes parent folder | download | duplicates (6)
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
Summary: Test package
Name: test
Version: 0.1
Release: 1%{?dist}
URL: http://people.freedesktop.org/~hughsient/
Source0: README
License: GPLv2+
BuildArch: noarch
Requires: foo
Requires: bar
Requires: baz

%description
This is a test package.

%install
install -Dp %{SOURCE0} $RPM_BUILD_ROOT/%{_datadir}/%{name}-%{version}/README

%files
%defattr(-,root,root)
%doc %{_datadir}/%{name}-%{version}/README

%changelog
* Mon May 17 2010 Richard Hughes <richard@hughsie.com> - 0.1-1
- Initial version