Skip to content

Commit

Permalink
Subject: Minor cleanups to the spec file
Browse files Browse the repository at this point in the history
From: Chet Burgess <cfb@liquidreality.org>

Trac: Refs #47

-Cleanup the formating of the spec file to be a bit cleaner
-Remove the hard dependency on perl Sys::Syslog 0.18 or later.
 Now that we call openlog the issues with older Sys:Syslog
 implementations appear to be largely irrelevant.

Signed-off-by: Chet Burgess <cfb@liquidreality.org>
  • Loading branch information
cfb committed Nov 12, 2009
1 parent 13a5d59 commit a3062a5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions spine.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
%define spine_rel 1
%define spine_prefix /usr
%define spine_lib_prefix %{spine_prefix}/lib/spine-mgmt
%define File_Temp_ver 0.16
%define Sys_Syslog_ver 0.18

Name: spine-mgmt
Summary: Ticketmaster Configuration System
Expand Down Expand Up @@ -34,9 +32,8 @@ Requires: perl(NetAddr::IP) >= 3.24
Requires: perl(YAML::Syck)
Requires: perl(JSON::Syck)
Requires: perl(XML::Simple) >= 2.12
# Provided by ourself, currently.
Requires: perl(File::Temp) >= %{File_Temp_ver}
Requires: perl(Sys::Syslog) >= %{Sys_Syslog_ver}
Requires: perl(File::Temp) >= 0.16
Requires: perl(Sys::Syslog)

%description
Ticketmaster Configuration System
Expand Down

0 comments on commit a3062a5

Please sign in to comment.