Differences From Artifact [91e025066a]:
- File
cackey.spec
— part of check-in
[b5db4e9add]
at
2010-05-22 18:33:41
on branch trunk
— CACKey 0.5.6
Added RPM Spec file (user: rkeene, size: 1094) [annotate] [blame] [check-ins using]
To Artifact [f3d752f8bb]:
- File
cackey.spec
— part of check-in
[356be62ad7]
at
2010-05-22 18:46:50
on branch trunk
— CACKey 0.5.7
Corrected typo in specfile (user: rkeene, size: 1085) [annotate] [blame] [check-ins using]
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
%prep %setup -q %build CFLAGS="%{optflags}" \ ./configure \ --prefix=%{_prefix} \ --libdir=%{_libdir} --mandir=%{_mandir} make %{?_smp_mflags} %install if [ ! %{buildroot} = "/" ]; then %{__rm} -rf %{buildroot}; fi make DESTDIR=%{buildroot} install |
< | < < |
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
%prep %setup -q %build CFLAGS="%{optflags}" \ ./configure --prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_mandir} make %{?_smp_mflags} %install if [ ! %{buildroot} = "/" ]; then %{__rm} -rf %{buildroot}; fi make DESTDIR=%{buildroot} install |