summaryrefslogtreecommitdiffstats
path: root/lxc.spec
diff options
context:
space:
mode:
Diffstat (limited to 'lxc.spec')
-rw-r--r--lxc.spec26
1 files changed, 16 insertions, 10 deletions
diff --git a/lxc.spec b/lxc.spec
index bbc1803..181c945 100644
--- a/lxc.spec
+++ b/lxc.spec
@@ -1,5 +1,5 @@
Name: lxc
-Version: 0.7.4.2
+Version: 0.7.5
Release: 1%{?dist}
Summary: Linux Resource Containers
@@ -9,7 +9,6 @@ URL: http://lxc.sourceforge.net
Source0: http://lxc.sourceforge.net/download/lxc/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: automake
BuildRequires: docbook-utils
BuildRequires: kernel-headers
BuildRequires: libcap-devel
@@ -67,20 +66,21 @@ This package contains documentation for %{name}.
%setup -q
%build
-./autogen.sh
-%configure F77=no
# Fix binary-or-shlib-defines-rpath error
-%{__sed} -i '/AM_LDFLAGS = -Wl,-E -Wl,-rpath -Wl,$(libdir)/d' src/lxc/Makefile.in
-%{__make} %{?_smp_mflags}
+sed -i '/AM_LDFLAGS = -Wl,-E -Wl,-rpath -Wl,$(libdir)/d' src/lxc/Makefile.in
+# We know the exact location of asm/unistd.h
+sed -i 's,\$(LINUX_DIR)/arch/\$(LINUX_SRCARCH),/usr,' src/lxc/Makefile.in
+%configure --disable-rpath F77=no
+make %{?_smp_mflags}
%check
-%{__make} check
+make check
%install
rm -rf %{buildroot}
-%{__make} DESTDIR=%{buildroot} install
+make DESTDIR=%{buildroot} install
find %{buildroot} -name '*.la' -delete
-%{__mkdir} -p %{buildroot}%{_sharedstatedir}/%{name}
+mkdir -p %{buildroot}%{_sharedstatedir}/%{name}
find %{buildroot}%{_libdir}/lxc/templates \
-type f \
@@ -89,7 +89,7 @@ find %{buildroot}%{_libdir}/lxc/templates \
-delete
%clean
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
%post libs -p /sbin/ldconfig
@@ -126,6 +126,12 @@ find %{buildroot}%{_libdir}/lxc/templates \
%{_docdir}/%{name}
%changelog
+* Mon Mar 26 2012 Thomas Moschny <thomas.moschny@gmx.de> - 0.7.5-1
+- Update to upstream 0.7.5
+- No need to run autogen.sh
+- Fix: kernel header asm/unistd.h was not found
+- Specfile cleanups
+
* Wed Jul 06 2011 Adam Miller <maxamillion@fedoraproject.org> - 0.7.4.2-1
- Update to upstream 0.7.4.2