Package init

This commit is contained in:
overweight 2019-09-30 11:18:16 -04:00
commit 110444d570

30
telepathy-filesystem.spec Normal file
View 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