Skip to content

Instantly share code, notes, and snippets.

@afb
Created October 4, 2013 05:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afb/6821217 to your computer and use it in GitHub Desktop.
Save afb/6821217 to your computer and use it in GitHub Desktop.
Test file for #22930, build with: rpmbuild -bb
Summary: Test
Name: testfile
Version: 2.0
Release: 1
Group: Development
License: Public Domain
BuildArch: noarch
%description
Test package
%prep
%build
%install
mkdir -p $RPM_BUILD_ROOT/tmp
touch $RPM_BUILD_ROOT/tmp/test
%files
/tmp/test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment