Author: patrys Date: Tue Oct 9 14:27:15 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - fix es_ES locale - add missingok patch to parse our channels
---- Files affected: SPECS: smart.spec (1.26 -> 1.27) ---- Diffs: ================================================================ Index: SPECS/smart.spec diff -u SPECS/smart.spec:1.26 SPECS/smart.spec:1.27 --- SPECS/smart.spec:1.26 Tue Oct 9 15:50:58 2007 +++ SPECS/smart.spec Tue Oct 9 16:27:10 2007 @@ -11,7 +11,7 @@ Summary(pl.UTF-8): Narzędzie do obsługi pakietów nowej generacji Name: smart Version: 0.52 -Release: 0.1 +Release: 0.2 License: GPL Group: Applications/System Source0: http://labix.org/download/smart/%{name}-%{version}.tar.bz2 @@ -23,6 +23,7 @@ Patch1: %{name}-pyc.patch Patch2: %{name}-archscore.patch Patch3: %{name}-am110.patch +Patch4: %{name}-missingok.patch URL: http://labix.org/smart/ %if %{with kde} BuildRequires: kdelibs-devel @@ -94,6 +95,7 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 # %{_libdir} is hardcoded %{__sed} -i -e's,/usr/lib/,%{_libdir}/,' smart/const.py @@ -143,6 +145,8 @@ install %{SOURCE3} $RPM_BUILD_ROOT%{_desktopdir}/%{name}-kde.desktop %endif +mv -f $RPM_BUILD_ROOT%{_datadir}/locale/{es_ES,es} + %find_lang %{name} %py_postclean @@ -231,6 +235,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.27 2007/10/09 14:27:10 patrys +- fix es_ES locale +- add missingok patch to parse our channels + Revision 1.26 2007/10/09 13:50:58 patrys - 0.52 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/smart.spec?r1=1.26&r2=1.27&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
