Package init
This commit is contained in:
commit
110444d570
30
telepathy-filesystem.spec
Normal file
30
telepathy-filesystem.spec
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
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
|
||||||
Loading…
x
Reference in New Issue
Block a user