Renumber source files.
This commit is contained in:
parent
7257e22804
commit
866cec24f4
@ -48,13 +48,13 @@ Patch4: patch-vzic-proper-cflags
|
|||||||
Source10: cyrus-imapd.logrotate
|
Source10: cyrus-imapd.logrotate
|
||||||
Source11: cyrus-imapd.pam-config
|
Source11: cyrus-imapd.pam-config
|
||||||
Source12: cyrus-imapd.sysconfig
|
Source12: cyrus-imapd.sysconfig
|
||||||
Source14: cyrus-imapd.magic
|
Source13: cyrus-imapd.magic
|
||||||
# XXX A systemd timer would probably be better
|
# XXX A systemd timer would probably be better
|
||||||
Source15: cyrus-imapd.cron-daily
|
Source14: cyrus-imapd.cron-daily
|
||||||
Source16: README.rpm
|
Source15: README.rpm
|
||||||
Source17: cyrus-imapd.service
|
Source16: cyrus-imapd.service
|
||||||
Source18: cyrus-imapd-init.service
|
Source17: cyrus-imapd-init.service
|
||||||
Source19: cyrus-imapd.tmpfiles.conf
|
Source18: cyrus-imapd.tmpfiles.conf
|
||||||
|
|
||||||
# Source files for running the Cassandane test suite at build time.
|
# Source files for running the Cassandane test suite at build time.
|
||||||
Source80: https://github.com/cyrusimap/cassandane/archive/%cocas.tar.gz#/cassandane-%{scmt %cocas}.tar.gz
|
Source80: https://github.com/cyrusimap/cassandane/archive/%cocas.tar.gz#/cassandane-%{scmt %cocas}.tar.gz
|
||||||
@ -229,7 +229,7 @@ This package contains Perl libraries used to interface with Cyrus IMAPd.
|
|||||||
echo %version > VERSION
|
echo %version > VERSION
|
||||||
|
|
||||||
# Install the Fedora-specific documentation file
|
# Install the Fedora-specific documentation file
|
||||||
install -m 644 %SOURCE16 doc/
|
install -m 644 %SOURCE15 doc/
|
||||||
|
|
||||||
# Unpack and prepare cassandane
|
# Unpack and prepare cassandane
|
||||||
tar xf %SOURCE80
|
tar xf %SOURCE80
|
||||||
@ -387,13 +387,13 @@ install -p -m 644 %SOURCE11 %buildroot/etc/pam.d/lmtp
|
|||||||
install -p -m 644 %SOURCE11 %buildroot/etc/pam.d/nntp
|
install -p -m 644 %SOURCE11 %buildroot/etc/pam.d/nntp
|
||||||
install -p -m 644 %SOURCE11 %buildroot/etc/pam.d/csync
|
install -p -m 644 %SOURCE11 %buildroot/etc/pam.d/csync
|
||||||
install -p -m 644 %SOURCE12 %buildroot/etc/sysconfig/%name
|
install -p -m 644 %SOURCE12 %buildroot/etc/sysconfig/%name
|
||||||
install -p -m 644 %SOURCE14 %buildroot/%_datadir/%name/rpm/magic
|
install -p -m 644 %SOURCE13 %buildroot/%_datadir/%name/rpm/magic
|
||||||
install -p -m 755 %SOURCE15 %buildroot/etc/cron.daily/%name
|
install -p -m 755 %SOURCE14 %buildroot/etc/cron.daily/%name
|
||||||
install -p -m 644 doc/examples/cyrus_conf/prefork.conf %buildroot/etc/cyrus.conf
|
install -p -m 644 doc/examples/cyrus_conf/prefork.conf %buildroot/etc/cyrus.conf
|
||||||
install -p -m 644 doc/examples/imapd_conf/normal.conf %buildroot/etc/imapd.conf
|
install -p -m 644 doc/examples/imapd_conf/normal.conf %buildroot/etc/imapd.conf
|
||||||
install -p -D -m 644 %SOURCE17 %buildroot/%_unitdir/cyrus-imapd.service
|
install -p -D -m 644 %SOURCE16 %buildroot/%_unitdir/cyrus-imapd.service
|
||||||
install -p -D -m 644 %SOURCE18 %buildroot/%_unitdir/cyrus-imapd-init.service
|
install -p -D -m 644 %SOURCE17 %buildroot/%_unitdir/cyrus-imapd-init.service
|
||||||
install -p -D -m 644 %SOURCE19 %buildroot/%_tmpfilesdir/cyrus-imapd.conf
|
install -p -D -m 644 %SOURCE18 %buildroot/%_tmpfilesdir/cyrus-imapd.conf
|
||||||
|
|
||||||
# Cleanup of doc dir
|
# Cleanup of doc dir
|
||||||
find doc perl -name CVS -type d -prune -exec rm -rf {} \;
|
find doc perl -name CVS -type d -prune -exec rm -rf {} \;
|
||||||
|
Loading…
Reference in New Issue
Block a user