summaryrefslogtreecommitdiff
path: root/setedit/redhat/setedit.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'setedit/redhat/setedit.spec.in')
-rw-r--r--setedit/redhat/setedit.spec.in70
1 files changed, 0 insertions, 70 deletions
diff --git a/setedit/redhat/setedit.spec.in b/setedit/redhat/setedit.spec.in
deleted file mode 100644
index 5fa0278..0000000
--- a/setedit/redhat/setedit.spec.in
+++ /dev/null
@@ -1,70 +0,0 @@
-%define name setedit
-%define ver @version@
-%define rel 1
-
-Summary: A user friendly editor for programmers.
-Name: %{name}
-Version: %{ver}
-Release: %{rel}
-Copyright: GPL
-Packager: Michel Catudal <bbcat@users.sf.net>
-Vendor: Salvador Eduardo Tropea <set@users.sf.net>
-Group: Applications/Editors
-Source: %{name}-%{ver}.tar.bz2
-URL: http://setedit.sf.net/
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Docdir: /usr/doc
-Prereq: /sbin/install-info
-
-%description
-Setedit is a text editor specially designed for programmers. It has a nice
-interface with mouse support, menus and windows (text mode). The editor is a
-very good choice for people with DOS background, especially people accustomed
-to Worstar and Borland editors. The editor has overlapped windows so you can
-see more than one file at the same time, configurable syntax highlighting,
-macros, rectangular selection, block indentation, as well as customizable
-keyboard shortcuts and menus.
-
-%prep
-rm -rf $RPM_BUILD_ROOT
-rm -rf $RPM_BUILD_DIR/%{name}-%{ver}
-%setup
-
-%build
-rm -f Makefile
-perl config.pl --libset
-touch $RPM_BUILD_DIR/%{name}-%{ver}/debugfiles.list
-touch $RPM_BUILD_DIR/%{name}-%{ver}/debugsources.list
-make
-
-%install
-make install prefix=$RPM_BUILD_ROOT/usr all
-
-%post
-/sbin/install-info /usr/info/infview.info.gz /usr/info/dir
-/sbin/install-info /usr/info/sdg.info.gz /usr/info/dir
-/sbin/install-info /usr/info/setedit.info.gz /usr/info/dir
-
-%preun
-if [ $1 = 0 ]; then
- /sbin/install-info --delete /usr/info/infview.info.gz /usr/info/dir
- /sbin/install-info --delete /usr/info/sdg.info.gz /usr/info/dir
- /sbin/install-info --delete /usr/info/setedit.info.gz /usr/info/dir
-fi
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-,root,root)
-/usr/bin/*
-/usr/share/*
-/usr/lib/*
-/usr/doc/*
-/usr/man/*
-/usr/info/*
-
-%define __spec_install_post %{nil}
-%define __debug_install_post %{nil}
-%define debug_package %{nil}
-