# | Line 5 | Line 5 | Source: http://www.canonware.com/downloa | |
---|---|---|
5 | %setup -n %n-%{realversion} | |
6 | ||
7 | %build | |
8 | + | perl -p -i -e 's|-no-cpp-precomp||' configure |
9 | ./configure --prefix %i | |
10 | ||
11 | < | %install |
11 | < | make install |
12 | < | strip %i/lib/* |
13 | < | rm -rf %i/share |
11 | > | %define drop_files %i/share |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |