diff --git a/telepathy-filesystem.spec b/telepathy-filesystem.spec index 4adb6d8..9511715 100644 --- a/telepathy-filesystem.spec +++ b/telepathy-filesystem.spec @@ -1,6 +1,6 @@ Name: telepathy-filesystem -Version: 0.0.1 -Release: 4%{?dist} +Version: 0.0.2 +Release: 1%{?dist} Summary: Telepathy filesystem layout Group: System Environment/Base @@ -21,6 +21,7 @@ packages which comprise the Telepathy release. %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_datadir}/telepathy/managers +mkdir -p $RPM_BUILD_ROOT%{_datadir}/telepathy/clients mkdir -p $RPM_BUILD_ROOT%{_includedir}/telepathy-1.0 @@ -32,10 +33,14 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %dir %{_datadir}/telepathy %dir %{_datadir}/telepathy/managers +%dir %{_datadir}/telepathy/clients %dir %{_includedir}/telepathy-1.0 %changelog +* Wed Aug 26 2009 Brian Pepple - 0.0.2-1 +- Add clients dir. + * Sun Jul 26 2009 Fedora Release Engineering - 0.0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild