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

Revision 8119, 1.4 KB checked in by Takemikaduchi, 10 years ago (diff)

rebuild or new upstream release

Line 
1Summary:        Telepathy filesystem layout
2Summary(ja):    Telepathy ファイルシステムレイアウト
3
4Name:           telepathy-filesystem
5Version:        0.0.2
6Release:        2%{?_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%{_datadir}/telepathy/clients
27mkdir -p $RPM_BUILD_ROOT%{_includedir}/telepathy-1.0
28
29
30%clean
31rm -rf $RPM_BUILD_ROOT
32
33
34%files
35%defattr(-,root,root,-)
36%dir %{_datadir}/telepathy
37%dir %{_datadir}/telepathy/managers
38%dir %{_datadir}/telepathy/clients
39%dir %{_includedir}/telepathy-1.0
40
41
42%changelog
43* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.0.2-2
44- rebuild with VineSeed environment
45
46* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.0.2-1
47- add clients directory
48
49* Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.1-1
50- initial build for Vine Linux
51
52* Tue Jun  5 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.0.1-2
53- Add telepathy-1.0 dir.
54
55* Thu Sep 21 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.0.1-1
56- Initial FE spec.
57
Note: See TracBrowser for help on using the repository browser.