Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rowe committed Mar 27, 2014
1 parent 9019ccb commit 14d3d8f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
28 changes: 28 additions & 0 deletions helloworld.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Summary: An example package
Name: helloworld
Version: 1.0
Release: 1
License: GPL
Group: Applications/System
Source: file:///root/helloworld.tar.bz2


%description
A very simple package to demonstrate planex.

%prep
%setup -n %{name}

%install
rm -rf %{buildroot}
find . | cpio -pdmv %{buildroot}


%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
/usr/share/%{name}/README

%changelog
1 change: 1 addition & 0 deletions helloworld/usr/share/helloworld/README
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
An example file.

0 comments on commit 14d3d8f

Please # to comment.