diff --git a/contractor.spec b/contractor.spec index d2ded5f..3185d61 100644 --- a/contractor.spec +++ b/contractor.spec @@ -1,14 +1,12 @@ Name: contractor Summary: Desktop-wide extension service Version: 0.3.2 -Release: 9%{?dist} +Release: 10%{?dist} License: GPLv3+ -URL: https://launchpad.net/contractor +URL: https://github.com/elementary/%{name} Source0: https://launchpad.net/%{name}/loki/%{version}/+download/%{name}-%{version}.tar.xz -BuildRequires: /usr/bin/pkg-config - BuildRequires: cmake BuildRequires: gettext BuildRequires: vala @@ -25,8 +23,6 @@ An extension service that allows apps to use the exposed functionality of registered apps. This way, apps don't have to have the functions hard coded into them. -Designed for elementary OS. - %prep %autosetup @@ -45,19 +41,22 @@ pushd build popd # Create the the directory where other programs put their contracts -mkdir -p %{buildroot}/%{_datadir}/contractor +mkdir -p %{buildroot}/%{_datadir}/%{name} %files %doc HACKING -%{_bindir}/contractor +%{_bindir}/%{name} -%dir %{_datadir}/contractor +%dir %{_datadir}/%{name} %{_datadir}/dbus-1/services/org.elementary.contractor.service %changelog +* Mon Feb 05 2018 Fabio Valentini - 0.3.2-10 +- Clean up .spec file. + * Wed Aug 02 2017 Fedora Release Engineering - 0.3.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild