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