added zammad.spec, removed obsolte specs
This commit is contained in:
parent
9b90e2b18b
commit
b9a18e90db
4 changed files with 210 additions and 812 deletions
|
@ -1,213 +0,0 @@
|
|||
%define apuver 1
|
||||
|
||||
Summary: Apache Portable Runtime Utility library
|
||||
Name: apr-util
|
||||
Version: 1.5.1
|
||||
Release: 1%{?dist}
|
||||
License: Apache Software License
|
||||
Group: System Environment/Libraries
|
||||
URL: http://apr.apache.org/
|
||||
Source0: http://www.apache.org/dist/apr/%{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||
BuildRequires: autoconf, libtool, doxygen, apr-devel >= 1.4.0
|
||||
BuildRequires: expat-devel, libuuid-devel
|
||||
|
||||
%description
|
||||
The mission of the Apache Portable Runtime (APR) is to provide a
|
||||
free library of C data structures and routines. This library
|
||||
contains additional utility interfaces for APR; including support
|
||||
for XML, LDAP, database interfaces, URI parsing and more.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: APR utility library development kit
|
||||
Requires: apr-util = %{version}-%{release}, apr-devel
|
||||
Requires: db4-devel, expat-devel
|
||||
|
||||
%description devel
|
||||
This package provides the support files which can be used to
|
||||
build applications using the APR utility library. The mission
|
||||
of the Apache Portable Runtime (APR) is to provide a free
|
||||
library of C data structures and routines.
|
||||
|
||||
%package dbm
|
||||
Group: Development/Libraries
|
||||
Summary: APR utility library DBM driver
|
||||
BuildRequires: db4-devel
|
||||
Requires: apr-util = %{version}-%{release}
|
||||
|
||||
%description dbm
|
||||
This package provides the DBM driver for the apr-util.
|
||||
|
||||
%package pgsql
|
||||
Group: Development/Libraries
|
||||
Summary: APR utility library PostgreSQL DBD driver
|
||||
BuildRequires: postgresql-devel
|
||||
Requires: apr-util = %{version}-%{release}
|
||||
|
||||
%description pgsql
|
||||
This package provides the PostgreSQL driver for the apr-util
|
||||
DBD (database abstraction) interface.
|
||||
|
||||
%package mysql
|
||||
Group: Development/Libraries
|
||||
Summary: APR utility library MySQL DBD driver
|
||||
BuildRequires: mysql-devel
|
||||
Requires: apr-util = %{version}-%{release}
|
||||
|
||||
%description mysql
|
||||
This package provides the MySQL driver for the apr-util DBD
|
||||
(database abstraction) interface.
|
||||
|
||||
%package sqlite
|
||||
Group: Development/Libraries
|
||||
Summary: APR utility library SQLite DBD driver
|
||||
BuildRequires: sqlite-devel >= 3.0.0
|
||||
Requires: apr-util = %{version}-%{release}
|
||||
|
||||
%description sqlite
|
||||
This package provides the SQLite driver for the apr-util DBD
|
||||
(database abstraction) interface.
|
||||
|
||||
%package freetds
|
||||
Group: Development/Libraries
|
||||
Summary: APR utility library FreeTDS DBD driver
|
||||
BuildRequires: freetds-devel
|
||||
Requires: apr-util = %{version}-%{release}
|
||||
|
||||
%description freetds
|
||||
This package provides the FreeTDS driver for the apr-util DBD
|
||||
(database abstraction) interface.
|
||||
|
||||
%package odbc
|
||||
Group: Development/Libraries
|
||||
Summary: APR utility library ODBC DBD driver
|
||||
BuildRequires: unixODBC-devel
|
||||
Requires: apr-util = %{version}-%{release}
|
||||
|
||||
%description odbc
|
||||
This package provides the ODBC driver for the apr-util DBD
|
||||
(database abstraction) interface.
|
||||
|
||||
%package ldap
|
||||
Group: Development/Libraries
|
||||
Summary: APR utility library LDAP support
|
||||
BuildRequires: openldap-devel
|
||||
Requires: apr-util = %{version}-%{release}
|
||||
|
||||
%description ldap
|
||||
This package provides the LDAP support for the apr-util.
|
||||
|
||||
%package openssl
|
||||
Group: Development/Libraries
|
||||
Summary: APR utility library OpenSSL crypto support
|
||||
BuildRequires: openssl-devel
|
||||
Requires: apr-util = %{version}-%{release}
|
||||
|
||||
%description openssl
|
||||
This package provides crypto support for apr-util based on OpenSSL.
|
||||
|
||||
%package nss
|
||||
Group: Development/Libraries
|
||||
Summary: APR utility library NSS crypto support
|
||||
BuildRequires: nss-devel
|
||||
Requires: apr-util = %{version}-%{release}
|
||||
|
||||
%description nss
|
||||
This package provides crypto support for apr-util based on Mozilla NSS.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --with-apr=%{_prefix} \
|
||||
--includedir=%{_includedir}/apr-%{apuver} \
|
||||
--with-ldap --without-gdbm \
|
||||
--with-sqlite3 --with-pgsql --with-mysql --with-freetds --with-odbc \
|
||||
--with-berkeley-db \
|
||||
--with-crypto --with-openssl --with-nss \
|
||||
--without-sqlite2
|
||||
make %{?_smp_mflags} && make dox
|
||||
|
||||
%check
|
||||
# Run non-interactive tests
|
||||
pushd test
|
||||
make %{?_smp_mflags} all CFLAGS=-fno-strict-aliasing
|
||||
make check || exit 1
|
||||
popd
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
# Documentation
|
||||
mv docs/dox/html html
|
||||
|
||||
# Unpackaged files
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/aprutil.exp
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc CHANGES LICENSE NOTICE
|
||||
%{_libdir}/libaprutil-%{apuver}.so.*
|
||||
%dir %{_libdir}/apr-util-%{apuver}
|
||||
|
||||
%files dbm
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/apr-util-%{apuver}/apr_dbm_db*
|
||||
|
||||
%files pgsql
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/apr-util-%{apuver}/apr_dbd_pgsql*
|
||||
|
||||
%files mysql
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/apr-util-%{apuver}/apr_dbd_mysql*
|
||||
|
||||
%files sqlite
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/apr-util-%{apuver}/apr_dbd_sqlite*
|
||||
|
||||
%files freetds
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/apr-util-%{apuver}/apr_dbd_freetds*
|
||||
|
||||
%files odbc
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/apr-util-%{apuver}/apr_dbd_odbc*
|
||||
|
||||
%files ldap
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/apr-util-%{apuver}/apr_ldap*
|
||||
|
||||
%files openssl
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/apr-util-%{apuver}/apr_crypto_openssl*
|
||||
|
||||
%files nss
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/apr-util-%{apuver}/apr_crypto_nss*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/apu-%{apuver}-config
|
||||
%{_libdir}/libaprutil-%{apuver}.*a
|
||||
%{_libdir}/libaprutil-%{apuver}.so
|
||||
%{_libdir}/pkgconfig/apr-util-%{apuver}.pc
|
||||
%{_includedir}/apr-%{apuver}/*.h
|
||||
%doc --parents html
|
||||
|
||||
%changelog
|
||||
* Tue Jun 22 2004 Graham Leggett <minfrin@sharp.fm> 1.0.0-1
|
||||
- update to support v1.0.0 of APR
|
||||
|
||||
* Tue Jun 22 2004 Graham Leggett <minfrin@sharp.fm> 1.0.0-1
|
||||
- derived from Fedora Core apr.spec
|
||||
|
|
@ -1,99 +0,0 @@
|
|||
%define aprver 1
|
||||
|
||||
Summary: Apache Portable Runtime library
|
||||
Name: apr
|
||||
Version: 1.4.6
|
||||
Release: 1%{?dist}
|
||||
License: Apache Software License
|
||||
Group: System Environment/Libraries
|
||||
URL: http://apr.apache.org/
|
||||
Source0: http://www.apache.org/dist/apr/%{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||
BuildRequires: autoconf, libtool, doxygen, python
|
||||
|
||||
%description
|
||||
The mission of the Apache Portable Runtime (APR) is to provide a
|
||||
free library of C data structures and routines, forming a system
|
||||
portability layer to as many operating systems as possible,
|
||||
including Unices, MS Win32, BeOS and OS/2.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: APR library development kit
|
||||
Requires: apr = %{version}
|
||||
|
||||
%description devel
|
||||
This package provides the support files which can be used to
|
||||
build applications using the APR library. The mission of the
|
||||
Apache Portable Runtime (APR) is to provide a free library of
|
||||
C data structures and routines.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
# regenerate configure script etc.
|
||||
./buildconf
|
||||
%configure \
|
||||
--prefix=/usr \
|
||||
--includedir=%{_includedir}/apr-%{aprver} \
|
||||
--with-installbuilddir=%{_libdir}/apr/build-%{aprver} \
|
||||
--with-devrandom=/dev/urandom \
|
||||
CC=gcc CXX=g++
|
||||
make %{?_smp_mflags} && make dox
|
||||
|
||||
%check
|
||||
# Run non-interactive tests
|
||||
pushd test
|
||||
make %{?_smp_mflags} all CFLAGS=-fno-strict-aliasing
|
||||
make check || exit 1
|
||||
popd
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
# Move docs to more convenient location
|
||||
mv docs/dox/html html
|
||||
|
||||
# Unpackaged files:
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/apr.exp
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc CHANGES LICENSE NOTICE
|
||||
%{_libdir}/libapr-%{aprver}.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%doc docs/APRDesign.html docs/canonical_filenames.html
|
||||
%doc docs/incomplete_types docs/non_apr_programs
|
||||
%doc --parents html
|
||||
%{_bindir}/apr*config
|
||||
%{_libdir}/libapr-%{aprver}.*a
|
||||
%{_libdir}/libapr-%{aprver}.so
|
||||
%dir %{_libdir}/apr
|
||||
%dir %{_libdir}/apr/build-%{aprver}
|
||||
%{_libdir}/apr/build-%{aprver}/*
|
||||
%{_libdir}/pkgconfig/apr-%{aprver}.pc
|
||||
%dir %{_includedir}/apr-%{aprver}
|
||||
%{_includedir}/apr-%{aprver}/*.h
|
||||
|
||||
%changelog
|
||||
* Sat Aug 30 2008 Graham Leggett <minfrin@sharp.fm> 1.3.3
|
||||
- update to depend on the bzip2 binary
|
||||
- build depends on python
|
||||
|
||||
* Tue Jun 22 2004 Graham Leggett <minfrin@sharp.fm> 1.0.0-1
|
||||
- update to support v1.0.0 of APR
|
||||
|
||||
* Tue Jun 22 2004 Graham Leggett <minfrin@sharp.fm> 1.0.0-1
|
||||
- derived from Fedora Core apr.spec
|
||||
|
|
@ -1,500 +0,0 @@
|
|||
%define contentdir /var/www
|
||||
%define suexec_caller apache
|
||||
%define mmn 20120211
|
||||
|
||||
Summary: Apache HTTP Server
|
||||
Name: httpd
|
||||
Version: 2.4.3
|
||||
Release: 1%{?dist}
|
||||
URL: http://httpd.apache.org/
|
||||
Vendor: Apache Software Foundation
|
||||
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
|
||||
License: Apache License, Version 2.0
|
||||
Group: System Environment/Daemons
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
BuildRequires: autoconf, perl, pkgconfig, findutils
|
||||
BuildRequires: zlib-devel, libselinux-devel
|
||||
BuildRequires: apr-devel >= 1.4.0, apr-util-devel >= 1.4.0, pcre-devel >= 5.0
|
||||
Requires: initscripts >= 8.36, /etc/mime.types
|
||||
Obsoletes: httpd-suexec
|
||||
Requires(pre): /usr/sbin/useradd
|
||||
Requires(post): chkconfig
|
||||
Provides: webserver
|
||||
Provides: mod_dav = %{version}-%{release}, httpd-suexec = %{version}-%{release}
|
||||
Provides: httpd-mmn = %{mmn}
|
||||
|
||||
%description
|
||||
Apache is a powerful, full-featured, efficient, and freely-available
|
||||
Web server. Apache is also the most popular Web server on the
|
||||
Internet.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: Development tools for the Apache HTTP server.
|
||||
Obsoletes: secureweb-devel, apache-devel
|
||||
Requires: apr-devel, apr-util-devel, pkgconfig, libtool
|
||||
Requires: httpd = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
The httpd-devel package contains the APXS binary and other files
|
||||
that you need to build Dynamic Shared Objects (DSOs) for the
|
||||
Apache HTTP Server.
|
||||
|
||||
If you are installing the Apache HTTP server and you want to be
|
||||
able to compile or develop additional modules for Apache, you need
|
||||
to install this package.
|
||||
|
||||
%package manual
|
||||
Group: Documentation
|
||||
Summary: Documentation for the Apache HTTP server.
|
||||
Requires: httpd = %{version}-%{release}
|
||||
Obsoletes: secureweb-manual, apache-manual
|
||||
|
||||
%description manual
|
||||
The httpd-manual package contains the complete manual and
|
||||
reference guide for the Apache HTTP server. The information can
|
||||
also be found at http://httpd.apache.org/docs/.
|
||||
|
||||
%package tools
|
||||
Group: System Environment/Daemons
|
||||
Summary: Tools for use with the Apache HTTP Server
|
||||
|
||||
%description tools
|
||||
The httpd-tools package contains tools which can be used with
|
||||
the Apache HTTP Server.
|
||||
|
||||
%package -n mod_authnz_ldap
|
||||
Group: System Environment/Daemons
|
||||
Summary: LDAP modules for the Apache HTTP server
|
||||
BuildRequires: openldap-devel
|
||||
Requires: httpd = %{version}-%{release}, httpd-mmn = %{mmn}
|
||||
|
||||
%description -n mod_authnz_ldap
|
||||
The mod_authnz_ldap module for the Apache HTTP server provides
|
||||
authentication and authorization against an LDAP server, while
|
||||
mod_ldap provides an LDAP cache.
|
||||
|
||||
%package -n mod_lua
|
||||
Group: System Environment/Daemons
|
||||
Summary: Lua language module for the Apache HTTP server
|
||||
BuildRequires: lua-devel
|
||||
Requires: httpd = %{version}-%{release}, httpd-mmn = %{mmn}
|
||||
|
||||
%description -n mod_lua
|
||||
The mod_lua module for the Apache HTTP server allows the server to be
|
||||
extended with scripts written in the Lua programming language.
|
||||
|
||||
%package -n mod_proxy_html
|
||||
Group: System Environment/Daemons
|
||||
Summary: Proxy HTML filter modules for the Apache HTTP server
|
||||
BuildRequires: libxml2-devel
|
||||
Requires: httpd = %{version}-%{release}, httpd-mmn = %{mmn}
|
||||
|
||||
%description -n mod_proxy_html
|
||||
The mod_proxy_html module for the Apache HTTP server provides
|
||||
a filter to rewrite HTML links within web content when used within
|
||||
a reverse proxy environment. The mod_xml2enc module provides
|
||||
enhanced charset/internationalisation support for mod_proxy_html.
|
||||
|
||||
%package -n mod_socache_dc
|
||||
Group: System Environment/Daemons
|
||||
Summary: Distcache shared object cache module for the Apache HTTP server
|
||||
BuildRequires: distcache-devel
|
||||
Requires: httpd = %{version}-%{release}, httpd-mmn = %{mmn}
|
||||
|
||||
%description -n mod_socache_dc
|
||||
The mod_socache_dc module for the Apache HTTP server allows the shared
|
||||
object cache to use the distcache shared caching mechanism.
|
||||
|
||||
%package -n mod_ssl
|
||||
Group: System Environment/Daemons
|
||||
Summary: SSL/TLS module for the Apache HTTP server
|
||||
BuildRequires: openssl-devel
|
||||
Requires(post): openssl, /bin/cat
|
||||
Requires(pre): httpd
|
||||
Requires: httpd = %{version}-%{release}, httpd-mmn = %{mmn}
|
||||
|
||||
%description -n mod_ssl
|
||||
The mod_ssl module provides strong cryptography for the Apache Web
|
||||
server via the Secure Sockets Layer (SSL) and Transport Layer
|
||||
Security (TLS) protocols.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
# Safety check: prevent build if defined MMN does not equal upstream MMN.
|
||||
vmmn=`echo MODULE_MAGIC_NUMBER_MAJOR | cpp -include include/ap_mmn.h | sed -n '
|
||||
/^2/p'`
|
||||
if test "x${vmmn}" != "x%{mmn}"; then
|
||||
: Error: Upstream MMN is now ${vmmn}, packaged MMN is %{mmn}.
|
||||
: Update the mmn macro and rebuild.
|
||||
exit 1
|
||||
fi
|
||||
|
||||
%build
|
||||
# forcibly prevent use of bundled apr, apr-util, pcre
|
||||
rm -rf srclib/{apr,apr-util,pcre}
|
||||
|
||||
%configure \
|
||||
--enable-layout=RPM \
|
||||
--libdir=%{_libdir} \
|
||||
--sysconfdir=%{_sysconfdir}/httpd/conf \
|
||||
--includedir=%{_includedir}/httpd \
|
||||
--libexecdir=%{_libdir}/httpd/modules \
|
||||
--datadir=%{contentdir} \
|
||||
--with-installbuilddir=%{_libdir}/httpd/build \
|
||||
--enable-mpms-shared=all \
|
||||
--with-apr=%{_prefix} --with-apr-util=%{_prefix} \
|
||||
--enable-suexec --with-suexec \
|
||||
--with-suexec-caller=%{suexec_caller} \
|
||||
--with-suexec-docroot=%{contentdir} \
|
||||
--with-suexec-logfile=%{_localstatedir}/log/httpd/suexec.log \
|
||||
--with-suexec-bin=%{_sbindir}/suexec \
|
||||
--with-suexec-uidmin=500 --with-suexec-gidmin=100 \
|
||||
--enable-pie \
|
||||
--with-pcre \
|
||||
--enable-mods-shared=all \
|
||||
--enable-ssl --with-ssl --enable-socache-dc --enable-bucketeer \
|
||||
--enable-case-filter --enable-case-filter-in \
|
||||
--disable-imagemap
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
|
||||
# for holding mod_dav lock database
|
||||
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/dav
|
||||
|
||||
# create a prototype session cache
|
||||
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/cache/mod_ssl
|
||||
touch $RPM_BUILD_ROOT%{_localstatedir}/cache/mod_ssl/scache.{dir,pag,sem}
|
||||
|
||||
# Make the MMN accessible to module packages
|
||||
echo %{mmn} > $RPM_BUILD_ROOT%{_includedir}/httpd/.mmn
|
||||
|
||||
# Set up /var directories
|
||||
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/log/httpd
|
||||
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/cache/httpd/cache-root
|
||||
|
||||
# symlinks for /etc/httpd
|
||||
ln -s ../..%{_localstatedir}/log/httpd $RPM_BUILD_ROOT/etc/httpd/logs
|
||||
ln -s ../..%{_localstatedir}/run $RPM_BUILD_ROOT/etc/httpd/run
|
||||
ln -s ../..%{_libdir}/httpd/modules $RPM_BUILD_ROOT/etc/httpd/modules
|
||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d
|
||||
|
||||
# install SYSV init stuff
|
||||
mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d
|
||||
install -m755 ./build/rpm/httpd.init \
|
||||
$RPM_BUILD_ROOT/etc/rc.d/init.d/httpd
|
||||
install -m755 ./build/rpm/htcacheclean.init \
|
||||
$RPM_BUILD_ROOT/etc/rc.d/init.d/htcacheclean
|
||||
|
||||
# install log rotation stuff
|
||||
mkdir -p $RPM_BUILD_ROOT/etc/logrotate.d
|
||||
install -m644 ./build/rpm/httpd.logrotate \
|
||||
$RPM_BUILD_ROOT/etc/logrotate.d/httpd
|
||||
|
||||
# Remove unpackaged files
|
||||
rm -rf $RPM_BUILD_ROOT%{_libdir}/httpd/modules/*.exp \
|
||||
$RPM_BUILD_ROOT%{contentdir}/cgi-bin/*
|
||||
|
||||
# Make suexec a+rw so it can be stripped. %%files lists real permissions
|
||||
chmod 755 $RPM_BUILD_ROOT%{_sbindir}/suexec
|
||||
|
||||
%pre
|
||||
# Add the "apache" user
|
||||
/usr/sbin/useradd -c "Apache" -u 48 \
|
||||
-s /sbin/nologin -r -d %{contentdir} apache 2> /dev/null || :
|
||||
|
||||
%post
|
||||
# Register the httpd service
|
||||
/sbin/chkconfig --add httpd
|
||||
/sbin/chkconfig --add htcacheclean
|
||||
|
||||
%preun
|
||||
if [ $1 = 0 ]; then
|
||||
/sbin/service httpd stop > /dev/null 2>&1
|
||||
/sbin/service htcacheclean stop > /dev/null 2>&1
|
||||
/sbin/chkconfig --del httpd
|
||||
/sbin/chkconfig --del htcacheclean
|
||||
fi
|
||||
|
||||
%post -n mod_ssl
|
||||
umask 077
|
||||
|
||||
if [ ! -f %{_sysconfdir}/httpd/conf/server.key ] ; then
|
||||
%{_bindir}/openssl genrsa -rand /proc/apm:/proc/cpuinfo:/proc/dma:/proc/filesystems:/proc/interrupts:/proc/ioports:/proc/pci:/proc/rtc:/proc/uptime 1024 > %{_sysconfdir}/httpd/conf/server.key 2> /dev/null
|
||||
fi
|
||||
|
||||
FQDN=`hostname`
|
||||
if [ "x${FQDN}" = "x" ]; then
|
||||
FQDN=localhost.localdomain
|
||||
fi
|
||||
|
||||
if [ ! -f %{_sysconfdir}/httpd/conf/server.crt ] ; then
|
||||
cat << EOF | %{_bindir}/openssl req -new -key %{_sysconfdir}/httpd/conf/server.key -x509 -days 365 -out %{_sysconfdir}/httpd/conf/server.crt 2>/dev/null
|
||||
--
|
||||
SomeState
|
||||
SomeCity
|
||||
SomeOrganization
|
||||
SomeOrganizationalUnit
|
||||
${FQDN}
|
||||
root@${FQDN}
|
||||
EOF
|
||||
fi
|
||||
|
||||
%check
|
||||
# Check the built modules are all PIC
|
||||
if readelf -d $RPM_BUILD_ROOT%{_libdir}/httpd/modules/*.so | grep TEXTREL; then
|
||||
: modules contain non-relocatable code
|
||||
exit 1
|
||||
fi
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
|
||||
%doc ABOUT_APACHE README CHANGES LICENSE NOTICE
|
||||
|
||||
%dir %{_sysconfdir}/httpd
|
||||
%{_sysconfdir}/httpd/modules
|
||||
%{_sysconfdir}/httpd/logs
|
||||
%{_sysconfdir}/httpd/run
|
||||
%dir %{_sysconfdir}/httpd/conf
|
||||
%dir %{_sysconfdir}/httpd/conf.d
|
||||
%config(noreplace) %{_sysconfdir}/httpd/conf/httpd.conf
|
||||
%config(noreplace) %{_sysconfdir}/httpd/conf/magic
|
||||
%config(noreplace) %{_sysconfdir}/httpd/conf/mime.types
|
||||
%config(noreplace) %{_sysconfdir}/httpd/conf/extra/httpd-autoindex.conf
|
||||
%config(noreplace) %{_sysconfdir}/httpd/conf/extra/httpd-dav.conf
|
||||
%config(noreplace) %{_sysconfdir}/httpd/conf/extra/httpd-default.conf
|
||||
%config(noreplace) %{_sysconfdir}/httpd/conf/extra/httpd-info.conf
|
||||
%config(noreplace) %{_sysconfdir}/httpd/conf/extra/httpd-languages.conf
|
||||
%config(noreplace) %{_sysconfdir}/httpd/conf/extra/httpd-manual.conf
|
||||
%config(noreplace) %{_sysconfdir}/httpd/conf/extra/httpd-mpm.conf
|
||||
%config(noreplace) %{_sysconfdir}/httpd/conf/extra/httpd-multilang-errordoc.conf
|
||||
%config(noreplace) %{_sysconfdir}/httpd/conf/extra/httpd-userdir.conf
|
||||
%config(noreplace) %{_sysconfdir}/httpd/conf/extra/httpd-vhosts.conf
|
||||
%config(noreplace) %{_sysconfdir}/httpd/conf/extra/proxy-html.conf
|
||||
%config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/httpd-autoindex.conf
|
||||
%config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/httpd-dav.conf
|
||||
%config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/httpd-default.conf
|
||||
%config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/httpd-info.conf
|
||||
%config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/httpd-languages.conf
|
||||
%config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/httpd-manual.conf
|
||||
%config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/httpd-mpm.conf
|
||||
%config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/httpd-multilang-errordoc.conf
|
||||
%config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/httpd-userdir.conf
|
||||
%config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/httpd-vhosts.conf
|
||||
%config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/proxy-html.conf
|
||||
%config(noreplace) %{_sysconfdir}/httpd/conf/original/httpd.conf
|
||||
|
||||
%config %{_sysconfdir}/logrotate.d/httpd
|
||||
%config %{_sysconfdir}/rc.d/init.d/httpd
|
||||
%config %{_sysconfdir}/rc.d/init.d/htcacheclean
|
||||
|
||||
%{_sbindir}/fcgistarter
|
||||
%{_sbindir}/htcacheclean
|
||||
%{_sbindir}/httpd
|
||||
%{_sbindir}/apachectl
|
||||
%attr(4510,root,%{suexec_caller}) %{_sbindir}/suexec
|
||||
|
||||
%dir %{_libdir}/httpd
|
||||
%dir %{_libdir}/httpd/modules
|
||||
%{_libdir}/httpd/modules/mod_access_compat.so
|
||||
%{_libdir}/httpd/modules/mod_actions.so
|
||||
%{_libdir}/httpd/modules/mod_alias.so
|
||||
%{_libdir}/httpd/modules/mod_allowmethods.so
|
||||
%{_libdir}/httpd/modules/mod_asis.so
|
||||
%{_libdir}/httpd/modules/mod_auth_basic.so
|
||||
%{_libdir}/httpd/modules/mod_auth_digest.so
|
||||
%{_libdir}/httpd/modules/mod_auth_form.so
|
||||
%{_libdir}/httpd/modules/mod_authn_anon.so
|
||||
%{_libdir}/httpd/modules/mod_authn_core.so
|
||||
%{_libdir}/httpd/modules/mod_authn_dbd.so
|
||||
%{_libdir}/httpd/modules/mod_authn_dbm.so
|
||||
%{_libdir}/httpd/modules/mod_authn_file.so
|
||||
%{_libdir}/httpd/modules/mod_authn_socache.so
|
||||
%{_libdir}/httpd/modules/mod_authz_core.so
|
||||
%{_libdir}/httpd/modules/mod_authz_dbd.so
|
||||
%{_libdir}/httpd/modules/mod_authz_dbm.so
|
||||
%{_libdir}/httpd/modules/mod_authz_groupfile.so
|
||||
%{_libdir}/httpd/modules/mod_authz_host.so
|
||||
%{_libdir}/httpd/modules/mod_authz_owner.so
|
||||
%{_libdir}/httpd/modules/mod_authz_user.so
|
||||
%{_libdir}/httpd/modules/mod_autoindex.so
|
||||
%{_libdir}/httpd/modules/mod_bucketeer.so
|
||||
%{_libdir}/httpd/modules/mod_buffer.so
|
||||
%{_libdir}/httpd/modules/mod_cache_disk.so
|
||||
%{_libdir}/httpd/modules/mod_cache.so
|
||||
%{_libdir}/httpd/modules/mod_case_filter.so
|
||||
%{_libdir}/httpd/modules/mod_case_filter_in.so
|
||||
%{_libdir}/httpd/modules/mod_cgid.so
|
||||
%{_libdir}/httpd/modules/mod_charset_lite.so
|
||||
%{_libdir}/httpd/modules/mod_data.so
|
||||
%{_libdir}/httpd/modules/mod_dav_fs.so
|
||||
%{_libdir}/httpd/modules/mod_dav_lock.so
|
||||
%{_libdir}/httpd/modules/mod_dav.so
|
||||
%{_libdir}/httpd/modules/mod_dbd.so
|
||||
%{_libdir}/httpd/modules/mod_deflate.so
|
||||
%{_libdir}/httpd/modules/mod_dialup.so
|
||||
%{_libdir}/httpd/modules/mod_dir.so
|
||||
%{_libdir}/httpd/modules/mod_dumpio.so
|
||||
%{_libdir}/httpd/modules/mod_echo.so
|
||||
%{_libdir}/httpd/modules/mod_env.so
|
||||
%{_libdir}/httpd/modules/mod_expires.so
|
||||
%{_libdir}/httpd/modules/mod_ext_filter.so
|
||||
%{_libdir}/httpd/modules/mod_file_cache.so
|
||||
%{_libdir}/httpd/modules/mod_filter.so
|
||||
%{_libdir}/httpd/modules/mod_headers.so
|
||||
%{_libdir}/httpd/modules/mod_heartbeat.so
|
||||
%{_libdir}/httpd/modules/mod_heartmonitor.so
|
||||
%{_libdir}/httpd/modules/mod_include.so
|
||||
%{_libdir}/httpd/modules/mod_info.so
|
||||
%{_libdir}/httpd/modules/mod_lbmethod_bybusyness.so
|
||||
%{_libdir}/httpd/modules/mod_lbmethod_byrequests.so
|
||||
%{_libdir}/httpd/modules/mod_lbmethod_bytraffic.so
|
||||
%{_libdir}/httpd/modules/mod_lbmethod_heartbeat.so
|
||||
%{_libdir}/httpd/modules/mod_log_config.so
|
||||
%{_libdir}/httpd/modules/mod_log_debug.so
|
||||
%{_libdir}/httpd/modules/mod_log_forensic.so
|
||||
%{_libdir}/httpd/modules/mod_logio.so
|
||||
%{_libdir}/httpd/modules/mod_mime_magic.so
|
||||
%{_libdir}/httpd/modules/mod_mime.so
|
||||
%{_libdir}/httpd/modules/mod_mpm_event.so
|
||||
%{_libdir}/httpd/modules/mod_mpm_prefork.so
|
||||
%{_libdir}/httpd/modules/mod_mpm_worker.so
|
||||
%{_libdir}/httpd/modules/mod_negotiation.so
|
||||
%{_libdir}/httpd/modules/mod_proxy_ajp.so
|
||||
%{_libdir}/httpd/modules/mod_proxy_balancer.so
|
||||
%{_libdir}/httpd/modules/mod_proxy_connect.so
|
||||
%{_libdir}/httpd/modules/mod_proxy_express.so
|
||||
%{_libdir}/httpd/modules/mod_proxy_fcgi.so
|
||||
%{_libdir}/httpd/modules/mod_proxy_fdpass.so
|
||||
%{_libdir}/httpd/modules/mod_proxy_ftp.so
|
||||
%{_libdir}/httpd/modules/mod_proxy_http.so
|
||||
%{_libdir}/httpd/modules/mod_proxy_scgi.so
|
||||
%{_libdir}/httpd/modules/mod_proxy.so
|
||||
%{_libdir}/httpd/modules/mod_ratelimit.so
|
||||
%{_libdir}/httpd/modules/mod_reflector.so
|
||||
%{_libdir}/httpd/modules/mod_remoteip.so
|
||||
%{_libdir}/httpd/modules/mod_reqtimeout.so
|
||||
%{_libdir}/httpd/modules/mod_request.so
|
||||
%{_libdir}/httpd/modules/mod_rewrite.so
|
||||
%{_libdir}/httpd/modules/mod_sed.so
|
||||
%{_libdir}/httpd/modules/mod_session_cookie.so
|
||||
%{_libdir}/httpd/modules/mod_session_crypto.so
|
||||
%{_libdir}/httpd/modules/mod_session_dbd.so
|
||||
%{_libdir}/httpd/modules/mod_session.so
|
||||
%{_libdir}/httpd/modules/mod_setenvif.so
|
||||
%{_libdir}/httpd/modules/mod_slotmem_plain.so
|
||||
%{_libdir}/httpd/modules/mod_slotmem_shm.so
|
||||
%{_libdir}/httpd/modules/mod_socache_dbm.so
|
||||
%{_libdir}/httpd/modules/mod_socache_memcache.so
|
||||
%{_libdir}/httpd/modules/mod_socache_shmcb.so
|
||||
%{_libdir}/httpd/modules/mod_speling.so
|
||||
%{_libdir}/httpd/modules/mod_status.so
|
||||
%{_libdir}/httpd/modules/mod_substitute.so
|
||||
%{_libdir}/httpd/modules/mod_suexec.so
|
||||
%{_libdir}/httpd/modules/mod_unique_id.so
|
||||
%{_libdir}/httpd/modules/mod_unixd.so
|
||||
%{_libdir}/httpd/modules/mod_userdir.so
|
||||
%{_libdir}/httpd/modules/mod_usertrack.so
|
||||
%{_libdir}/httpd/modules/mod_version.so
|
||||
%{_libdir}/httpd/modules/mod_vhost_alias.so
|
||||
%{_libdir}/httpd/modules/mod_watchdog.so
|
||||
|
||||
%dir %{contentdir}
|
||||
%dir %{contentdir}/cgi-bin
|
||||
%dir %{contentdir}/html
|
||||
%dir %{contentdir}/icons
|
||||
%dir %{contentdir}/error
|
||||
%dir %{contentdir}/error/include
|
||||
%{contentdir}/icons/*
|
||||
%{contentdir}/error/README
|
||||
%{contentdir}/html/index.html
|
||||
%config(noreplace) %{contentdir}/error/*.var
|
||||
%config(noreplace) %{contentdir}/error/include/*.html
|
||||
|
||||
%attr(0700,root,root) %dir %{_localstatedir}/log/httpd
|
||||
|
||||
%attr(0700,apache,apache) %dir %{_localstatedir}/lib/dav
|
||||
%attr(0700,apache,apache) %dir %{_localstatedir}/cache/httpd/cache-root
|
||||
|
||||
%{_mandir}/man1/*
|
||||
%{_mandir}/man8/suexec*
|
||||
%{_mandir}/man8/apachectl.8*
|
||||
%{_mandir}/man8/httpd.8*
|
||||
%{_mandir}/man8/htcacheclean.8*
|
||||
%{_mandir}/man8/fcgistarter.8*
|
||||
|
||||
%files manual
|
||||
%defattr(-,root,root)
|
||||
%{contentdir}/manual
|
||||
%{contentdir}/error/README
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/ab
|
||||
%{_bindir}/htdbm
|
||||
%{_bindir}/htdigest
|
||||
%{_bindir}/htpasswd
|
||||
%{_bindir}/logresolve
|
||||
%{_bindir}/httxt2dbm
|
||||
%{_sbindir}/rotatelogs
|
||||
%{_mandir}/man1/htdbm.1*
|
||||
%{_mandir}/man1/htdigest.1*
|
||||
%{_mandir}/man1/htpasswd.1*
|
||||
%{_mandir}/man1/httxt2dbm.1*
|
||||
%{_mandir}/man1/ab.1*
|
||||
%{_mandir}/man1/logresolve.1*
|
||||
%{_mandir}/man8/rotatelogs.8*
|
||||
%doc LICENSE NOTICE
|
||||
|
||||
%files -n mod_authnz_ldap
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/httpd/modules/mod_ldap.so
|
||||
%{_libdir}/httpd/modules/mod_authnz_ldap.so
|
||||
|
||||
%files -n mod_lua
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/httpd/modules/mod_lua.so
|
||||
|
||||
%files -n mod_proxy_html
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/httpd/modules/mod_proxy_html.so
|
||||
%{_libdir}/httpd/modules/mod_xml2enc.so
|
||||
|
||||
%files -n mod_socache_dc
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/httpd/modules/mod_socache_dc.so
|
||||
|
||||
%files -n mod_ssl
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/httpd/modules/mod_ssl.so
|
||||
%config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/httpd-ssl.conf
|
||||
%config(noreplace) %{_sysconfdir}/httpd/conf/extra/httpd-ssl.conf
|
||||
%attr(0700,apache,root) %dir %{_localstatedir}/cache/mod_ssl
|
||||
%attr(0600,apache,root) %ghost %{_localstatedir}/cache/mod_ssl/scache.dir
|
||||
%attr(0600,apache,root) %ghost %{_localstatedir}/cache/mod_ssl/scache.pag
|
||||
%attr(0600,apache,root) %ghost %{_localstatedir}/cache/mod_ssl/scache.sem
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/httpd
|
||||
%{_bindir}/apxs
|
||||
%{_sbindir}/checkgid
|
||||
%{_bindir}/dbmmanage
|
||||
%{_sbindir}/envvars*
|
||||
%{_mandir}/man1/dbmmanage.1*
|
||||
%{_mandir}/man1/apxs.1*
|
||||
%dir %{_libdir}/httpd/build
|
||||
%{_libdir}/httpd/build/*.mk
|
||||
%{_libdir}/httpd/build/instdso.sh
|
||||
%{_libdir}/httpd/build/config.nice
|
||||
%{_libdir}/httpd/build/mkdir.sh
|
||||
|
210
extras/zammad.spec
Normal file
210
extras/zammad.spec
Normal file
|
@ -0,0 +1,210 @@
|
|||
Name: zammad
|
||||
Version: 0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Zammad Application
|
||||
# Some of the gems compile, and thus this can't be noarch
|
||||
BuildArch: x86_64
|
||||
Group: Application/Internet
|
||||
License: AGPL
|
||||
URL: https://github.com/martinie/zammmad
|
||||
# XXX You'll have to create the logrotate script for your application
|
||||
Source0: %{name}.logrotate
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
# XXX Building this rpm requires that bundle is available on the path of the user
|
||||
# that is running rpmbuild. But I'm not sure how to require that there is a
|
||||
# bundle in the path.
|
||||
#BuildRequires: /usr/bin/bundle
|
||||
# XXX Also require gem on the PATH
|
||||
# BuildRequires: /usr/bin/gem
|
||||
|
||||
# XXX Note that you might not require all the below. It will depend on what your gems require to build.
|
||||
|
||||
# From docs: http://nokogiri.org/tutorials/installing_nokogiri.html
|
||||
# and: https://github.com/thoughtbot/capybara-webkit/wiki/Installing-QT
|
||||
# which hinted that I should look for something like qt webkit devel ...
|
||||
BuildRequires: libxml2 gcc ruby-devel libxml2-devel libxslt libxslt-devel
|
||||
# for...I forgot to record what gem requires this to build...
|
||||
BuildRequires: qt-devel qtwebkit-devel
|
||||
# for curb
|
||||
BuildRequires: libcurl-devel
|
||||
# for sqlite3
|
||||
BuildRequires: sqlite-devel
|
||||
# ^^ There may be more requirements above for building on a new dev/rpmbuild env
|
||||
|
||||
# XXX Remove if not using apache/passenger/mysql
|
||||
# Assuming will run via passenger + apache
|
||||
Requires: mod_passenger, httpd
|
||||
# And use mysql as the db
|
||||
Requires: mysql-server
|
||||
|
||||
# In order to rotate the logs
|
||||
Requires: logrotate
|
||||
|
||||
# What repository to pull the actual code from
|
||||
# (assuming git here, you'll need to change for svn or hg)
|
||||
%define git_repo git@github.com:martini/%{name}.git
|
||||
|
||||
#
|
||||
# DIRS
|
||||
# - Trying to follow Linux file system hierarchy
|
||||
#
|
||||
%define appdir %{rails_home}/%{name}
|
||||
%define docdir %{_docdir}/railsapps/%{name}
|
||||
%define libdir %{_libdir}/railsapps/%{name}
|
||||
%define logdir /var/log/railsapps/%{name}
|
||||
%define configdir /etc/railsapps/%{name}
|
||||
%define cachedir /var/cache/railsapps/%{name}
|
||||
%define datadir /var/lib/railsapps/%{name}
|
||||
%define logrotatedir /etc/logrotate.d/
|
||||
|
||||
%description
|
||||
Some description of the application
|
||||
|
||||
%prep
|
||||
rm -rf ./%{name}
|
||||
git clone %{git_repo}
|
||||
pushd %{name}
|
||||
git checkout v%{version}
|
||||
popd
|
||||
|
||||
|
||||
%build
|
||||
pushd %{name}
|
||||
|
||||
# Install all required gems into ./vendor/bundle using the handy bundle commmand
|
||||
bundle install --deployment
|
||||
|
||||
# Compile assets, this only has to be done once AFAIK, so in the RPM is fine
|
||||
rm -rf ./public/assets/*
|
||||
bundle exec rake assets:precompile
|
||||
|
||||
# For some reason bundler doesn't install itself, this is probably right,
|
||||
# but I guess it expects bundler to be on the server being deployed to
|
||||
# already. But the rails-helloworld app crashes on passenger looking for
|
||||
# bundler, so it would seem to me to be required. So, I used gem to install
|
||||
# bundler after bundle deployment. :) And the app then works under passenger.
|
||||
|
||||
PWD=`pwd`
|
||||
cat > gemrc <<EOGEMRC
|
||||
gemhome: $PWD/vendor/bundle/ruby/1.8
|
||||
gempath:
|
||||
- $PWD/vendor/bundle/ruby/1.8
|
||||
EOGEMRC
|
||||
#gem --source %{gem_source} --config-file ./gemrc install bundler
|
||||
gem --config-file ./gemrc install bundler
|
||||
# Don't need the gemrc any more...
|
||||
rm ./gemrc
|
||||
|
||||
# Some of the files in here have /usr/local/bin/ruby set as the bang
|
||||
# but that won't work, and makes the rpmbuild process add /usr/local/bin/ruby
|
||||
# to the dependencies. So I'm changing that here. Either way it prob won't
|
||||
# work. But at least this rids us of the dependencie that we can never meet.
|
||||
for f in `grep -ril "\/usr\/local\/bin\/ruby" ./vendor`; do
|
||||
sed -i "s|/usr/local/bin/ruby|/usr/bin/ruby|g" $f
|
||||
head -1 $f
|
||||
done
|
||||
|
||||
popd
|
||||
|
||||
|
||||
%install
|
||||
# Create all the defined directories
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
mkdir -p $RPM_BUILD_ROOT/%{appdir}
|
||||
mkdir -p $RPM_BUILD_ROOT/%{docdir}
|
||||
mkdir -p $RPM_BUILD_ROOT/%{libdir}
|
||||
mkdir -p $RPM_BUILD_ROOT/%{logdir}
|
||||
mkdir -p $RPM_BUILD_ROOT/%{configdir}
|
||||
mkdir -p $RPM_BUILD_ROOT/%{cachedir}
|
||||
mkdir -p $RPM_BUILD_ROOT/%{datadir}
|
||||
mkdir -p $RPM_BUILD_ROOT/%{logrotatedir}
|
||||
|
||||
|
||||
# Start moving files into the proper place in the build root
|
||||
pushd %{name}
|
||||
|
||||
#
|
||||
# ./public/assets
|
||||
#
|
||||
|
||||
# Again rake assets:precompile creates public/assets which
|
||||
# shouldn't be in /usr/share/railsapps/%{name} prob cache
|
||||
#rm -rf ./public/assets/*
|
||||
mv ./public/assets $RPM_BUILD_ROOT/%{cachedir}
|
||||
ln -s %{cachedir}/assets ./public/assets
|
||||
|
||||
#
|
||||
# Doc
|
||||
#
|
||||
|
||||
mv ./doc $RPM_BUILD_ROOT/%{docdir}
|
||||
|
||||
#
|
||||
# Config
|
||||
#
|
||||
# - only doing database.yml now, might be wrong...
|
||||
# - XXX What other config files are there if any?
|
||||
|
||||
mv ./config/database.yml $RPM_BUILD_ROOT/%{configdir}
|
||||
pushd config
|
||||
ln -s %{configdir}/database.yml ./database.yml
|
||||
popd
|
||||
|
||||
#
|
||||
# lib
|
||||
#
|
||||
|
||||
mv ./vendor $RPM_BUILD_ROOT/%{libdir}
|
||||
ln -s %{libdir}/vendor ./vendor
|
||||
|
||||
#
|
||||
# tmp/cache
|
||||
#
|
||||
|
||||
mv ./tmp $RPM_BUILD_ROOT/%{cachedir}
|
||||
ln -s %{cachedir}/tmp ./tmp
|
||||
|
||||
#
|
||||
# log
|
||||
#
|
||||
|
||||
# Only do logdir not logdir/log
|
||||
rm -rf ./log
|
||||
#rm ./log/development.log
|
||||
#rm ./log/test.log
|
||||
#mv ./log $RPM_BUILD_ROOT/%{logdir}
|
||||
ln -s %{logdir} ./log
|
||||
|
||||
#
|
||||
# Everything left goes in appdir
|
||||
#
|
||||
|
||||
mv ./* $RPM_BUILD_ROOT/%{appdir}
|
||||
|
||||
#
|
||||
# logrotate
|
||||
#
|
||||
cp %{SOURCE0} $RPM_BUILD_ROOT/%{logrotatedir}/%{name}
|
||||
|
||||
popd
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{appdir}
|
||||
%{libdir}
|
||||
%{docdir}
|
||||
%config %{configdir}/database.yml
|
||||
# passenger runs as nobody apparently and then http as apache, and I'm not sure which
|
||||
# needs which...so for now do nobody:apache...wonder if it should be set to run as apache?
|
||||
%attr(770,nobody,apache) %{logdir}
|
||||
%attr(770,nobody,apache) %{cachedir}
|
||||
# %dir allows an empty directory, which this will be at an initial install
|
||||
%attr(770,nobody,apache) %dir %{datadir}
|
||||
%{logrotatedir}/%{name}
|
||||
%doc
|
||||
|
||||
|
Loading…
Reference in a new issue