rpms/pam_mount/devel pam_mount.spec,1.34,1.35

Till Maas (till) fedora-extras-commits at redhat.com
Wed Jun 11 21:37:34 UTC 2008


Author: till

Update of /cvs/pkgs/rpms/pam_mount/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21508

Modified Files:
	pam_mount.spec 
Log Message:
* Wed Jun 11 2008 Till Maas <opensource till name> - 0.40-1
- Update to new version
- set make variable V for full compiler commandline



Index: pam_mount.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pam_mount/devel/pam_mount.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- pam_mount.spec	11 Jun 2008 21:09:29 -0000	1.34
+++ pam_mount.spec	11 Jun 2008 21:36:12 -0000	1.35
@@ -44,16 +44,14 @@
 
 %build
 %configure --with-slibdir=/%{_lib}
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=verbose
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 mkdir $RPM_BUILD_ROOT
 
-make install DESTDIR=$RPM_BUILD_ROOT
-# create for selinux
-mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/pam_mount
+make install DESTDIR=$RPM_BUILD_ROOT V=verbose
 
 install -p scripts/convert_pam_mount_conf.pl $RPM_BUILD_ROOT/%{_bindir}
 rm -f $RPM_BUILD_ROOT/%{_lib}/security/*.{a,la}
@@ -94,6 +92,7 @@
 %changelog
 * Wed Jun 11 2008 Till Maas <opensource till name> - 0.40-1
 - Update to new version
+- set make variable V for full compiler commandline
 
 * Mon May 05 2008 Till Maas <opensource till name> - 0.35-1
 - Update to new version




More information about the fedora-extras-commits mailing list