]> git.pld-linux.org Git - packages/test.git/blob - test.spec
67d9072b4c7ec905041894edbb528a27ce4bd71d
[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-6u34-linux-i586.bin
10 ## Source0-md5: 60f304b5ecae14dab5ab0b0144b9c012
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 testing something
15
16 %prep
17 %setup -qcT
18
19 %install
20 install -d $RPM_BUILD_ROOT
21 install a $RPM_BUILD_ROOT
22 ln -s /not-existing-crap $RPM_BUILD_ROOT/test
23
24 %clean
25
26 %files
27 %defattr(644,root,root,755)
28 /*
This page took 0.049781 seconds and 2 git commands to generate.