[pmount/el6] Update to latest upstream release.

Richard Shaw hobbes1069 at fedoraproject.org
Wed Jul 11 01:29:07 UTC 2012


commit 59b9501417a91bdd4e2130e7aa69687a9bda1452
Author: Richard M. Shaw <hobbes1069 at gmail.com>
Date:   Tue Jul 10 20:28:26 2012 -0500

    Update to latest upstream release.

 .gitignore  |    1 +
 pmount.spec |   23 +++++++++++------------
 sources     |    2 +-
 3 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2dac50c..faec1bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 pmount-0.9.22.tar.bz2
+/pmount-0.9.23.tar.bz2
diff --git a/pmount.spec b/pmount.spec
index 0003b30..97a9cd8 100644
--- a/pmount.spec
+++ b/pmount.spec
@@ -1,7 +1,7 @@
-%define download_dir 3293
+%define download_dir 3310
 Name:           pmount
-Version:        0.9.22
-Release:        4%{?dist}
+Version:        0.9.23
+Release:        1%{?dist}
 Summary:        Enable normal user mount
 
 Group:          System Environment/Base
@@ -12,11 +12,10 @@ URL:            http://pmount.alioth.debian.org/
 Source0:        http://alioth.debian.org/frs/download.php/%{download_dir}/%{name}-%{version}.tar.bz2
 # don't set the setuid bits during make install
 Patch0:         pmount-0.9.17-nosetuid.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  intltool pkgconfig
 BuildRequires:  e2fsprogs-devel
-BuildRequires:	libblkid-devel
+BuildRequires:  libblkid-devel
 # ntfs-3g may be used too, it is considered optional, will be used if installed.
 Requires:       cryptsetup-luks /bin/mount
 
@@ -27,11 +26,13 @@ matching /etc/fstab entry.
 
 Be warned that pmount is installed setuid root.
 
+
 %prep
 %setup -q
 # patching src/Makefile.in; do not run automake:
 %patch0 -p1 -b .nosetuid
 
+
 %build
 # mount, umount, cryptsetup and ntfs-3g paths are right and don't use rpm 
 # macros, so the corresponding configure options are not used. /media/ is
@@ -45,25 +46,23 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=%{buildroot}
 
 %find_lang %{name}
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files -f %{name}.lang
-%defattr(-,root,root,-)
 %doc AUTHORS README.devel COPYING ChangeLog
 %config(noreplace) %{_sysconfdir}/pmount.allow
 %attr(4755,root,root) %{_bindir}/pmount
 %attr(4755,root,root) %{_bindir}/pumount
 %{_mandir}/man1/p*mount*.1*
 
+
 %changelog
+* Tue Jul 10 2012 Richard Shaw <hobbes1069 at gmail.com> - 0.9.23-1
+- Update to latest upstream release.
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.22-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index c7c1b74..7e324cc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8a0ad781a7f19ef98d7b1b8cd555bf71  pmount-0.9.22.tar.bz2
+db19f5bf3151b1b41705ec7bafa439d3  pmount-0.9.23.tar.bz2


More information about the scm-commits mailing list