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


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

Martin Gieseking <martin.giesek...@uos.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |martin.giesek...@uos.de

--- Comment #4 from Martin Gieseking <martin.giesek...@uos.de> 2011-02-14 
09:54:50 EST ---
The source archive contains prebuilt binaries in src/. These must be removed to
ensure that all binaries are newly created during the build process.
Thus, add the following lines to %prep:
  cd src
  rm -rf .libs .deps *.o *.lo *.la

I also recommend to checkout the sources with "svn export" to avoid creating
.svn directories.

Since you grabbed the sources from the svn trunk, the package provides a
snapshot release. Please see here how to reflect this in the Release field:
http://fedoraproject.org/wiki/PackageNamingGuidelines#Snapshot_packages

If you want to maintain this package for EPEL < 6 too, you must add a %clean
section. Otherwise, don't remove %clean only but also drop the BuildRoot tag
and rm -rf $RPM_BUILD_ROOT (in %install).

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to