]> git.pld-linux.org Git - packages/mc.git/commitdiff
- upgraded to final 4.7.0;
authorTomasz Pala <gotar@pld-linux.org>
Fri, 25 Dec 2009 19:04:03 +0000 (19:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- conditional blocker,
- rpm wrapper totally rewritten:   e7ed071be7fda2df59191d103c47bf30a6b98ca8
- drop srpm VFS, rpm used instead: d53630b8001beea487e6053c7223e30b4bbff94b

Changed files:
    mc.spec -> 1.304

mc.spec

diff --git a/mc.spec b/mc.spec
index ea96f3c5213178b637e51b254b6af9e48842fc7a..e1c5b7f2ac4356133653e37fbf2bb228659dfbfb 100644 (file)
--- a/mc.spec
+++ b/mc.spec
@@ -7,8 +7,8 @@
 %bcond_without perl_vfs        # without perl depending vfs'es -- to avoid perl autoreq
 %bcond_with    samba           # with SAMBA vfs support
 %bcond_without x               # without text edit in X support
+%bcond_with    blocker         # it's not a bug, it's a feature
 #
-%define        snap    pre4
 Summary:       A user-friendly file manager and visual shell
 Summary(de.UTF-8):     Visuelle Shell Midnight Commander
 Summary(es.UTF-8):     Interpretador de comandos visual Midnight Commander
@@ -22,11 +22,11 @@ Summary(uk.UTF-8):  Диспетчер файлів Midnight Commander
 Summary(zh_CN.UTF-8):  一个方便实用的文件管理器和虚拟Shell
 Name:          mc
 Version:       4.7.0
-Release:       0.9
+Release:       1
 License:       GPL v2+
 Group:         Applications/Shells
-Source0:       http://www.midnight-commander.org/downloads/%{name}-%{version}-%{snap}.tar.bz2
-# Source0-md5: 7bdc0ac4fe57c19a6bf2fd3e8894a073
+Source0:       http://www.midnight-commander.org/downloads/%{name}-%{version}.tar.bz2
+# Source0-md5: fbb8c47179b8fd40104e4d52aeb49659
 Source1:       %{name}serv.pamd
 Source2:       %{name}serv.init
 Source3:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
@@ -45,7 +45,7 @@ Patch12:      %{name}-pld-developerfriendly.patch
 Patch17:       %{name}-nolibs.patch
 Patch24:       %{name}-find_options.patch
 URL:           http://www.midnight-commander.org/
-BuildRequires: It's broken, see changelog!
+%{?with_blocker:BuildRequires: rpmbuild_blocker}
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gettext-devel
@@ -219,10 +219,10 @@ Commander. Вона забезпечує доступ до віддаленої
 тільки власне Midnight Commander).
 
 %prep
-%setup -q -a3 -n %{name}-%{version}-%{snap}
-%patch0 -p1
+%setup -q -a3 -n %{name}-%{version}
+#rpm wrapper rewritten
+#%patch0 -p1
 %patch1 -p1
-cp -f vfs/extfs/{rpm,srpm}
 # doesn't apply
 #%patch4 -p1
 # doesn't apply
@@ -383,7 +383,6 @@ fi
 %attr(755,root,root) %{_datadir}/mc/extfs/ulha
 %attr(755,root,root) %{_datadir}/mc/extfs/urar
 %attr(755,root,root) %{_datadir}/mc/extfs/uzoo
-%attr(755,root,root) %{_datadir}/mc/extfs/srpm
 %{_desktopdir}/mc.desktop
 %{_pixmapsdir}/mc.png
 
This page took 0.03977 seconds and 4 git commands to generate.