Author: glen Date: Mon Jan 2 08:21:40 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - can't call scripts belonging to package in %pre; rel 3 (thx ankry for pointing it out)
---- Files affected: SPECS: w32codec.spec (1.77 -> 1.78) ---- Diffs: ================================================================ Index: SPECS/w32codec.spec diff -u SPECS/w32codec.spec:1.77 SPECS/w32codec.spec:1.78 --- SPECS/w32codec.spec:1.77 Sun Nov 27 14:44:59 2005 +++ SPECS/w32codec.spec Mon Jan 2 09:21:35 2006 @@ -1,11 +1,7 @@ # $Revision$, $Date$ # Conditional build: %bcond_with license_agreement # generates package -# -#%define source_url ftp://ftp1.mplayerhq.hu/MPlayer/releases/codecs/ -#%define source_url ftp://ftp2.mplayerhq.hu/MPlayer/releases/codecs/ -#%define source_url http://www1.mplayerhq.hu/MPlayer/releases/codecs/ -%define source_url http://www2.mplayerhq.hu/MPlayer/releases/codecs/ +%define source_url http://www2.mplayerhq.hu/MPlayer/releases/codecs/ Summary: Binary compression/decompression libraries used by movie players Summary(pl): Binarne biblioteki do kompresji/dekompresji dla odtwarzaczy filmów @@ -16,7 +12,8 @@ Name: %{base_name}-installer %endif Version: 20050412 -Release: 2%{?with_license_agreement:wla} +%define _rel 3 +Release: %{_rel}%{?with_license_agreement:wla} Group: Libraries License: Free for non-commercial use %if %{with license_agreement} @@ -103,7 +100,7 @@ %endif %if %{without license_agreement} -%pre +%post %{_bindir}/%{base_name}.install %endif @@ -125,6 +122,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.78 2006/01/02 08:21:35 glen +- can't call scripts belonging to package in %pre; rel 3 (thx ankry for pointing it out) + Revision 1.77 2005/11/27 13:44:59 glen - finish it; rel 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/w32codec.spec?r1=1.77&r2=1.78&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
