Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
46a65203
...
46a65203097ac08b101d5ae8d2df81541668cc27
authored
2001-01-26 07:55:35 +0000
by
Jakob Kaivo
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
configure.in: generate frm/Makefile
frm/Makefile.am: s/from/frm/
1 parent
48b49232
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
13 deletions
configure.in
frm/Makefile.am
mailutils.spec.in
configure.in
View file @
46a6520
...
...
@@ -120,4 +120,5 @@ fi
dnl Output Makefiles
AC_OUTPUT(Makefile mailutils.spec include/Makefile include/mailutils/Makefile
m4/Makefile doc/Makefile lib/Makefile mailbox/Makefile imap4d/Makefile
mailbox/include/Makefile from/Makefile mail/Makefile pop3d/Makefile)
mailbox/include/Makefile from/Makefile mail/Makefile pop3d/Makefile
frm/Makefile)
...
...
frm/Makefile.am
View file @
46a6520
...
...
@@ -3,5 +3,5 @@ INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib
bin_PROGRAMS
=
frm
fr
o
m_DEPENDENCIES
=
../mailbox/libmailbox.la
fr
o
m_LDADD
=
../mailbox/libmailbox.la ../lib/libmailutils.a
frm_DEPENDENCIES
=
../mailbox/libmailbox.la
frm_LDADD
=
../mailbox/libmailbox.la ../lib/libmailutils.a
...
...
mailutils.spec.in
View file @
46a6520
# -*- Shell-script -*-
%define ver @VERSION@
%define RELEASE 1
%define prefix /usr
%define rel 1
%define prefix /usr
Summary: GNU mail utilities
Name: mailutils
Version:
%ver
Version:
@VERSION@
Release: %rel
Copyright: GPL
Source: ftp://ftp.gnu.org/pub/mailutils/mailutils-%{ver}.tar.gz
BuildRoot: /var/tmp/mailutils-%{PACKAGE_VERSION}-root
Packager: Jakob 'sparky' Kaivo <jkaivo@gnu.org>
URL: http://www.gnu.org/software/mailutils/mailutils.html
Group: Console/Mail
Source: ftp://ftp.gnu.org/pub/%{name}/%{name}-%{version}.tar.gz
BuildRoot: /var/tmp/%{name}-%{version}-root
URL: http://www.gnu.org/software/%{name}/%{name}.html
%description
GNU mail utilities
...
...
@@ -35,7 +32,7 @@ Group: Development/Libraries
%description -n libmailbox-dev
The static library and header files for libmailbox. API documentation
is in
mailutils
-doc.
is in
%{name}
-doc.
%package doc
Summary: GNU mail utitlies documentation
...
...
Please
register
or
sign in
to post a comment