ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ltib] .spec format question


From: Vadim Lebedev
Subject: [Ltib] .spec format question
Date: Fri, 18 Jul 2008 15:09:29 +0200
User-agent: Thunderbird 2.0.0.14 (X11/20080502)

Hello,
i wonder if the URL clause in the following .spec file is valid and if so
why does ltib tries to download the file from bitshrine and not from specified URL?


Thanks
Vadim
======
%define pfx /opt/freescale/rootfs/%{_target_cpu}

Summary         : Primary Rate ISDN specification development files
Name            : libpri
Version         : 1.4.5
Release         : 1
License         : GPL
Vendor          : Digium
Packager        : Vadim Lebedev
Group           : Development/Libraries
URL : http://downloads.digium.com/pub/libpri/%{name}-%{version}.tar.gz
Source          : %{name}-%{version}.tar.gz
BuildRoot       : %{_tmppath}/%{name}
Prefix          : %{pfx}

%Description
%{summary}

%Prep
%setup

%Build
#./configure --prefix=%{_prefix} --host=$CFGHOST --build=%{_build}
make

%Install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT/%{pfx}

%Clean
rm -rf $RPM_BUILD_ROOT

%Files
%defattr(-,root,root)
%{pfx}/*





reply via email to

[Prev in Thread] Current Thread [Next in Thread]