commit 110444d5707869f4eb60a0cb67c7f47ba2a1e137 Author: overweight <5324761+overweight@user.noreply.gitee.com> Date: Mon Sep 30 11:18:16 2019 -0400 Package init diff --git a/telepathy-filesystem.spec b/telepathy-filesystem.spec new file mode 100644 index 0000000..09a5cd0 --- /dev/null +++ b/telepathy-filesystem.spec @@ -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 - 0.0.2-7 +- Package init