* samba/lib/util_sock.c: Fix gcc 4.0 warnings.
[midnight-commander.git] / mc.spec.in
bloba48adea23f6b226d52aaa4fb340ff2efd1e5f58c
1 # Conditional build (replace "#" with "%" to enable):
3 #define _with_ncurses 1 # use ncurses
4 #define _with_included_slang 1 # use included S-Lang library
5 #define _with_charset 1 # enable code for charset conversion
6 #define _with_samba 1 # enable SMB/CIFS virtual file system
7 #define _with_ext2undel 1 # compile with ext2 undelete code
8 #define _without_x 1 # avoid dependency on X11 libraries
10 # Note that this is NOT a relocatable package
11 %define ver @VERSION@
12 %define rpmver @RPM_VERSION@
13 %define RELEASE 1
14 %define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}
16 Summary: Midnight Commander visual shell
17 Name: mc
18 Version: %rpmver
19 Release: %rel
20 Epoch: 1
21 Copyright: GPL
22 Group: Applications/File
23 Source0: ftp://ftp.ibiblio.org/pub/Linux/utils/file/managers/mc/mc-%{ver}.tar.gz
24 URL: http://www.ibiblio.org/mc/
25 BuildRoot: /var/tmp/mc-%{PACKAGE_VERSION}-root
27 # Names of those packages are distribution specific
28 #BuildRequires: glib-devel
29 #%{!?_with_included_slang:%{!?_with_ncurses:BuildRequires: slang-devel}}
30 #%{?_with_ncurses:BuildRequires: ncurses-devel}
32 %description
33 GNU Midnight Commander is a visual file manager. It's a feature rich
34 full-screen text mode application that allows you to copy, move and
35 delete files and whole directory trees, search for files and run
36 commands in the subshell. Internal viewer and editor are included.
37 Mouse is supported under X Window System and on Linux console. VFS
38 (Virtual Filesystem) allows you to view archives and files on remote
39 servers.
41 %prep
42 %setup -q -n mc-%{ver}
44 %build
45 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" ./configure \
46 --prefix=%{_prefix} \
47 --mandir=%{_mandir} \
48 %{?_with_ncurses: --with-screen=ncurses} \
49 %{?_with_included_slang: --with-screen=mcslang} \
50 %{?_with_charset: --enable-charset} \
51 %{?_with_samba: --with-samba} \
52 %{?_with_ext2undel: --with-ext2undel} \
53 %{?_without_x: --without-x}
55 make
57 %install
58 echo $RPM_BUILD_ROOT
59 rm -rf $RPM_BUILD_ROOT
60 make install DESTDIR=$RPM_BUILD_ROOT
61 install -d $RPM_BUILD_ROOT/etc/profile.d
62 cp -f $RPM_BUILD_ROOT%{_prefix}/share/mc/bin/mc.{csh,sh} \
63 $RPM_BUILD_ROOT/etc/profile.d
66 %clean
67 rm -rf $RPM_BUILD_ROOT
69 %files
70 %defattr(-, root, root)
72 %doc FAQ COPYING NEWS README
73 %{_prefix}/bin/mc
74 %{_prefix}/bin/mcedit
75 %{_prefix}/bin/mcview
76 %{_prefix}/bin/mcmfmt
77 %{_prefix}/lib/mc/cons.saver
78 %{_mandir}/man1/*
79 %{_mandir}/*/man1/*
81 %config /etc/profile.d/*
82 %{_prefix}/share/mc/cedit.menu
83 %{_prefix}/share/mc/edit.indent.rc
84 %{_prefix}/share/mc/edit.spell.rc
85 %{_prefix}/share/mc/bin/*
86 %{_prefix}/share/mc/extfs/*
87 %{_prefix}/share/mc/mc.ext
88 %{_prefix}/share/mc/mc.lib
89 %{_prefix}/share/mc/mc.menu*
90 %{?_with_charset:%config %{_prefix}/share/mc/mc.charsets}
92 %{_prefix}/share/mc/mc.hint*
93 %{_prefix}/share/mc/mc.hlp*
94 %{_prefix}/share/mc/syntax/*
95 %{_prefix}/share/locale/*/LC_MESSAGES/*
97 %dir %{_prefix}/lib/mc
98 %dir %{_prefix}/share/mc
99 %dir %{_prefix}/share/mc/extfs
100 %dir %{_prefix}/share/mc/syntax
102 %changelog
103 * Thu Mar 31 2005 Pavel Roskin <proski@gnu.org>
104 - Comment out build dependencies - they are too distribution specific.
106 * Tue Sep 23 2003 Pavel Roskin <proski@gnu.org>
107 - Remove term directory, it's obsolete and irrelevant on modern systems.
108 - Include translated menu files.
110 * Sun Feb 16 2003 Pavel Roskin <proski@gnu.org>
111 - Remove obsolete dependency on /sbin/chkconfig.
113 * Tue Dec 24 2002 Pavel Roskin <proski@gnu.org>
114 - Work around bug in rpm 4.1 that expands defines in comments.
115 - Handle --without-x.
117 * Mon Nov 04 2002 Andrew V. Samoilov <sav@bcs.zp.ua>
118 - Handle --with ext2undel.
120 * Fri Nov 01 2002 Pavel Roskin <proski@gnu.org>
121 - Add wrappers to support setting last directory on exit. Keep all
122 scripts in their original directory, just copy them.
124 * Tue Oct 22 2002 Pavel Roskin <proski@gnu.org>
125 - Don't use the included S-Lang, there is a workaround for Red Hat 8.0
126 S-Lang, and binary compatibility with Red Hat 7.x doesn't work anyway.
128 * Tue Oct 08 2002 Pavel Roskin <proski@gnu.org>
129 - Use the included S-Lang again, since we include a better version now.
130 This should avoid incompatibility with Red Hat 7.x.
131 - Add _with_glib2 option.
133 * Mon Oct 07 2002 Pavel Roskin <proski@gnu.org>
134 - Remove installed mc.sh and mc.csh from %{_prefix}/share/mc/bin to
135 suppress a warning about installed but unpackaged files.
137 * Mon Sep 30 2002 Andrew V. Samoilov <sav@bcs.zp.ua>
138 - Don't require slang-devel if _with_ncurses.
139 - Handle --with samba.
141 * Sun Sep 29 2002 Pavel Roskin <proski@gnu.org>
142 - Use --with-screen instead of --with-ncurses and --with-included-slang.
144 * Mon Sep 23 2002 Andrew V. Samoilov <sav@bcs.zp.ua>
145 - Restore %config for %{_prefix}/share/mc/mc.charsets.
146 - Restore %{_prefix}/share/mc/edit.spell.rc.
148 * Sat Sep 21 2002 Pavel Roskin <proski@gnu.org>
149 - Use FHS-compliant paths.
150 - Drop %config from files under /usr/share - users are not supposed to
151 edit them. Local copies under ~/.mc should be used for that.
153 * Wed Aug 21 2002 Pavel Roskin <proski@gnu.org>
154 - Change description, update URLs, allow dash in the version.
156 * Tue Aug 20 2002 Pavel Roskin <proski@gnu.org>
157 - Support conditional builds.
159 * Tue Aug 20 2002 Andrew V. Samoilov <sav@bcs.zp.ua>
160 - Add /usr/lib/mc/mc.charsets.
161 - Add %{_mandir}/*/man1/*.
163 * Fri Aug 16 2002 Pavel Roskin <proski@gnu.org>
164 - Remove mc.global.
166 * Mon Jan 21 2002 Pavel Roskin <proski@gnu.org>
167 - Remove --with-gnome and --with-included-slang from configure options.
168 - Add BuildPrereq.
170 * Fri Aug 24 2001 Pavel Roskin <proski@gnu.org>
171 - Remove gmc. Reunite mc and mc-common.
173 * Sun Aug 05 2001 Pavel Roskin <proski@gnu.org>
174 - Set epoch.
176 * Sun Jul 15 2001 Pavel Roskin <proski@gnu.org>
177 - Remove /usr/lib/mc/layout.
179 * Sat Jun 09 2001 Pavel Roskin <proski@gnu.org>
180 - Use %{_prefix} and %{_mandir}. Specify --mandir to configure.
182 * Fri May 25 2001 Pavel Roskin <proski@gnu.org>
183 - Change groups. Don't include locale directories. More config files.
185 * Sun May 20 2001 Pavel Roskin <proski@gnu.org>
186 - Don't require stylesheets, since HTML files are now in the tarball.
188 * Thu Apr 19 2001 Pavel Roskin <proski@gnu.org>
189 - Remove package mcserv. Drop dependency on PAM.
191 * Mon Feb 26 2001 Pavel Roskin <proski@gnu.org>
192 - Remove mc-gnome.ext.
194 * Thu Jan 11 2001 Pavel Roskin <proski@gnu.org>
195 - Include mcview.
197 * Mon Oct 23 2000 Pavel Roskin <proski@gnu.org>
198 - Allow mcserv.8 to be gzipped.
200 * Sat Sep 30 2000 Pavel Roskin <proski@gnu.org>
201 - New package mc-common.
202 - Use DESTDIR instead of misusing prefix.
203 - Don't install old icons - they don't exist
205 * Sat Sep 23 2000 Pavel Roskin <proski@gnu.org>
206 - Include translations with mc, not gmc
207 - chkconfig --del in %preun, not %postun
208 - --without-debug not needed
209 - /etc/X11/wmconfig not needed
210 - /etc/pam.d/mcserv shouldn't be executable
211 - New files in %{prefix}/lib/mc/ - translated hints, editor files
213 * Thu Sep 09 1999 Elliot Lee <sopwith@redhat.com>
214 - Include .idl files in the package.
216 * Sat Sep 04 1999 Gregory McLean <gregm@comstar.net>
217 - Added a build prereq so that rpms get built with documentation ;)
219 * Mon Jul 12 1999 Kjartan Maraas <kmaraas@online.no>
220 - added help and locale files to %files
222 * Tue Jun 22 1999 Vladimir Kondratiev <vkondra@iil.intel.com>
223 - added syntax files to %files
225 * Wed May 26 1999 Cody Russell <bratsche@dfw.net>
226 - chmod cons.saver at $RPM_BUILD_ROOT%{prefix}/lib rather than at
227 $RPM_BUILD_ROOT/usr/lib. We can now install to somewhere other than /usr.
229 * Sun Apr 18 1999 Gregory McLean <gregm@comstar.net>
230 - Updated the specfile, removed some kludges.
232 * Thu Aug 20 1998 Michael Fulbright <msf@redhat.com>
233 - rebuilt against gnome-libs 0.27 and gtk+-1.1
235 * Thu Jul 09 1998 Michael Fulbright <msf@redhat.com>
236 - made cons.saver not setuid
238 * Sun Apr 19 1998 Marc Ewing <marc@redhat.com>
239 - removed tkmc
241 * Wed Apr 8 1998 Marc Ewing <marc@redhat.com>
242 - add /usr/lib/mc/layout to gmc