source: spec/trunk/SPECS/netlabs-rel.spec@ 498

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
2Summary: Netlabs Stable Repository
3Name: netlabs-rel
4Version: 0.0.0
5Release: 5%{?dist}
6
7License: free
8
9Source: netlabs-rel.zip
10
11Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
12
13%description
14Netlabs Release Repository.
15This is the recommended repository for users since packages on this repository
16are considered stable versions.
17
18%prep
19%setup -q -c
20
21%build
22# nothing to do
23
24%install
25mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/yum/repos.d
26cp -p netlabs-rel.repo $RPM_BUILD_ROOT/%{_sysconfdir}/yum/repos.d/
27
28%clean
29rm -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.