Author: lisu Date: Wed Jan 19 13:07:25 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.38.0 by Basia Zulawnik (madget <at> o2 <dot> pl) - __rm macros
---- Files affected: packages/subtitleeditor: subtitleeditor.spec (1.19 -> 1.20) ---- Diffs: ================================================================ Index: packages/subtitleeditor/subtitleeditor.spec diff -u packages/subtitleeditor/subtitleeditor.spec:1.19 packages/subtitleeditor/subtitleeditor.spec:1.20 --- packages/subtitleeditor/subtitleeditor.spec:1.19 Tue Oct 12 14:31:32 2010 +++ packages/subtitleeditor/subtitleeditor.spec Wed Jan 19 14:07:20 2011 @@ -5,12 +5,12 @@ Summary: GTK+ tool to edit subtitles Summary(pl.UTF-8): Narzędzie napisane w GTK+ do edycji napisów Name: subtitleeditor -Version: 0.37.1 +Version: 0.38.0 Release: 1 License: GPL v3+ Group: X11/Applications -Source0: http://download.gna.org/subtitleeditor/0.37/%{name}-%{version}.tar.gz -# Source0-md5: cc44f2cb46164e0b61c38fe3d1bef2b3 +Source0: http://download.gna.org/subtitleeditor/0.38/%{name}-%{version}.tar.gz +# Source0-md5: 2c4d7d4bd79f45effcea279a2e06ca66 URL: http://home.gna.org/subtitleeditor/ BuildRequires: autoconf >= 2.59 BuildRequires: automake @@ -67,9 +67,9 @@ DESTDIR=$RPM_BUILD_ROOT # remove pt_PT as there is already pt locale -rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/pt_PT +%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/pt_PT -rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/{actions,subtitleformats}/*.la +%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/{actions,subtitleformats}/*.la %find_lang %{name} @@ -153,6 +153,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.20 2011/01/19 13:07:20 lisu +- updated to 0.38.0 by Basia Zulawnik (madget <at> o2 <dot> pl) +- __rm macros + Revision 1.19 2010/10/12 12:31:32 lisu - R: gstreamer-imagesink-xv ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/subtitleeditor/subtitleeditor.spec?r1=1.19&r2=1.20&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
