1 |
< |
### RPM external mimetic 0.8.9 |
2 |
< |
Requires: gcc-wrapper |
3 |
< |
Source: http://codesink.org/download/%{n}-%{v}.tar.gz |
1 |
> |
### RPM external mimetic 0.8.9-XXXX |
2 |
> |
Source: http://codesink.org/download/%{n}-%{realversion}.tar.gz |
3 |
|
|
4 |
< |
%description |
4 |
> |
%prep |
5 |
> |
%setup -n %n-%{realversion} |
6 |
|
|
7 |
|
%build |
8 |
– |
## IMPORT gcc-wrapper |
8 |
|
./configure --prefix=%i |
9 |
|
make |
10 |
|
|
11 |
|
%install |
12 |
|
make install |
13 |
|
|
15 |
– |
|
16 |
– |
|
17 |
– |
%changelog |
18 |
– |
* Mon Feb 27 2006 Stefano Argiro <argiro@pccms211.cern.ch> |
19 |
– |
- Initial build. |
20 |
– |
|
21 |
– |
|
22 |
– |
# |