Skip to content

Commit

Permalink
Add build requires to the spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Filak committed May 19, 2016
1 parent 070cf46 commit 056e679
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions package/reportd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Name: reportd
Version: 0.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Service reporting org.freedesktop.Problems2 entries.

Group: Applications/System
Expand All @@ -12,6 +12,11 @@ URL: https://github.com/jfilak/%{name}
#Source0: https://github.com/jfilak/%{name}/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
Source0: https://github.com/jfilak/%{name}/archive/%{commit}/%{name}-%{version}.tar.gz

BuildRequires: libtool
BuildRequires: intltool
BuildRequires: automake
BuildRequires: autoconf
BuildRequires: glibmm24-devel
BuildRequires: libreport-devel

%description
Expand All @@ -23,6 +28,7 @@ A D-Buse service that exports libreport functionality in D-Bus interface.


%build
autoreconf -f
%configure
make %{?_smp_mflags}

Expand All @@ -38,5 +44,10 @@ make %{?_smp_mflags}


%changelog
* Thu Apr 14 2016 Jakub Filak <[email protected]> - 0.0.1-1
* Thu May 19 2016 Jakub Filak <[email protected]> - 0.1-2
- Add all BuildRequires
- Verbose command line argument
- Cache moved to /var/run/user/reportd

* Thu Apr 14 2016 Jakub Filak <[email protected]> - 0.1-1
- Initial packaging

0 comments on commit 056e679

Please sign in to comment.