rpms/DeviceKit-disks/devel .cvsignore, 1.9, 1.10 DeviceKit-disks.spec, 1.26, 1.27 sources, 1.9, 1.10 avoid-ata-smart-check-for-removable-disks.patch, 1.1, NONE

David Zeuthen davidz at fedoraproject.org
Sat Jun 20 00:15:38 UTC 2009


Author: davidz

Update of /cvs/pkgs/rpms/DeviceKit-disks/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13021

Modified Files:
	.cvsignore DeviceKit-disks.spec sources 
Removed Files:
	avoid-ata-smart-check-for-removable-disks.patch 
Log Message:
* Fri Jun 19 2009 David Zeuthen <davidz at redhat.com> - 005-1%{?dist}
- Update to release 005




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/DeviceKit-disks/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	1 May 2009 22:09:40 -0000	1.9
+++ .cvsignore	20 Jun 2009 00:15:07 -0000	1.10
@@ -6,3 +6,4 @@ DeviceKit-disks-004.20090408git.tar.gz
 DeviceKit-disks-004.20090412git.tar.gz
 DeviceKit-disks-004.20090415git.tar.gz
 DeviceKit-disks-004.tar.gz
+DeviceKit-disks-005.tar.gz


Index: DeviceKit-disks.spec
===================================================================
RCS file: /cvs/pkgs/rpms/DeviceKit-disks/devel/DeviceKit-disks.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- DeviceKit-disks.spec	19 May 2009 21:53:35 -0000	1.26
+++ DeviceKit-disks.spec	20 Jun 2009 00:15:07 -0000	1.27
@@ -1,18 +1,18 @@
 %define glib2_version           2.6.0
 %define dbus_version            1.2
 %define dbus_glib_version	0.76
-%define devicekit_version       002
-%define polkit_version          0.8
+%define polkit_version          0.92
 %define parted_version          1.8.8
-%define udev_version            139
+%define udev_version            142
 %define mdadm_version           2.6.7
 %define device_mapper_version   1.02
 %define libatasmart_version     0.12
+%define sg3_utils_version       1.27
 
 Summary: Disk Management Service
 Name: DeviceKit-disks
-Version: 004
-Release: 3%{?dist}
+Version: 005
+Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://gitweb.freedesktop.org/?p=users/david/DeviceKit-disks.git;a=summary
@@ -21,7 +21,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version
 BuildRequires: glib2-devel >= %{glib2_version}
 BuildRequires: dbus-devel  >= %{dbus_version}
 BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
-BuildRequires: PolicyKit-devel >= %{polkit_version}
+BuildRequires: polkit-devel >= %{polkit_version}
 BuildRequires: parted-devel >= %{parted_version}
 BuildRequires: DeviceKit-devel >= %{devicekit_version}
 BuildRequires: sqlite-devel
@@ -33,12 +33,15 @@ BuildRequires: libudev-devel >= %{udev_v
 Requires: dbus >= %{dbus_version}
 Requires: dbus-glib >= %{dbus_glib_version}
 Requires: glib2 >= %{glib2_version}
-Requires: PolicyKit >= %{polkit_version}
+Requires: polkit >= %{polkit_version}
 Requires: parted >= %{parted_version}
 Requires: DeviceKit >= %{devicekit_version}
 Requires: udev >= %{udev_version}
+# for now, to get gudev-1.0, until we can depend on udev >= 143 where it is libgudev1-devel
+Requires: libgudev-devel
 Requires: mdadm >= %{mdadm_version}
 Requires: libatasmart >= %{libatasmart_version}
+Requires: sg3_utils-devel >= %{sg3_utils_version}
 Requires: zlib
 # for mount, umount, mkswap
 Requires: util-linux-ng
@@ -59,8 +62,6 @@ Requires: ntfsprogs
 # for /proc/self/mountinfo, only available in 2.6.26 or higher
 Conflicts: kernel < 2.6.26
 
-Patch0: avoid-ata-smart-check-for-removable-disks.patch
-
 %description
 DeviceKit-disks provides a daemon, D-Bus API and command line tools
 for managing disks and storage devices.
@@ -77,10 +78,9 @@ D-Bus interface definitions for DeviceKi
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-%configure
+%configure --enable-gtk-doc
 make
 
 %install
@@ -91,13 +91,18 @@ make install DESTDIR=$RPM_BUILD_ROOT
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
 
+rm -f $RPM_BUILD_ROOT%{_libdir}/polkit-1/extensions/*.la
+rm -f $RPM_BUILD_ROOT%{_libdir}/polkit-1/extensions/*.a
+
 # TODO: should be fixed upstream
 chmod 0644 $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/devkit-disks-bash-completion.sh
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root,-)
 
 %doc README AUTHORS NEWS COPYING HACKING doc/TODO
@@ -118,7 +123,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man7/*
 %{_mandir}/man8/*
 
-%{_datadir}/PolicyKit/policy/*.policy
+%{_datadir}/pkgconfig/DeviceKit-disks.pc
+
+%{_datadir}/polkit-1/actions/*.policy
+
+%{_libdir}/polkit-1/extensions/*.so
 
 %{_datadir}/dbus-1/system-services/*.service
 
@@ -135,6 +144,9 @@ rm -rf $RPM_BUILD_ROOT
 
 # Note: please don't forget the %{?dist} in the changelog. Thanks
 %changelog
+* Fri Jun 19 2009 David Zeuthen <davidz at redhat.com> - 005-1%{?dist}
+- Update to release 005
+
 * Tue May 19 2009 David Zeuthen <davidz at redhat.com> - 004-3%{?dist}
 - Avoid checking whether device is ATA SMART capable if the device reports
   removable media (#494932)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/DeviceKit-disks/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	1 May 2009 22:09:40 -0000	1.9
+++ sources	20 Jun 2009 00:15:07 -0000	1.10
@@ -1 +1 @@
-1ed8e1931f56ad3fc53ba485391434b5  DeviceKit-disks-004.tar.gz
+8c0e5daa492e044a5a4f65b9412c0b34  DeviceKit-disks-005.tar.gz


--- avoid-ata-smart-check-for-removable-disks.patch DELETED ---




More information about the fedora-extras-commits mailing list