]> git.pld-linux.org Git - packages/test.git/blob - test.spec
- up
[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-7u15-linux-i586.tar.gz
10 # Source0-md5:  6ebab8e0942706af2f7f5e0195a96f2c
11 Source1:        jdk-7u15-linux-x64.tar.gz
12 # Source1-md5:  118a16aab9ff2c3f7c7788658cc77734
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.03625 seconds and 3 git commands to generate.