New upstream release
This commit is contained in:
parent
e106048a7a
commit
3e9e2ce9f5
@ -1 +1 @@
|
||||
corosync-1.0.0.tar.gz
|
||||
corosync-1.0.1.tar.gz
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
Name: corosync
|
||||
Summary: The Corosync Cluster Engine and Application Programming Interfaces
|
||||
Version: 1.0.0
|
||||
Release: 3%{?alphatag:.%{alphatag}}%{?dist}
|
||||
Version: 1.0.1
|
||||
Release: 1%{?alphatag:.%{alphatag}}%{?dist}
|
||||
License: BSD
|
||||
Group: System Environment/Base
|
||||
URL: http://www.openais.org
|
||||
@ -34,11 +34,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
./autogen.sh
|
||||
%endif
|
||||
|
||||
%{_configure} CFLAGS="$(echo '%{optflags}')" \
|
||||
--prefix=%{_prefix} \
|
||||
--sysconfdir=%{_sysconfdir} \
|
||||
--localstatedir=%{_localstatedir} \
|
||||
--libdir=%{_libdir}
|
||||
%{configure}
|
||||
|
||||
%build
|
||||
make %{_smp_mflags}
|
||||
@ -203,6 +199,11 @@ The Corosync Cluster Engine APIs.
|
||||
%{_mandir}/man8/coroipc_overview.8*
|
||||
|
||||
%changelog
|
||||
* Tue Sep 22 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 1.0.1-1
|
||||
- New upstream release
|
||||
- spec file updates:
|
||||
* use proper configure macro
|
||||
|
||||
* Tue Jul 28 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 1.0.0-3
|
||||
- spec file updates:
|
||||
* more consistent use of macros across the board
|
||||
|
Loading…
Reference in New Issue
Block a user