Skip to content

Commit

Permalink
Subject: Sync spine.spec
Browse files Browse the repository at this point in the history
From: Chet Burgess <cfb@liquidreality.org>

Trac: Refs #132

The spine.spec file is out of sync. Numerous changes from both trunk
and branches/spine_2_1 have been synced so the files are now in sync.

Signed-off-by: Chet Burgess <cfb@liquidreality.org>
  • Loading branch information
cfb committed Mar 25, 2011
1 parent 69e6781 commit 7f51b09
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions spine.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# vim:ts=8:noet

%define spine_ver 2.1.0
%define spine_rel 1
%define spine_rel 2
%define spine_prefix /usr
%define spine_lib_prefix %{spine_prefix}/lib/spine-mgmt

Expand Down Expand Up @@ -32,6 +32,9 @@ Requires: perl(Text::Diff) >= 0.35
Requires: perl(NetAddr::IP) >= 3.24
Requires: perl(XML::Simple) >= 2.12
Requires: perl(File::Temp) >= 0.16
Requires: perl(YAML::Syck)
Requires: perl(JSON::Syck)
Requires: perl(Sys::Syslog)

%description
Ticketmaster Configuration System
Expand All @@ -58,10 +61,9 @@ Ticketmaster configuration system's publishing system
%install
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT

pushd spine
cd %{name}-%{version}
# Hooray for Makefiles!
make DESTDIR=$RPM_BUILD_ROOT install
popd

%clean
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT
Expand Down Expand Up @@ -89,6 +91,9 @@ popd
%endif

%changelog
* Fri Mar 25 2011 Chet Burgess <cfb@liquidreality.org> 2.1.0-2
- Sync spec files between spine versions to be consistent.

* Wed Nov 02 2009 Jeff Schroeder <jeffschroeder@computer.org> 2.1.0-1
- Change to the faster pure perl configball publisher.
- Update the spec file to not barf on Fedora.
Expand Down

0 comments on commit 7f51b09

Please sign in to comment.