Author: oden Date: Fri Feb 2 12:41:35 2007 New Revision: 115903 Added: packages/cooker/awffull/current/SOURCES/awffull-3.7.3.tar.bz2 (contents, props changed) Removed: packages/cooker/awffull/current/SOURCES/awffull-3.7.2.tar.bz2 packages/cooker/awffull/current/SOURCES/awffull-no_utf-8.diff Modified: packages/cooker/awffull/current/SPECS/awffull.spec
Log: - 3.7.3 - drop the no_utf-8 patch - don't use the locale rpm macros, it is a lot of overhead if you want to use uninstalled languages later on... Added: packages/cooker/awffull/current/SOURCES/awffull-3.7.3.tar.bz2 ============================================================================== Binary file. No diff available. Modified: packages/cooker/awffull/current/SPECS/awffull.spec ============================================================================== --- packages/cooker/awffull/current/SPECS/awffull.spec (original) +++ packages/cooker/awffull/current/SPECS/awffull.spec Fri Feb 2 12:41:35 2007 @@ -1,6 +1,6 @@ Summary: AWFFull - A Webalizer Fork, Full o' Features! Name: awffull -Version: 3.7.2 +Version: 3.7.3 Release: %mkrel 1 License: GPL Group: Monitoring @@ -9,7 +9,6 @@ Source1: http://flags.blogpotato.de/zip/world.zip Source2: http://flags.blogpotato.de/zip/special.zip Patch0: awffull-mdv_conf.diff -Patch2: awffull-no_utf-8.diff Requires: apache Requires: geoip # webapp macros and scriptlets @@ -110,7 +109,6 @@ %setup -q -n %{name}-%{version} %patch0 -p0 -%patch2 -p0 unzip -d flags -f %{SOURCE1} unzip -d flags -f %{SOURCE2} @@ -121,13 +119,6 @@ %make -#pushd po -# LANGUAGES=`cat LINGUAS | grep -v ^#` -# for i in $LANGUAGES; do -# msgconv -t UTF-8 $i.po > $i.po~; mv $i.po~ $i.po; make $i.gmo -# done -#popd - %install rm -rf %{buildroot} @@ -181,8 +172,6 @@ EOF chmod 755 %{buildroot}%{_sysconfdir}/cron.daily/%{name} -%find_lang %{name} - %post %_post_webapp @@ -192,7 +181,7 @@ %clean rm -rf %{buildroot} -%files -f %{name}.lang +%files %defattr(-,root,root) %doc COPYING ChangeLog PERFORMANCE_TIPS.txt README* TODO country-codes.txt %config(noreplace) %{_sysconfdir}/awffull.conf @@ -203,3 +192,4 @@ %{_mandir}/man1/* %{_localstatedir}/%{name} /var/www/icons/flags/* +%{_datadir}/locale/*/LC_MESSAGES/%{name}.mo
