* [IPFire-SCM] [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 08482d999976c378691c8ac9bb1208e61a670028
@ 2012-02-10 17:00 git
0 siblings, 0 replies; only message in thread
From: git @ 2012-02-10 17:00 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 2992 bytes --]
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".
The branch, master has been updated
via 08482d999976c378691c8ac9bb1208e61a670028 (commit)
via d2020e18b6cbf0d8025aede1d15fc5a978bbbed1 (commit)
from 75d561189fda1f2b4318d3cf8e7de30d86a4aa15 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 08482d999976c378691c8ac9bb1208e61a670028
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Fri Feb 10 17:59:39 2012 +0100
libvirt: This package is now maintained by Ben Schweikert.
commit d2020e18b6cbf0d8025aede1d15fc5a978bbbed1
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Fri Feb 10 17:59:18 2012 +0100
parted: Make package work on x86_64.
-----------------------------------------------------------------------
Summary of changes:
libvirt/libvirt.nm | 3 ++-
parted/parted.nm | 18 +++++++++---------
2 files changed, 11 insertions(+), 10 deletions(-)
Difference in files:
diff --git a/libvirt/libvirt.nm b/libvirt/libvirt.nm
index a094388..6785581 100644
--- a/libvirt/libvirt.nm
+++ b/libvirt/libvirt.nm
@@ -5,8 +5,9 @@
name = libvirt
version = 0.9.6
-release = 1
+release = 2
+maintainer = Ben Schweikert <ben.schweikert(a)ipfire.org>
groups = Applications/Virtualization
url = http://www.libvirt.org/
license = LGPLv2.1+
diff --git a/parted/parted.nm b/parted/parted.nm
index dda6e61..bfe7cdd 100644
--- a/parted/parted.nm
+++ b/parted/parted.nm
@@ -5,7 +5,7 @@
name = parted
version = 2.1
-release = 2
+release = 3
groups = Applications/System
url = http://www.gnu.org/software/parted
@@ -33,21 +33,21 @@ build
end
configure_options += \
- --libdir=/lib \
- --enable-selinux
+ --libdir=/%{lib} \
+ --enable-selinux \
+ --disable-Werror
install_cmds
- mkdir -pv %{BUILDROOT}/usr/lib
- mv -v %{BUILDROOT}/lib/pkgconfig %{BUILDROOT}/usr/lib/
- rm -rf %{BUILDROOT}/lib/libparted{,-2.1}.so
- ln -svf ../../lib/libparted-%{version}.so.0 %{BUILDROOT}/usr/lib/libparted-%{version}.so
- ln -svf libparted-%{version}.so %{BUILDROOT}/usr/lib/libparted.so
+ mkdir -pv %{BUILDROOT}%{libdir}
+ mv -v %{BUILDROOT}/%{lib}/pkgconfig %{BUILDROOT}%{libdir}
+ rm -rf %{BUILDROOT}/%{lib}/libparted{,-2.1}.so
+ ln -svf ../../%{lib}/libparted-%{version}.so.0 %{BUILDROOT}%{libdir}/libparted-%{version}.so
+ ln -svf libparted-%{version}.so %{BUILDROOT}%{libdir}/libparted.so
end
end
packages
package %{name}
- end
package %{name}-devel
template DEVEL
hooks/post-receive
--
IPFire 3.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-02-10 17:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-10 17:00 [IPFire-SCM] [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 08482d999976c378691c8ac9bb1208e61a670028 git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox