31 lines
828 B
RPMSpec
31 lines
828 B
RPMSpec
|
|
Name: telepathy-filesystem
|
||
|
|
Version: 0.0.2
|
||
|
|
Release: 7
|
||
|
|
Summary: Telepathy filesystem layout
|
||
|
|
URL: https://pkgs.org/download/telepathy-filesystem
|
||
|
|
License: Public Domain
|
||
|
|
|
||
|
|
BuildArch: noarch
|
||
|
|
BuildRequires: git
|
||
|
|
Requires: filesystem
|
||
|
|
|
||
|
|
%description
|
||
|
|
This package provides some directories which are required by other
|
||
|
|
packages which comprise the Telepathy release.
|
||
|
|
|
||
|
|
%prep
|
||
|
|
|
||
|
|
%install
|
||
|
|
install -m 0755 -d %{buildroot}%{_datadir}/telepathy/managers
|
||
|
|
install -m 0755 -d %{buildroot}%{_datadir}/telepathy/clients
|
||
|
|
install -m 0755 -d %{buildroot}%{_includedir}/telepathy-1.0
|
||
|
|
|
||
|
|
%files
|
||
|
|
%defattr(-,root,root)
|
||
|
|
%{_datadir}/telepathy/*
|
||
|
|
%{_includedir}/telepathy-1.0
|
||
|
|
|
||
|
|
%changelog
|
||
|
|
* Thu Aug 15 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.0.2-7
|
||
|
|
- Package init
|