ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/frontier_client.spec
Revision: 1.1
Committed: Wed Feb 22 20:47:06 2006 UTC (19 years, 2 months ago) by eulisse
Branch: MAIN
Log Message:
First imported to repository.

File Contents

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