Author: teodor Date: Sat Feb 25 12:08:53 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added missing Swedish translation - dir name after decompres isn't the same like program name prep section revert to previous version
---- Files affected: SPECS: bashburn.spec (1.20 -> 1.21) ---- Diffs: ================================================================ Index: SPECS/bashburn.spec diff -u SPECS/bashburn.spec:1.20 SPECS/bashburn.spec:1.21 --- SPECS/bashburn.spec:1.20 Sat Feb 25 10:53:03 2006 +++ SPECS/bashburn.spec Sat Feb 25 13:08:46 2006 @@ -4,7 +4,7 @@ Summary(pl): BashBurn - nagrywanie płyt pod konsolą Name: bashburn Version: 1.7.1 -Release: 2 +Release: 3 License: GPL v2 Group: Applications/System Source0: http://dl.sourceforge.net/bashburn/%{_name}-%{version}.tar.gz @@ -36,12 +36,12 @@ - dvdrtools %prep -%setup -q +%setup -q -n %{_name}-%{version} %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{_name}/{burning,config,convert,menus,misc},%{_sysconfdir}} -install -d $RPM_BUILD_ROOT%{_datadir}/%{_name}/lang/{Czech,English,German,Norwegian,Polish,Spanish} +install -d $RPM_BUILD_ROOT%{_datadir}/%{_name}/lang/{Czech,English,German,Norwegian,Polish,Spanish,Swedish} for lng in lang/* ; do install $lng/* $RPM_BUILD_ROOT%{_datadir}/%{_name}/$lng @@ -75,6 +75,7 @@ %lang(es) %{_datadir}/%{_name}/lang/Spanish %lang(nb) %{_datadir}/%{_name}/lang/Norwegian %lang(pl) %{_datadir}/%{_name}/lang/Polish +%lang(sw) %{_datadir}/%{_name}/lang/Swedish %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -82,6 +83,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.21 2006/02/25 12:08:46 teodor +- added missing Swedish translation +- dir name after decompres isn't the same like program name + prep section revert to previous version + Revision 1.20 2006/02/25 09:53:03 qboosh - simplified setup ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/bashburn.spec?r1=1.20&r2=1.21&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
