ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/frontier_client.spec
Revision: 1.2
Committed: Wed Feb 22 23:09:28 2006 UTC (19 years, 2 months ago) by eulisse
Branch: MAIN
CVS Tags: V00-00-04, V00-00-03, V00-00-02, V00-00-01, V00-00-00, test2, test1, NataliaStart
Changes since 1.1: +3 -4 lines
Log Message:
Updated to version 2.4.2_cms

File Contents

# User Rev Content
1 eulisse 1.2 ### RPM external frontier_client 2.4.2
2     Source: http://edge.fnal.gov:8888/frontier/%{n}__%{v}_cms__src.tar.gz
3 eulisse 1.1 %prep
4 eulisse 1.2 %setup -n %{n}__%{v}_cms__src
5 eulisse 1.1 %build
6     make
7     %install
8     mkdir -p %i/lib
9     mkdir -p %i/include
10     cp libfrontier_client.so.%{v} %i/lib
11     ln -s %i/lib/libfrontier_client.so.%{v} %i/lib/libfrontier_client.so
12     ln -s %i/lib/libfrontier_client.so.%{v} %i/lib/libfrontier_client.so.%(echo %v | sed -e "s/\([0-9]*\)\..*/\1/")
13     cp -r include %i