We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9019ccb commit 14d3d8fCopy full SHA for 14d3d8f
helloworld.spec
@@ -0,0 +1,28 @@
1
+Summary: An example package
2
+Name: helloworld
3
+Version: 1.0
4
+Release: 1
5
+License: GPL
6
+Group: Applications/System
7
+Source: file:///root/helloworld.tar.bz2
8
+
9
10
+%description
11
+A very simple package to demonstrate planex.
12
13
+%prep
14
+%setup -n %{name}
15
16
+%install
17
+rm -rf %{buildroot}
18
+find . | cpio -pdmv %{buildroot}
19
20
21
+%clean
22
23
24
+%files
25
+%defattr(-,root,root)
26
+/usr/share/%{name}/README
27
28
+%changelog
helloworld/usr/share/helloworld/README
@@ -0,0 +1 @@
+An example file.
0 commit comments