aboutsummaryrefslogtreecommitdiffstats
path: root/specgen.sh
Commit message (Collapse)AuthorAgeFilesLines
* Convert most references from berlios.de to sourceforge.net.Matthias Andree2014-05-211-3/+3
| | | | Re-sign EN and SAs because that broke signatures.
* Remove LSM-related stuff from the distribution.Matthias Andree2012-12-231-3/+0
| | | | | | | IBiblio no longer accepts submissions, and considers itself an archive. There is no point in our carrying forward any related material, if needed for reference purposes, it can be fetched from older versions in the Git repository.
* Update. Remove ESR, no longer maintainer.Matthias Andree2010-04-061-1/+1
|
* Drop obsolete --without-included-gettext ./configure option from .spec.Matthias Andree2009-10-301-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5448
* Package README.SSL-SERVER in RPMs.Matthias Andree2009-05-091-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5298
* Fix %files section for systems with dual 32-/64-bit libs (x86_64).Matthias Andree2006-11-221-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4957
* update French fetchmailconf description.Matthias Andree2006-04-191-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4807
* complete <French> courriers -> courrier changeMatthias Andree2006-04-141-3/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=4799
* <French> courriers -> courrierMatthias Andree2006-04-141-10/+9
| | | | svn path=/branches/BRANCH_6-3/; revision=4798
* Minor revision of French translation after comments from Luc Pionchon.Matthias Andree2006-04-141-3/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=4797
* Correct daemon (which isn't translated into French). (Stéphane Schildknecht)Matthias Andree2006-04-141-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4796
* Updated French descriptions for the .spec file (Stéphane Schildknecht)Matthias Andree2006-04-141-7/+15
| | | | svn path=/branches/BRANCH_6-3/; revision=4795
* Fix typo in French text, connait -> connaît.Matthias Andree2006-04-131-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4793
* Add Vietnamese translation, courtesy of Clytie Siddall.Matthias Andree2006-04-121-6/+24
| | | | | | | Sort Summary by ISO language code (Clytie Siddall). Formatting fixes (line length + TAB consistency, Matthias Andree). svn path=/branches/BRANCH_6-3/; revision=4792
* Convert to UTF-8 to support future translations.Matthias Andree2006-04-111-33/+34
| | | | svn path=/branches/BRANCH_6-3/; revision=4790
* Clean up after build.Matthias Andree2006-01-221-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4680
* Add debug package (really).Matthias Andree2006-01-221-2/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4676
* Remove BUGS, add debugpackage macro for newer RPM versions.Matthias Andree2006-01-221-1/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=4674
* Support 'make lsm' to generate a .lsm file for ftp.ibiblio.com:/pub/Linux ↵Matthias Andree2005-12-041-0/+3
| | | | | | | | uploads. This is meant to replace the insufficient rpm2lsm script. svn path=/branches/BRANCH_6-3/; revision=4502
* Revert - RPM doesn't cope with multiple BuildArch per file.Matthias Andree2005-11-301-1/+0
| | | | svn path=/branches/BRANCH_6-3/; revision=4497
* Build fetchmailconf as architecture-independent 'noarch' RPM.Matthias Andree2005-11-301-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4496
* Add PDF FAQ, formatted for duplex printing on ISO A4.Matthias Andree2005-11-271-0/+1
| | | | svn path=/trunk/; revision=4485
* Major overhaul:Matthias Andree2005-11-211-10/+24
| | | | | | | | | | | - drop the bogus email address calculation (it didn't work on NIS or LDAP clients anyways), hardcode fetchmail-devel mailing list at lists.berlios.de - add some magic so that RPMs can be built from -rc versions (or other versions that contain a MINUS character) - drop --enable-inet6, no longer needed and no longer supported svn path=/trunk/; revision=4471
* Cleanup. Sunil Shetye.Matthias Andree2005-11-211-6/+6
| | | | svn path=/trunk/; revision=4469
* Fix installation without Python. Sunil Shetye, reported by Peter Church.Matthias Andree2005-11-191-16/+20
| | | | svn path=/trunk/; revision=4466
* Update.Matthias Andree2005-08-021-1/+3
| | | | svn path=/trunk/; revision=4226
* Add BUGS document.Matthias Andree2005-07-201-1/+1
| | | | svn path=/trunk/; revision=4137
* Add new design notes document.Matthias Andree2005-07-201-0/+1
| | | | svn path=/trunk/; revision=4126
* Rename design-notes.html to esrs-design-notes.html. Remove ~esr/ path from ↵Matthias Andree2005-07-201-1/+1
| | | | | | links. svn path=/trunk/; revision=4124
* Revise %files section, moving fetchmailconf manual page where it belongs,Matthias Andree2005-07-111-28/+43
| | | | | | | | | | adding a second defattr for the fetchmailconf package. Revise German descriptions. Update build/install process to new automake features. Require smtp_daemon rather than smtpdaemon on suse. Enable NLS (i18n). svn path=/trunk/; revision=4113
* Add a THANKS file, split older news out to OLDNEWS file.Matthias Andree2005-04-241-1/+1
| | | | svn path=/trunk/; revision=4034
* Remove line break that slipped in accidentally when adding FM_NAME override.Matthias Andree2004-06-201-2/+1
| | | | svn path=/trunk/; revision=3919
* Make sure we're using a non-localized date. Allow overrides for user, domain,Matthias Andree2004-06-191-3/+8
| | | | | | and name by using FM_USER, FM_NAME, FM_DOMAIN from the environment. svn path=/trunk/; revision=3908
* Start converting release scripts over to new environmentRob Funk2004-06-181-5/+13
| | | | svn path=/trunk/; revision=3894
* No more going root to buiild RPMs.Eric S. Raymond2004-01-121-0/+1
| | | | svn path=/trunk/; revision=3869
* We're about to get rid of specgen.sh.Eric S. Raymond2004-01-121-0/+6
| | | | svn path=/trunk/; revision=3866
* Undo an earlier error.Eric S. Raymond2003-07-221-1/+1
| | | | svn path=/trunk/; revision=3830
* Version bump.Eric S. Raymond2003-02-281-1/+1
| | | | svn path=/trunk/; revision=3795
* Fix SSL build generation.Eric S. Raymond2002-10-181-1/+1
| | | | svn path=/trunk/; revision=3737
* SSL port fix.Eric S. Raymond2002-09-041-1/+1
| | | | svn path=/trunk/; revision=3694
* Correct site.Eric S. Raymond2002-07-301-1/+1
| | | | svn path=/trunk/; revision=3683
* Build with what's in Red Hat 7.3.Eric S. Raymond2002-06-221-1/+1
| | | | svn path=/trunk/; revision=3655
* Resync with Red Hat.Eric S. Raymond2001-03-291-2/+2
| | | | svn path=/trunk/; revision=3276
* Disable NLS.Eric S. Raymond2001-03-051-2/+2
| | | | svn path=/trunk/; revision=3200
* sample.rcfile is gone.Eric S. Raymond2001-03-021-1/+1
| | | | svn path=/trunk/; revision=3177
* Before showdots,Eric S. Raymond2000-10-081-1/+1
| | | | svn path=/trunk/; revision=2975
* Removed "LOADLIBS=-ldes425 -lcrypt -lresolv -lkrb5 -lcom_err -lfl";Eric S. Raymond2000-09-081-1/+1
| | | | | | this breaks the rpnm build. svn path=/trunk/; revision=2965
* Horst von Brand's security and specfile patches.Eric S. Raymond2000-08-301-6/+6
| | | | svn path=/trunk/; revision=2956
* Typo fix.Eric S. Raymond2000-07-231-1/+1
| | | | svn path=/trunk/; revision=2934
* Stop compressing the manual page. This comfuses RPM 4.0.Eric S. Raymond2000-07-231-3/+2
| | | | svn path=/trunk/; revision=2929