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