rpms/mc/devel .cvsignore, 1.38, 1.39 mc.spec, 1.144, 1.145 sources, 1.46, 1.47

Jindrich Novy jnovy at fedoraproject.org
Mon Aug 3 10:38:05 UTC 2009


Author: jnovy

Update of /cvs/pkgs/rpms/mc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31067

Modified Files:
	.cvsignore mc.spec sources 
Log Message:
* Mon Aug  3 2009 Jindrich Novy <jnovy at redhat.com> 4.7.0-0.1.pre1
- update to 4.7.0-pre1 (fixes #513757)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mc/devel/.cvsignore,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -p -r1.38 -r1.39
--- .cvsignore	31 Jul 2009 18:40:03 -0000	1.38
+++ .cvsignore	3 Aug 2009 10:38:04 -0000	1.39
@@ -1 +1 @@
-mc-4.6.99-20090731git.tar.bz2
+mc-4.7.0-pre1.tar.bz2


Index: mc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mc/devel/mc.spec,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -p -r1.144 -r1.145
--- mc.spec	31 Jul 2009 18:40:04 -0000	1.144
+++ mc.spec	3 Aug 2009 10:38:05 -0000	1.145
@@ -1,18 +1,15 @@
-%define alphatag 20090731git
-
 Summary:	User-friendly text console file manager and visual shell
 Name:		mc
-Version:	4.6.99
-Release:	0.%{alphatag}%{?dist}
+Version:	4.7.0
+Release:	0.1.pre1%{?dist}
 Epoch:		1
 License:	GPLv2
 Group:		System Environment/Shells
 # tarball created from git clone git://midnight-commander.org/git/mc.git
-Source0:	mc-%{version}-%{alphatag}.tar.bz2
+Source0:	mc-%{version}-pre1.tar.bz2
 URL:		http://www.midnight-commander.org/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	glib2-devel e2fsprogs-devel slang-devel
-BuildRequires:	gettext cvs automake autoconf libtool
 Requires:	dev >= 3.3-3
 
 Patch1:		mc-ipv6.patch
@@ -27,13 +24,12 @@ ability to FTP, view tar and zip files, 
 specific files.
 
 %prep
-%setup -q
+%setup -q -n mc-%{version}-pre1
 %patch1 -p1 -b .ipv6
 %patch2 -p1 -b .prompt
 %patch3 -p1 -b .exit
 
 %build
-./autogen.sh
 export CFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE $RPM_OPT_FLAGS"
 %configure --with-screen=slang \
 	     --enable-charset \
@@ -49,8 +45,6 @@ make install DESTDIR="$RPM_BUILD_ROOT"
 
 install -d -m 755 $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
 install contrib/{mc.sh,mc.csh} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
-#mkdir -p $RPM_BUILD_ROOT%{_datadir}/mc/bin
-#mv $RPM_BUILD_ROOT%{_libexecdir}/mc/{mc.sh,mc.csh,mc-wrapper.sh,mc-wrapper.csh} $RPM_BUILD_ROOT%{_datadir}/mc/bin
 
 %find_lang %{name}
 
@@ -89,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_libexecdir}/mc
 
 %changelog
+* Mon Aug  3 2009 Jindrich Novy <jnovy at redhat.com> 4.7.0-0.1.pre1
+- update to 4.7.0-pre1 (fixes #513757)
+
 * Fri Jul 31 2009 Jindrich Novy <jnovy at redhat.com> 4.6.99-0.20090731git
 - update to latest GIT mc
 - forwardport prompt fix and exit patch, keep IPv6 patch and drop the others


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mc/devel/sources,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -p -r1.46 -r1.47
--- sources	31 Jul 2009 18:40:04 -0000	1.46
+++ sources	3 Aug 2009 10:38:05 -0000	1.47
@@ -1 +1 @@
-9f705ec40a2551121ddf0f517c13d96b  mc-4.6.99-20090731git.tar.bz2
+c69a27dd79e96317be9410137b2fc9d6  mc-4.7.0-pre1.tar.bz2




More information about the fedora-extras-commits mailing list