Last change
on this file since 498 was 498, checked in by Yuri Dario, 11 years ago |
spec: netlabs-rel, fixed description. ticket#105.
|
File size:
773 bytes
|
Line | |
---|
1 |
|
---|
2 | Summary: Netlabs Stable Repository
|
---|
3 | Name: netlabs-rel
|
---|
4 | Version: 0.0.0
|
---|
5 | Release: 5%{?dist}
|
---|
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 Release Repository.
|
---|
15 | This is the recommended repository for users since packages on this repository
|
---|
16 | are considered stable versions.
|
---|
17 |
|
---|
18 | %prep
|
---|
19 | %setup -q -c
|
---|
20 |
|
---|
21 | %build
|
---|
22 | # nothing to do
|
---|
23 |
|
---|
24 | %install
|
---|
25 | mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/yum/repos.d
|
---|
26 | cp -p netlabs-rel.repo $RPM_BUILD_ROOT/%{_sysconfdir}/yum/repos.d/
|
---|
27 |
|
---|
28 | %clean
|
---|
29 | rm -rf $RPM_BUILD_ROOT
|
---|
30 |
|
---|
31 | %files
|
---|
32 | %config(noreplace) %{_sysconfdir}/yum/repos.d/*.repo
|
---|
33 |
|
---|
34 |
|
---|
35 | %changelog
|
---|
36 | * Wed Jan 21 2015 yd
|
---|
37 | - fixed description. ticket#105.
|
---|
38 |
|
---|
39 | * Mon Jan 07 2013 yd
|
---|
40 | - add US mirror URL.
|
---|
41 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.