ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Root Listing
root
/
cvsroot
/
COMP
/
CMSDIST
/
unixodbc.spec
Revision:
1.1
Committed:
Fri Mar 10 23:16:57 2006 UTC
(19 years, 1 month ago) by
eulisse
Branch:
MAIN
CVS Tags:
test1, NataliaStart
Log Message:
First added to repository, required by POOL.
File Contents
#
User
Rev
Content
1
eulisse
1.1
### RPM external unixodbc 2.2.11
2
%define downloadn unixODBC
3
Source:
http://www.unixodbc.org/%downloadn-%v.tar.gz
4
%prep
5
%setup -n %{downloadn}-%{v}
6
%build
7
./configure --prefix=%{i} --disable-gui
8
make %makeprocesses