Last change
on this file since 97 was 97, checked in by Yuri Dario, 15 years ago |
spec: netlabs stable repository build.
|
File size:
617 bytes
|
Line | |
---|
1 |
|
---|
2 | Summary: Netlabs Stable Repository
|
---|
3 | Name: netlabs-rel
|
---|
4 | Version: 0.0.0
|
---|
5 | Release: 1
|
---|
6 |
|
---|
7 | License: free
|
---|
8 |
|
---|
9 | Source: netlabs-rel.zip
|
---|
10 |
|
---|
11 | Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
---|
12 |
|
---|
13 | %description
|
---|
14 | Netlabs Experimental Repository.
|
---|
15 | Use with caution, packages on this repository are not considered stable versions.
|
---|
16 |
|
---|
17 | %prep
|
---|
18 | %setup -q -c
|
---|
19 |
|
---|
20 | %build
|
---|
21 | # nothing to do
|
---|
22 |
|
---|
23 | %install
|
---|
24 | mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/yum/repos.d
|
---|
25 | cp netlabs-rel.repo $RPM_BUILD_ROOT/%{_sysconfdir}/yum/repos.d/
|
---|
26 |
|
---|
27 | %clean
|
---|
28 | rm -rf $RPM_BUILD_ROOT
|
---|
29 |
|
---|
30 | %files
|
---|
31 | %config(noreplace) %{_sysconfdir}/yum/repos.d/*.repo
|
---|
Note:
See
TracBrowser
for help on using the repository browser.