packages: virt-manager/virt-manager.spec - 0.9.1 - install all icons=?UTF-8?Q?=20?=(PWD i...

baggins baggins at pld-linux.org
Sat Feb 18 16:45:36 CET 2012


Author: baggins                      Date: Sat Feb 18 15:45:36 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- 0.9.1
- install all icons (PWD in Makefile is bashizm)

---- Files affected:
packages/virt-manager:
   virt-manager.spec (1.21 -> 1.22) 

---- Diffs:

================================================================
Index: packages/virt-manager/virt-manager.spec
diff -u packages/virt-manager/virt-manager.spec:1.21 packages/virt-manager/virt-manager.spec:1.22
--- packages/virt-manager/virt-manager.spec:1.21	Sun Oct  9 23:02:21 2011
+++ packages/virt-manager/virt-manager.spec	Sat Feb 18 16:45:31 2012
@@ -3,20 +3,24 @@
 # - fix BR python 2.14
 Summary:	Virtual Machine Manager
 Name:		virt-manager
-Version:	0.9.0
-Release:	2
+Version:	0.9.1
+Release:	1
 License:	GPL v2+
 Group:		Applications/Emulators
 Source0:	http://virt-manager.org/download/sources/virt-manager/%{name}-%{version}.tar.gz
-# Source0-md5:	a10331b467f92f4134a39bf636e04adc
+# Source0-md5:	cfee07b277e315b16d5180cfab5f8307
 URL:		http://virt-manager.org/
+BuildRequires:	autoconf
+BuildRequires:	automake
 BuildRequires:	gettext-devel >= 0.14.1
 BuildRequires:	glib2-devel
 BuildRequires:	intltool >= 0.35.0
+BuildRequires:	libtool
 BuildRequires:	perl-tools-pod
 BuildRequires:	python-devel >= 1:2.6
 BuildRequires:	python-pygobject-devel >= 2.28.6
 BuildRequires:	python-pygtk-devel >= 2.24.0
+BuildRequires:	sed >= 4.0
 Requires(pre,preun,post):	GConf2
 Requires(post,postun):	gtk-update-icon-cache
 Requires:	python-gnome-gconf >= 2.28.1
@@ -51,7 +55,13 @@
 %prep
 %setup -q
 
+%{__sed} -i -e 's|PWD|shell pwd|g' icons/hicolor/*/Makefile.am
+
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure \
 	--with-libvirt-package-names=libvirt \
 	--with-kvm-packages=qemu-kvm
@@ -59,13 +69,10 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_iconsdir}/hicolor/256x256/apps
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-mv $RPM_BUILD_ROOT%{_iconsdir}/hicolor/{,256x256/}apps/virt-manager.png
-
 %py_comp $RPM_BUILD_ROOT%{_datadir}/%{name}
 %py_ocomp $RPM_BUILD_ROOT%{_datadir}/%{name}
 # requires patching
@@ -122,6 +129,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.22  2012/02/18 15:45:31  baggins
+- 0.9.1
+- install all icons (PWD in Makefile is bashizm)
+
 Revision 1.21  2011/10/09 21:02:21  wiget
 - typo in R
 - rel. 2
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/virt-manager/virt-manager.spec?r1=1.21&r2=1.22&f=u



More information about the pld-cvs-commit mailing list