source: projects/specs/trunk/t/telepathy-filesystem/telepathy-filesystem-vl.spec @ 521

Revision 521, 1.1 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary:        Telepathy filesystem layout
2Summary(ja):    Telepathy ファイルシステムレイアウト
3
4Name:           telepathy-filesystem
5Version:        0.0.1
6Release:        1%{?_dist_release}
7
8Group:          System Environment/Base
9License:        Public Domain
10BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
11
12BuildArch:      noarch
13Requires:       filesystem
14
15
16%description
17This package provides some directories which are required by other
18packages which comprise the Telepathy release. 
19
20%prep
21
22
23%install
24rm -rf $RPM_BUILD_ROOT
25mkdir -p $RPM_BUILD_ROOT%{_datadir}/telepathy/managers
26mkdir -p $RPM_BUILD_ROOT%{_includedir}/telepathy-1.0
27
28
29%clean
30rm -rf $RPM_BUILD_ROOT
31
32
33%files
34%defattr(-,root,root,-)
35%dir %{_datadir}/telepathy
36%dir %{_datadir}/telepathy/managers
37%dir %{_includedir}/telepathy-1.0
38
39
40%changelog
41* Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.1-1
42- initial build for Vine Linux
43
44* Tue Jun  5 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.0.1-2
45- Add telepathy-1.0 dir.
46
47* Thu Sep 21 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.0.1-1
48- Initial FE spec.
49
Note: See TracBrowser for help on using the repository browser.