source: projects/specs/branches/6/t/telepathy-filesystem/telepathy-filesystem-vl.spec @ 2041

Revision 2041, 1.3 KB checked in by Takemikaduchi, 14 years ago (diff)

update to GNOME-2.32.0

Line 
1Summary:        Telepathy filesystem layout
2Summary(ja):    Telepathy ファイルシステムレイアウト
3
4Name:           telepathy-filesystem
5Version:        0.0.2
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%{_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* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.0.2-1
44- add clients directory
45
46* Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.1-1
47- initial build for Vine Linux
48
49* Tue Jun  5 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.0.1-2
50- Add telepathy-1.0 dir.
51
52* Thu Sep 21 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.0.1-1
53- Initial FE spec.
54
Note: See TracBrowser for help on using the repository browser.