OSDN Git Service

Clean up autotools-related files and rpm spec file.
authorTATEISHI Katsuyuki <kt@wheel.jp>
Wed, 5 Aug 2009 17:07:05 +0000 (02:07 +0900)
committerTATEISHI Katsuyuki <kt@wheel.jp>
Wed, 5 Aug 2009 17:07:05 +0000 (02:07 +0900)
commit912e3f8b32ed8c2ff77f59c09e03d01d45ad7189
tree0fe0ee0ba5625f2c7bbc8fdb4092aead4008e405
parentdd08b43b508fddcbf0509b739ab6b4bd8bd8fc45
Clean up autotools-related files and rpm spec file.

 * Rename configure.in to configure.ac.
 * Delete install target from Makefile.am.
 * Change sslproxy.spec.in to suit new autotools-files.
 * Add conf/logrotate.d for logrotate config and rename the config file because
   this filename should be the same as its package name according to rpmlint.
 * Change to install README into docdir.

 Note: To build this package, follow these steps.
  1 Install automake, autoconf, libtool and other software required by
    SSLProxy.
  2 Checkout from git repository.
    % git clone <repository>
  3 Generate configure script, Makefile.in and other files.
    % cd sslproxy
    % autoreconf -if
  4 Build
    % ./configure    [*]
    % make
  5 Install
    % make install

  [*] You should specify following options to install as previous releases.
    % ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
             --libdir='${prefix}/lib64'
Makefile.am
conf/Makefile.am
conf/logrotate.d/Makefile.am [new file with mode: 0644]
conf/logrotate.d/sslproxy [moved from conf/sslproxyadm.logrotate with 100% similarity]
configure.ac
logger/Makefile.am
parameter/Makefile.am
src/Makefile.am
sslfiles/Makefile.am
sslproxy.spec.in