source: projects/specs/trunk/a/apt-sourceslist-test/apt-sourceslist-test-vl.spec @ 5647

Revision 5647, 1.5 KB checked in by Takemikaduchi, 12 years ago (diff)

libsrtp,gstreamer-filters: new package

Line 
1%define build_vineseed %(grep -c VineSeed /etc/vine-release)
2
3Summary:        Sources.list file for test category
4Summary(ja):    test カテゴリ用の sources.list ファイル
5Name:           apt-sourceslist-test
6Version:        0.1
7Release:        3%{?_dist_release}
8Source0:        sources.list-vineseed-test
9License:        GPL
10Group:          Applications/Administration
11#URL:           
12
13Requires:       apt
14BuildRoot:      %{_tmppath}/%{name}-%{version}-root
15BuildArch:      noarch
16
17
18%description
19This package contains source.list file for test category of VineSeed.
20
21You should install this package if you want to install test packages
22of VineSeed.
23
24%description -l ja
25このパッケージには VineSeed の test カテゴリ用の source.list ファイル
26を含んでいます。
27
28VineSeed の Test パッケージをインストールする場合はこのパッケージを
29インストールしてください。
30
31
32%install
33%{__rm} -rf ${RPM_BUILD_ROOT}
34%{__mkdir_p} ${RPM_BUILD_ROOT}/%{_sysconfdir}/apt/sources.list.d
35
36%if %{build_vineseed}
37%{__install} -m 644 %{SOURCE0} ${RPM_BUILD_ROOT}/%{_sysconfdir}/apt/sources.list.d/test.list
38%endif
39
40%clean
41%{__rm} -rf ${RPM_BUILD_ROOT}
42
43
44%files
45%defattr(-,root,root)
46%if %{build_vineseed}
47%config(noreplace) %verify(not mtime) %{_sysconfdir}/apt/sources.list.d/test.list
48%endif
49
50
51%changelog
52* Tue Feb 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1-3
53- rebuild with VineSeed environment
54
55* Sun Feb 01 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.1-2
56- add BuildArch: noarch
57
58* Sun Jan 25 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.1-1
59- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.