Skip to content

Commit

Permalink
spec: let configure generate the spec file
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Filak <jfilak@redhat.com>
  • Loading branch information
Jakub Filak committed Mar 16, 2015
1 parent 834cd44 commit 54f0616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions abrt.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

Summary: Automatic bug detection and reporting tool
Name: abrt
Version: @@ABRT_VERSION@@
Version: @PACKAGE_VERSION@
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
Expand Down Expand Up @@ -757,7 +757,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_mandir}/man5/abrt_event.conf.5.gz
%config(noreplace) %{_sysconfdir}/libreport/events.d/smart_event.conf
%{_mandir}/man5/smart_event.conf.5.gz
%dir %attr(0751, abrt, abrt) %{_localstatedir}/%{var_base_dir}/%{name}
%dir %attr(@DEFAULT_DUMP_LOCATION_MODE@, abrt, abrt) %{_localstatedir}/%{var_base_dir}/%{name}
%dir %attr(0700, abrt, abrt) %{_localstatedir}/spool/%{name}-upload
# abrtd runs as root
%dir %attr(0755, root, root) %{_localstatedir}/run/%{name}
Expand Down
2 changes: 0 additions & 2 deletions gen-version
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,4 @@ else
VN="$DEF_VER"
fi

sed -e "s/@@ABRT_VERSION@@/$VN/g" < abrt.spec.in > abrt.spec

echo -n $VN > abrt-version

0 comments on commit 54f0616

Please sign in to comment.