https://bugzilla.redhat.com/show_bug.cgi?id=1022283



--- Comment #33 from Mosaab Alzoubi <[email protected]> ---
First Sample :

# Module Sample:
# %package %{module}
# Summary: %{summary_of_module}
# License: %{license_of_module}
#
# %build %{module}
# gnulib-build --create-testdir --dir=%{somedir} %{module}
# cd %{somedir}
# ./configure --prefix=/usr
# make %{?_smp_mflags}
#
# %install %{module}
# make install DESTDIR=%{buildroot}
# help2man -N --no-discard-stderr %{buildroot}%{_bindir}/%{module} >
%{buildroot}%{_mandir}/man1/%{module}.1
#
# %files %{module}
# %{_bindir}/%{module}
# %{_mandir}/*/%{module}.*

Any ideas :)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to