Overview
Comment: | CACKey 0.5.7
Corrected typo in specfile |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | 0.5.7 |
Files: | files | file ages | folders |
SHA1: | 356be62ad7b0c17b890921e0aec86f7782b99521 |
User & Date: | rkeene on 2010-05-22 18:46:50 |
Other Links: | manifest | tags |
Context
2010-05-22
| ||
18:55 |
CACKey 0.5.8
Updated specfile with data from coolkey check-in: 46cd43db95 user: rkeene tags: trunk, 0.5.8 | |
18:46 |
CACKey 0.5.7
Corrected typo in specfile check-in: 356be62ad7 user: rkeene tags: trunk, 0.5.7 | |
18:33 |
CACKey 0.5.6
Added RPM Spec file check-in: b5db4e9add user: rkeene tags: trunk, 0.5.6 | |
Changes
Modified cackey.spec from [91e025066a] to [f3d752f8bb].
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 |
Modified configure.ac from [0eb47a437c] to [262c910949].
1 2 3 4 5 6 7 8 |
AC_INIT(cackey, 0.5.6)
AC_CONFIG_HEADERS(config.h)
dnl Locate standard tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_AIX
|
| |
1 2 3 4 5 6 7 8 |
AC_INIT(cackey, 0.5.7)
AC_CONFIG_HEADERS(config.h)
dnl Locate standard tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_AIX
|