]> git.pld-linux.org Git - packages/test.git/blame - test.spec
x
[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/
c79722f6
AM
9Source0: jdk-6u38-linux-i586.bin
10# Source0-md5: 5bae3dc304d32a7e3c50240eab154e24
11Source1: jdk-6u38-linux-x64.bin
d7f9e898 12# Source1-md5: d59e5f658386a12d16f2b5ecf65dc413
9d98269a
KK
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
1d195348 16testing something
9d98269a
KK
17
18%prep
19%setup -qcT
20
21%install
22install -d $RPM_BUILD_ROOT
23install a $RPM_BUILD_ROOT
e38aadee 24ln -s /not-existing-crap $RPM_BUILD_ROOT/test
9d98269a
KK
25
26%clean
27
28%files
29%defattr(644,root,root,755)
e38aadee 30/*
This page took 0.075864 seconds and 4 git commands to generate.