rpms/ntfs-config/devel ntfs-config.spec,1.19,1.20

Xavier LAMIEN laxathom at fedoraproject.org
Wed Feb 10 10:19:39 UTC 2010


Author: laxathom

Update of /cvs/pkgs/rpms/ntfs-config/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9564/devel

Modified Files:
	ntfs-config.spec 
Log Message:
disable debuginfo pkg


Index: ntfs-config.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ntfs-config/devel/ntfs-config.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- ntfs-config.spec	25 Jul 2009 19:38:10 -0000	1.19
+++ ntfs-config.spec	10 Feb 2010 10:19:39 -0000	1.20
@@ -1,9 +1,11 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+# disable debuginfo as empty due to specific installation paths usage.
+%global debug_package %{nil}
 
 Name:		ntfs-config
 Version:	1.0.1
-Release:	7%{?dist}
+Release:	8%{?dist}
 Summary:	A front-end to Enable/disable NTFS write support
 
 Group:		Applications/System          
@@ -114,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Feb 10 2010 Xavier Lamien <laxathom at fedoraproject.org> - 1.0.1-8
+- Disable debuginfo package.
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list