]> git.pld-linux.org Git - packages/test.git/blame - test.spec
- test
[packages/test.git] / test.spec
CommitLineData
9d98269a 1%define plugin configmanager
f71db9a7 2Summary: testing something else
9d98269a
KK
3Name: builder
4Version: 1
5Release: 0.1
6License: GPL
7Group: Applications/System
8URL: http://www.pld-linux.org/
e38aadee
JR
9#Source0: jdk-6u34-linux-i586.bin
10## Source0-md5: 60f304b5ecae14dab5ab0b0144b9c012
9d98269a
KK
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
80cdae22 14testing something.
9d98269a
KK
15
16%prep
17%setup -qcT
18
19%install
20install -d $RPM_BUILD_ROOT
21install a $RPM_BUILD_ROOT
e38aadee 22ln -s /not-existing-crap $RPM_BUILD_ROOT/test
9d98269a
KK
23
24%clean
25
26%files
27%defattr(644,root,root,755)
e38aadee 28/*
This page took 0.081008 seconds and 4 git commands to generate.