Skip to content

Commit

Permalink
tweak the spec file to pick up /usr/bin/python as a dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Vander Stichele committed Jul 24, 2014
1 parent 70e6ba7 commit b1d685f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions morituri.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ Morituri is a CD ripper.
%prep

%setup -q
%configure --sysconfdir=%{_sysconfdir}

PATH=/usr/bin:/bin:\$PATH %configure --sysconfdir=%{_sysconfdir}

%build

Expand All @@ -49,14 +50,17 @@ rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README.md morituri.doap NEWS RELEASE ChangeLog
%doc README morituri.doap NEWS RELEASE ChangeLog
%{_bindir}/rip
%{_libdir}/morituri/plugins
%{_mandir}/man1/rip.1*
%{python_sitelib}/morituri
%{_sysconfdir}/bash_completion.d/rip

%changelog
* Thu Jul 24 2014 Thomas Vander Stichele <thomas at apestaart dot org>
- add a hack to make the build pick up /usr/bin/python for python instead

* Sun Jan 20 2013 Thomas Vander Stichele <thomas at apestaart dot org>
- put rip completion file directly in package, not parent dir

Expand Down

0 comments on commit b1d685f

Please sign in to comment.