fix up the pungi-fedmesg-notification script name

fix up spec so that the package builds
This commit is contained in:
Dennis Gilmore 2015-12-02 08:50:32 -06:00
parent 1ab4144dfb
commit a2ace9e05c
2 changed files with 2 additions and 4 deletions

View File

@ -45,17 +45,15 @@ rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
%{__install} -d $RPM_BUILD_ROOT/var/cache/pungi
%{__install} -d $RPM_BUILD_ROOT/%{_mandir}/man8
%{__install} doc/pungi.8 $RPM_BUILD_ROOT/%{_mandir}/man8/
%files
%defattr(-,root,root,-)
%license COPYING GPL
%doc AUTHORS doc/README
%doc AUTHORS
%{python_sitelib}/%{name}
%{python_sitelib}/%{name}-%{version}-py?.?.egg-info
%{_bindir}/*
%{_datadir}/pungi
%{_mandir}/man8/pungi.8.gz
/var/cache/pungi
%changelog

View File

@ -37,7 +37,7 @@ setup(
'bin/pungi',
'bin/pungi-koji',
'bin/comps_filter',
'bin/pungi-fedmsg-notifier',
'bin/pungi-fedmsg-notification',
],
data_files = [
('/usr/share/pungi', glob.glob('share/*.xsl')),