[Bug 799896] Review Request: python-django-tracking - Django site visitor tracking, including basic blacklisting

bugzilla at redhat.com bugzilla at redhat.com
Tue Mar 13 19:10:06 UTC 2012


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=799896

Cédric OLIVIER <cedric.olivier at free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cedric.olivier at free.fr

--- Comment #2 from Cédric OLIVIER <cedric.olivier at free.fr> 2012-03-13 15:10:05 EDT ---
As Django, could you use your own %find_lang rather than define locale in
%files section :

# Handling locale files
# This is adapted from the %%find_lang macro, which cannot be directly
# used since Django locale files are not located in %%{_datadir}
#
# The rest of the packaging guideline still apply -- do not list
# locale files by hand!
(cd $RPM_BUILD_ROOT && find . -name 'django*.mo') | %{__sed} -e 's|^.||' |
%{__sed} -e \
   's:\(.*/locale/\)\([^/_]\+\)\(.*\.mo$\):%lang(\2) \1\2\3:' \
   >> %{name}.lang

You can find more about this "problem" here :
https://bugzilla.redhat.com/show_bug.cgi?id=584866

-- 
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.


More information about the package-review mailing list