configure.in: generate frm/Makefile
frm/Makefile.am: s/from/frm/
Showing
3 changed files
with
10 additions
and
12 deletions
... | @@ -120,4 +120,5 @@ fi | ... | @@ -120,4 +120,5 @@ fi |
120 | dnl Output Makefiles | 120 | dnl Output Makefiles |
121 | AC_OUTPUT(Makefile mailutils.spec include/Makefile include/mailutils/Makefile | 121 | AC_OUTPUT(Makefile mailutils.spec include/Makefile include/mailutils/Makefile |
122 | m4/Makefile doc/Makefile lib/Makefile mailbox/Makefile imap4d/Makefile | 122 | m4/Makefile doc/Makefile lib/Makefile mailbox/Makefile imap4d/Makefile |
123 | mailbox/include/Makefile from/Makefile mail/Makefile pop3d/Makefile) | 123 | mailbox/include/Makefile from/Makefile mail/Makefile pop3d/Makefile |
124 | frm/Makefile) | ... | ... |
... | @@ -3,5 +3,5 @@ INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib | ... | @@ -3,5 +3,5 @@ INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib |
3 | 3 | ||
4 | bin_PROGRAMS = frm | 4 | bin_PROGRAMS = frm |
5 | 5 | ||
6 | from_DEPENDENCIES = ../mailbox/libmailbox.la | 6 | frm_DEPENDENCIES = ../mailbox/libmailbox.la |
7 | from_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.a | 7 | frm_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.a | ... | ... |
1 | # -*- Shell-script -*- | 1 | # -*- Shell-script -*- |
2 | %define ver @VERSION@ | 2 | %define rel 1 |
3 | %define RELEASE 1 | ||
4 | %define prefix /usr | 3 | %define prefix /usr |
5 | 4 | ||
6 | Summary: GNU mail utilities | 5 | Summary: GNU mail utilities |
7 | Name: mailutils | 6 | Name: mailutils |
8 | Version: %ver | 7 | Version: @VERSION@ |
9 | Release: %rel | 8 | Release: %rel |
10 | Copyright: GPL | 9 | Copyright: GPL |
11 | Source: ftp://ftp.gnu.org/pub/mailutils/mailutils-%{ver}.tar.gz | 10 | Source: ftp://ftp.gnu.org/pub/%{name}/%{name}-%{version}.tar.gz |
12 | BuildRoot: /var/tmp/mailutils-%{PACKAGE_VERSION}-root | 11 | BuildRoot: /var/tmp/%{name}-%{version}-root |
13 | Packager: Jakob 'sparky' Kaivo <jkaivo@gnu.org> | 12 | URL: http://www.gnu.org/software/%{name}/%{name}.html |
14 | URL: http://www.gnu.org/software/mailutils/mailutils.html | ||
15 | Group: Console/Mail | ||
16 | 13 | ||
17 | %description | 14 | %description |
18 | GNU mail utilities | 15 | GNU mail utilities |
... | @@ -35,7 +32,7 @@ Group: Development/Libraries | ... | @@ -35,7 +32,7 @@ Group: Development/Libraries |
35 | 32 | ||
36 | %description -n libmailbox-dev | 33 | %description -n libmailbox-dev |
37 | The static library and header files for libmailbox. API documentation | 34 | The static library and header files for libmailbox. API documentation |
38 | is in mailutils-doc. | 35 | is in %{name}-doc. |
39 | 36 | ||
40 | %package doc | 37 | %package doc |
41 | Summary: GNU mail utitlies documentation | 38 | Summary: GNU mail utitlies documentation | ... | ... |
-
Please register or sign in to post a comment