]> git.pld-linux.org Git - packages/test.git/blob - test.spec
- dropin upload
[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-7u21-linux-i586.tar.gz
10 # Source0-md5:  fc0241e1a3e243602698ac700abc94e9
11 Source1:        jdk-7u21-linux-x64.tar.gz
12 # Source1-md5:  3ceef66377b6d87144b802960f5e715b
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 testing git
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.056125 seconds and 3 git commands to generate.