-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install the README when building the RPM. Use the bzip2-compressed
tarball for RPM. Don't install the LICENSE file, Debian doesn't like that. Add a fix for RPM gzipping manual pages when installing.
- Loading branch information
Jan Urbański
committed
Jan 30, 2009
1 parent
aba49ba
commit 9f28017
Showing
3 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
python setup.py install --root="$RPM_BUILD_ROOT" --record=INSTALLED_FILES | ||
sed -i -e 's/.*man.*\.[0-9]$/&.gz/' INSTALLED_FILES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters