Browse Source

pyparted:rebuild with parted-2.3, others:add BuildRequires

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2278 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 13 years ago
parent
commit
a8de262022

+ 6 - 1
g/gparted/gparted-vl.spec

@@ -1,6 +1,6 @@
 %define name	gparted
 %define version	0.7.0
-%define release	1%{?_dist_release}
+%define release	2%{?_dist_release}
 
 Summary:	Gnome Partition Editor
 Summary(ja): 	Gnome パーティション編集ツール
@@ -19,7 +19,9 @@ Patch1:		gparted-desktop.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:	gtk2-devel >= 2.6.0, gtkmm2-devel >= 2.8.0
 BuildRequires:	parted-devel >= 1.8.8, e2fsprogs-devel >= 1.41.0
+BuildRequires:	libuuid-devel
 BuildRequires:	desktop-file-utils
+BuildRequires:	gnome-doc-utils >= 0.3.2
 Requires:	hal, e2fsprogs >= 1.41.0
 
 Packager:	kazutaka
@@ -96,6 +98,9 @@ fi
 %{_mandir}/man8/gparted.*
 
 %changelog
+* Sat Dec 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.0-2
+- add BuildRequires: libuuid-devel, gnome-doc-utils
+
 * Wed Nov 10 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.7.0-1
 - new upstream release
 

+ 5 - 1
m/mkinitrd/mkinitrd-vl.spec

@@ -2,7 +2,7 @@ Summary: Creates an initial ramdisk image for preloading modules.
 Summary(ja): モジュールをプリロードするための初期RAMディスク(initramfs)作成ユーティリティ
 Name: mkinitrd
 Version: 6.0.93
-Release: 10%{?_dist_release}
+Release: 11%{?_dist_release}
 License: GPLv2+
 Group: System Environment/Base
 
@@ -31,6 +31,7 @@ BuildRequires: popt-devel, elfutils-libelf-devel, elfutils-devel
 BuildRequires: libblkid-devel, parted-devel >= 1.8.5, pkgconfig
 BuildRequires: device-mapper-devel, python-devel
 BuildRequires: python, util-linux-ng, libnl-devel
+BuildRequires: libuuid-devel
 %ifnarch s390 s390x
 Requires: dmraid
 Requires: kbd
@@ -146,6 +147,9 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_sysconfdir}/kernel/prerm.d
 
 %changelog
+* Sat Dec 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.0.93-11
+- add BuildRequires: libuuid-devel
+
 * Tue Nov  9 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 6.0.93-10
 - rebuilt with parted 2.3
 

+ 5 - 1
n/ntfsprogs/ntfsprogs-vl.spec

@@ -1,6 +1,6 @@
 %define	name	ntfsprogs
 %define	ver	2.0.0
-%define	rel	1%{?_dist_release}
+%define	rel	2%{?_dist_release}
 
 Summary: NTFS filesystem libraries and utilities
 Summary(ja): NTFS ファイルシステム用ライブラリおよびユーティリティ
@@ -16,6 +16,7 @@ Patch4:		ntfsprogs-2.0.0-avoid_crash_on_failed_readall_attr.patch
 Patch5:		ntfsprogs-2.0.0-implicit-DSO-libgcrypt.patch
 
 BuildRequires: libuuid-devel
+BuildRequires: libgcrypt-devel
 Buildroot: %{_tmppath}/%{name}-root
 License:   GPL
 Group:     System Environment/Base
@@ -115,6 +116,9 @@ rm -rf "$RPM_BUILD_ROOT"
 # %{_libdir}/gnome-vfs-2.0/modules/libntfs-gnomevfs.*a*
 
 %changelog
+* Sat Dec 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.0-2
+- add BuildRequires: libgcrypt-devel
+
 * Wed Nov 10 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.0.0-1
 - new upstream release
 - remove *.a files from -devel pkg

+ 4 - 1
p/pyparted/pyparted-vl.spec

@@ -3,7 +3,7 @@ Summary: Python module for GNU parted
 Summary(ja): parted の python モジュール
 Name:    pyparted
 Version: 1.8.9
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 License: GPLv2+
 Group:   System Environment/Libraries
 
@@ -37,6 +37,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/*.so
 
 %changelog
+* Sat Dec 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.9-3
+- rebuild with parted-2.3
+
 * Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 1.8.9-2
 - rebuilt with python-2.6.4