58 lines
1.7 KiB
Plaintext
58 lines
1.7 KiB
Plaintext
1.67 2006-07-13
|
|
|
|
* Exclude NINJA.
|
|
* Do a case-insensitive match on the possible licenses.
|
|
* Add a patch from Ian Burrell to support .tgz archives.
|
|
* Handle files that aren't in the current directory properly.
|
|
|
|
1.66 2006-05-16
|
|
|
|
* Fix $summary modification.
|
|
* Strip leading [Vv]\.? from spec Version.
|
|
* Add --epoch option.
|
|
* rpm is in /bin, not /usr/bin.
|
|
* Update list of licenses, and fix some to agree with rpmlint.
|
|
* Use "$dep" instead of "$module" in a lot of loops to not conflict
|
|
with $module that stores the name of the module we're working on.
|
|
* Add --follow and some simple code to fetch build dependencies.
|
|
|
|
1.65 2006-04-26
|
|
|
|
* Exclude inc (suggested by Ian Burrell).
|
|
* Massage $summary (capitalize, remove trailing ".", remove leading "A").
|
|
* Use %{__perl} instead of just "perl" when running Build.PL.
|
|
|
|
1.64 2006-03-24
|
|
|
|
* Look a couple more places for %description/Summary.
|
|
* Avoid adding common directories to @doc.
|
|
* If there is a Build.PL and a Makefile.PL, use Build.PL.
|
|
|
|
1.63 2006-03-24
|
|
|
|
* Look in $name.pod for %description and Summary also.
|
|
* Avoid useless "Summary: SYNOPSIS".
|
|
|
|
1.62 2006-03-22
|
|
|
|
* Improve auto-detection of %description and Summary.
|
|
|
|
1.61 2006-03-11
|
|
|
|
* Add this file.
|
|
* Add some command-line options:
|
|
|
|
--filter-requires Specify Requires to remove
|
|
--filter-provides Specify Provides to remove
|
|
--add-requires Add Requires for this item
|
|
--add-provides Add Provides for this item
|
|
--add-buildrequires Add BuildRequires for this item
|
|
--version Print the version and exit
|
|
|
|
* Fix path check to allow for a directory without a trailing /.
|
|
(Found in Module::Install 0.59.)
|
|
* Force en_US.UTF-8.
|
|
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=185192
|
|
|
|
# vi: set ai et:
|