Jason Tibbitts
6e07affa64
Renumber source17->12.
2017-05-22 17:49:48 -05:00
Jason Tibbitts
e3b1f185d1
Reorder sources
2017-05-22 17:49:21 -05:00
Jason Tibbitts
a19e54f75b
Renumber source13->11.
2017-05-22 17:48:11 -05:00
Jason Tibbitts
a01e045039
Renumber source11 -> 10.
2017-05-22 17:47:36 -05:00
Jason Tibbitts
d4035a6d3f
Add doc-extra subpackage; reorganize subpackage ordering.
2017-05-22 17:17:04 -05:00
Jason Tibbitts
1f8c1109f3
Now have a buildable package.
2017-05-22 16:14:19 -05:00
Jason Tibbitts
176b9d0495
Now passes %check.
2017-05-22 15:54:46 -05:00
Jason Tibbitts
213ef748ce
Some further work. Try to run the test suite.
2017-05-22 14:22:00 -05:00
Jason Tibbitts
583c7ed00b
Missed two {} cleanups.
2017-05-22 12:00:25 -05:00
Jason Tibbitts
f98fbbdac0
Initial work to update to 3.0.1.
2017-05-22 11:59:16 -05:00
Fedora Release Engineering
597d10c50b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
2017-02-10 08:07:43 +00:00
Jason Tibbitts
1a5c4ef8af
Rename httpd(8) manpage to avoid conflict.
2017-01-09 19:06:08 -06:00
Jason Tibbitts
be39b05c56
Follow initial system setup guidelines.
...
An extra systemd service file will call sscg to setup a secure initial
certificate if it does not exist. The new default imapd.conf file will
reference that cert.
2016-12-21 16:01:39 -06:00
Jason Tibbitts
c0a5476798
Trim changelog entries older than 2010.
2016-11-24 00:13:56 -06:00
Jason Tibbitts
c2545138c9
Make main package only recommend the vzic package.
...
Also add the necessary deps on ldconfig.
2016-11-24 00:02:33 -06:00
Jason Tibbitts
32ed4ae7af
Split out vzic and clean up
...
vzic is bundled and has a different license than the rest of the code.
Split it out for simplicity. It and the main package depend on each
other.
Add Provides: bundled(vzic).
Slihtly clean up the files list
2016-11-24 00:00:07 -06:00
Jason Tibbitts
0608950fc4
Remove some comments and a line of debugging cruft.
2016-11-23 22:20:54 -06:00
Jason Tibbitts
d889d66cee
More dependency cleanup.
2016-11-23 22:18:05 -06:00
Jason Tibbitts
1b2d6bd211
Don't generate ssl cert in %post
2016-11-23 22:15:22 -06:00
Jason Tibbitts
6d20ca4084
Clean up %pre.
2016-11-23 22:14:45 -06:00
Jason Tibbitts
c9b618f56b
Clean up scriptlets and dependencies.
...
The %pre scriptlet had some horrible hack to try and turn on synchronous
writes if /var was on ext2. That hasn't been useful for a long time.
cyrus no longer builds static libraries, so don't bother having the
-devel package provide a -static package.
Scriptlet dependencies were weird across the board; the -utils package
had scriptlet deps but didn't even have any scriptlets. Clean all of
that up.
2016-11-23 19:38:56 -06:00
Jason Tibbitts
92f542ee81
Update %changelog.
2016-11-23 19:25:21 -06:00
Jason Tibbitts
04c5de2868
Switch some pointless perl calls to sed.
2016-11-23 18:56:25 -06:00
Jason Tibbitts
6233132f55
Clean up file list. First buildable package.
2016-11-23 18:31:00 -06:00
Jason Tibbitts
212beead41
Make -devel own the unversioned .so files.
2016-11-23 18:10:10 -06:00
Jason Tibbitts
b324cd1fc2
Runtime dep on shadow-utils was on the wrong package
2016-11-23 18:07:21 -06:00
Jason Tibbitts
a09d37dcda
Depend on pkgconfig for proper dir ownership
2016-11-23 18:06:10 -06:00
Jason Tibbitts
e27ddb3117
Remove .la files; package pkgconfig files in -devel.
2016-11-23 18:03:38 -06:00
Jason Tibbitts
26a5a53fdc
Further work.
...
Properly build the Perl modules
Start cleaning up the file lists.
2016-11-23 17:59:00 -06:00
Jason Tibbitts
95c4f40167
Remove some commented cruft that's no longer useful
2016-11-23 11:16:12 -06:00
Jason Tibbitts
83cd0005a8
Remove unrecognized --disable-listext config option
2016-11-23 10:16:47 -06:00
Jason Tibbitts
b46d117410
Don't assume .gz extension on manpages.
2016-11-23 01:32:30 -06:00
Jason Tibbitts
f3be05b9b0
Further cleanips, closer to a clean build
2016-11-23 01:31:03 -06:00
Jason Tibbitts
1df29a310b
Further fork on getting things installed.
...
Also more cleanups.
2016-11-22 19:24:55 -06:00
Jason Tibbitts
779e0eeecc
More cleanups.
...
Additional four-space indentation.
Missed an instance of %{__perl}.
2016-11-22 17:59:47 -06:00
Jason Tibbitts
1e1862cca0
Big cleanups
...
/etc is way shorter and less obscuring than %{_sysconfdir}.
Reorder %configure options.
Add %configure options for new features.
Add build dependencies for those features.
Just build with %make_build. No need to get fancy.
When calling perl, we can just use "perl". Still use the macro for
actually embedding the path to perl into compiled code.
Just use the default compilation flags. The hardened flags are default
now.
Start using four space indentation.
2016-11-22 17:50:27 -06:00
Jason Tibbitts
58e16e03d3
Merge branch 'master' of ssh://pkgs.fedoraproject.org/cyrus-imapd
2016-11-22 15:33:23 -06:00
Jason Tibbitts
9d73bed94f
Begin update to 2.5.10.
...
Remove all patches.
Calling autoconf in %prep is horrible.
2016-11-22 15:31:53 -06:00
Petr Písař
dbbea06f03
Mandatory Perl build-requires added < https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl >
2016-06-24 09:20:11 +02:00
Jitka Plesnikova
e17985f8e2
Perl 5.24 rebuild
2016-05-17 03:53:35 +02:00
Dennis Gilmore
b3e5249a28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2016-02-03 18:24:28 +00:00
Jason Tibbitts
a55fa566f7
Update to 2.4.18 and backport security patch.
2015-10-01 11:26:48 -05:00
Jason Tibbitts
399f01ad19
Clean up a bit.
2015-09-09 15:21:48 -05:00
Jason Tibbitts
10e891f3e8
Fix build failure.
2015-08-08 21:22:09 -05:00
Kevin Fenzi
5a9e83409c
Rebuild for new librpm
2015-07-29 20:44:17 -06:00
Dennis Gilmore
632c60c46f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2015-06-17 03:38:31 +00:00
Jitka Plesnikova
05e098019d
Perl 5.22 rebuild
2015-06-05 11:24:55 +02:00
Jitka Plesnikova
714522492f
Perl 5.20 rebuild
2014-08-27 12:28:58 +02:00
Peter Robinson
ccf804f285
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
2014-08-16 02:04:36 +00:00
Dennis Gilmore
f2d9bd53f6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2014-06-07 01:39:34 -05:00