]> git.pld-linux.org Git - packages/test.git/blame - test.spec
- hooks
[packages/test.git] / test.spec
CommitLineData
efd472d0
ER
1# skeleton for rpm testing.
2# create your own test in separate branch, keep master branch clean
bfa51a85
ER
3#
4# git checkout -b test/feature
5# git push origin -u test/feature
efd472d0
ER
6Summary: testing something
7Name: test
9d98269a 8Version: 1
b1247bf1 9Release: 7
9d98269a
KK
10License: GPL
11Group: Applications/System
2e9c4571
ER
12Source0: http://execve.pl/u/u?r=23#/xxx
13# Source0-md5: 6de9439834c9147569741d3c9c9fc010
9d98269a 14URL: http://www.pld-linux.org/
2e9c4571 15#BuildArch: noarch
9d98269a
KK
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
2e9c4571 19testing something.
9d98269a
KK
20
21%prep
22%setup -qcT
23
24%install
efd472d0 25rm -rf $RPM_BUILD_ROOT
bfa51a85 26install -d $RPM_BUILD_ROOT
0507989c 27touch $RPM_BUILD_ROOT/a
9d98269a
KK
28
29%clean
bfa51a85 30rm -rf $RPM_BUILD_ROOT
9d98269a
KK
31
32%files
33%defattr(644,root,root,755)
edd14ac6 34/a
This page took 0.090072 seconds and 4 git commands to generate.