-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also in manpage, macro .fi should be used instead of .ni
- Loading branch information
Showing
2 changed files
with
8 additions
and
5 deletions.
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Name: omping | ||
Version: 0.0.1 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
Summary: Utility to test IP multicast functionality | ||
Group: Applications/Internet | ||
License: ISC | ||
|
@@ -20,7 +20,7 @@ make %{?_smp_mflags} CFLAGS="%{optflags}" | |
|
||
%install | ||
rm -rf %{buildroot} | ||
make DESTDIR="%{buildroot}" PREFIX="/usr" install | ||
make DESTDIR="%{buildroot}" PREFIX="%{_prefix}" install | ||
|
||
%clean | ||
rm -rf %{buildroot} | ||
|
@@ -32,5 +32,8 @@ rm -rf %{buildroot} | |
%{_mandir}/man8/* | ||
|
||
%changelog | ||
* Wed Nov 24 2010 Jan Friesse <[email protected]> - 0.0.1-2 | ||
- Change hard coded prefix path to macro | ||
|
||
* Fri Nov 19 2010 Jan Friesse <[email protected]> - 0.0.1-1 | ||
- Initial package for Fedora |