Commit Graph
27 Commits
Author SHA1 Message Date
stevenpritchard 5f08bd26aa 1.67 final.
- Complete .tgz support.
- Ignore path parts of file names.
2006-07-13 21:57:16 +00:00
stevenpritchard 4f51546ce6 Add patch from Ian Burrell to support .tgz archives. 2006-07-01 23:16:09 +00:00
stevenpritchard e1d5e86e0f Do a case-insensitive match on the possible licenses. 2006-05-25 00:33:47 +00:00
stevenpritchard 4224db9b04 Exclude NINJA. 2006-05-20 21:19:38 +00:00
stevenpritchard 2da612f4e9 1.66 final 2006-05-16 23:09:03 +00:00
stevenpritchard 2c15b71d32 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.
2006-05-16 22:55:45 +00:00
stevenpritchard cf1a9dd0d7 Fix the path to rpm. 2006-05-16 00:12:02 +00:00
stevenpritchard 2ccb07fad3 Add --epoch option. 2006-05-15 23:32:46 +00:00
stevenpritchard 972c700e29 Strip leading [Vv]\.? from spec Version. 2006-05-05 22:01:04 +00:00
stevenpritchard 99660272fa Fix broken regex. 2006-05-04 16:18:17 +00:00
stevenpritchard a8aabfda51 1.65 final. 2006-04-26 21:08:41 +00:00
stevenpritchard 99e6c2d90c Use %{__perl} instead of just "perl" when running Build.PL. 2006-04-22 00:10:14 +00:00
stevenpritchard 0c23aa448b Massage $summary (capitalize, remove trailing ".", remove leading "A"). 2006-04-10 21:01:52 +00:00
stevenpritchard 6c489e3678 Capitalize $summary. 2006-04-10 20:47:49 +00:00
stevenpritchard e955bbc180 Exclude inc (suggested by Ian Burrell). 2006-04-05 01:08:45 +00:00
stevenpritchard ee2b509133 1.64 2006-03-25 01:46:12 +00:00
stevenpritchard 6a0d77afa4 Look a couple more places for %description/Summary. 2006-03-24 20:43:18 +00:00
stevenpritchard 658aa8bfcf Avoid adding common directories to @doc. 2006-03-24 19:52:38 +00:00
stevenpritchard e29526279b Choose Build.PL over Makefile.PL. 2006-03-24 19:38:24 +00:00
stevenpritchard 17da2ce6b4 Sort module list in Build.PL.
The version number is *1*.whatever, not 0.
Update for 1.63 release.
2006-03-24 16:20:04 +00:00
stevenpritchard ff68118ba1 Look in $name.pod for %description and Summary also.
Avoid useless "Summary: SYNOPSIS".
2006-03-24 01:07:23 +00:00
stevenpritchard a833b1932b Update notes. 2006-03-23 02:01:28 +00:00
stevenpritchard 181b9c65a5 Add detection of Summary and %description. 2006-03-23 01:57:12 +00:00
stevenpritchard ca4c22cf9d Force en_US.UTF-8. 2006-03-11 18:35:39 +00:00
stevenpritchard 8d1e43228f Add --version.
Bump version to 1.61.
2006-03-11 18:24:45 +00:00
stevenpritchard 0a4cb1c74b Fix path check to allow for a directory without a trailing /.
(Found in Module::Install 0.59.)
2006-03-09 21:21:19 +00:00
stevenpritchard 2d8d6f8f39 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
2006-03-09 14:52:15 +00:00