rpms/ntfs-config/devel ntfs-config.spec, 1.1, 1.2 sources, 1.1, 1.2 ntfs-config-desktop.patch, 1.1, NONE

Xavier LAMIEN (laxathom) fedora-extras-commits at redhat.com
Wed Mar 7 04:54:24 UTC 2007


Author: laxathom

Update of /cvs/extras/rpms/ntfs-config/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3716/devel

Modified Files:
	ntfs-config.spec sources 
Removed Files:
	ntfs-config-desktop.patch 
Log Message:
auto-import ntfs-config-0.5.5-1.fc6 on branch devel from ntfs-config-0.5.5-1.fc6.src.rpm


Index: ntfs-config.spec
===================================================================
RCS file: /cvs/extras/rpms/ntfs-config/devel/ntfs-config.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ntfs-config.spec	20 Feb 2007 01:54:10 -0000	1.1
+++ ntfs-config.spec	7 Mar 2007 04:53:51 -0000	1.2
@@ -1,6 +1,6 @@
 Name:		ntfs-config
-Version:	0.5.4        
-Release:	4%{?dist}
+Version:	0.5.5        
+Release:	1%{?dist}
 Summary:	A front-end to Enable/disable NTFS write support
 
 Group:		Applications/System          
@@ -9,7 +9,7 @@
 Source0:	http://givre.cabspace.com/ntfs-config/download/%{name}-%{version}.tar.gz        
 Source1:	%{name}.pam
 Source2:	%{name}.consoleapps
-Patch0:		%{name}-desktop.patch
+#Patch0:	%{name}-desktop.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	gettext, perl-XML-Parser
@@ -26,8 +26,9 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-#Remove gksu to match with fedora authentication's program
-%patch0 -p 1
+#Remove gksu from .desktop files to match with fedora authentication's program
+#%patch0 -p 1 ##applicable for oldest version
+sed -e 's|gksu ntfs-config|ntfs-config|g' -i data/ntfs-config.desktop.in
 
 %build
 %configure
@@ -40,7 +41,7 @@
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pam.d
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/security/console.apps
 
-make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p -Dm 644"
 
 desktop-file-install					\
 	--vendor ""					\
@@ -55,8 +56,8 @@
 #Add PAM authentication to match with fedora authentication's program
 ln -s consolehelper $RPM_BUILD_ROOT%{_bindir}/%{name}
 
-install -p -Dm 644 %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/pam.d/%{name}
-install -p -Dm 644 %{SOURCE2} $RPM_BUILD_ROOT/%{_sysconfdir}/security/console.apps/%{name}
+install -Dm 644 %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/pam.d/%{name}
+install -Dm 644 %{SOURCE2} $RPM_BUILD_ROOT/%{_sysconfdir}/security/console.apps/%{name}
 
 %find_lang %{name}
 
@@ -77,12 +78,9 @@
 %config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
 
 %changelog
-* Thu Feb 15 2007 Xavier Lamien <lxtnow at gmail.com> - 0.5.4-4
-- modified timestamp in %%install to "install -p"
-- added -p option on install command for both sources1/2.
-
-* Wed Feb 14 2007 Xavier Lamien <lxtnow at gmail.com> - 0.5.4-3
-- modified timestamp in %%install section.
+* Thu Mar 01 2007 Xavier Lamien <lxtnow at gmail.com> - 0.5.5-1
+- Updated release.
+- Disabled patch0 that doesn't works with new release.
 
 * Mon Feb 13 2007 Xavier Lamien <lxtnow at gmail.com> - 0.5.4-2
 - Added pam configuration as source files instead of use


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ntfs-config/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Feb 2007 01:54:10 -0000	1.1
+++ sources	7 Mar 2007 04:53:51 -0000	1.2
@@ -1 +1 @@
-3d077950ba07361a135f029f08869c23  ntfs-config-0.5.4.tar.gz
+fb4ce03134752a1d3d0c292a8e8a9a9b  ntfs-config-0.5.5.tar.gz


--- ntfs-config-desktop.patch DELETED ---




More information about the fedora-extras-commits mailing list