Skip to content

Commit

Permalink
Merge pull request #154 from dansimau/master
Browse files Browse the repository at this point in the history
Fix #153: Maintainer is not used when building rpm targets
  • Loading branch information
jordansissel committed Feb 7, 2012
2 parents af103fc + 2080f0c commit ce583bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/rpm.erb
Expand Up @@ -18,6 +18,9 @@ let's detect it intelligently
-%>
License: <%= license %>
URL: <%= url or "http://nourlgiven.example.com/" %>
<% if !maintainer.empty? -%>
Packager: <%= maintainer %>
<% end -%>
Source0: %{_sourcedir}/data.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

Expand Down

0 comments on commit ce583bd

Please sign in to comment.