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