[Bug 222070] Review Request: prewikka - Prelude IDS Management Console

bugzilla at redhat.com bugzilla at redhat.com
Sat Jan 13 18:39:29 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: prewikka - Prelude IDS Management Console


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





------- Additional Comments From mtasaka at ioa.s.u-tokyo.ac.jp  2007-01-13 13:39 EST -------
And.. where is -5 srpm? -4 srpm does not have README.fedora
and I cannot create -5 srpm by "rpmbuild -bs prewikka.spec"

(In reply to comment #4)
> when I use this:
> 
> %files
> %{python_sitearch}/%{name}/

As commented in comment 3, Writing just
----------------------------------------
%files
<some_directory>
----------------------------------------
without marking as %dir is interpreted as the directory
<some_directory> and all files/directories under the
directory.

> %doc AUTHORS README NEWS HACKING.README README.fedora doc/apache.conf
  when written as this,
  * rpmbuild makes the directory 
    %{buildroot}/%{_datadir}/doc/%{name}-%{version}
  * rpmbuild just copies all the listed files/directories into
    the directory
  * rpmbuild automatically adds automatically the directory
   /%{_datadir}/doc/%{name}-%{version} and all files/directories
   under there into file list and mark all files as %doc.

--------------------------------------------------------------
sed -i -e '/^#!\/usr\/bin\/env python$/d'
%{buildroot}/%{python_sitearch}/%{name}/templates/*
---------------------------------------------------------------
   * After these, please make sure that all files under
     %{python_sitearch}/%{name}/templates/ do _not_ have
     executable permission.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list