Author: adamg Date: Sat Feb 26 11:44:13 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - simplified %%setup - added Requires: vim - release 3
---- Files affected: SPECS: pldconf.spec (1.53 -> 1.54) ---- Diffs: ================================================================ Index: SPECS/pldconf.spec diff -u SPECS/pldconf.spec:1.53 SPECS/pldconf.spec:1.54 --- SPECS/pldconf.spec:1.53 Sat Jan 1 13:35:39 2005 +++ SPECS/pldconf.spec Sat Feb 26 12:44:07 2005 @@ -3,7 +3,7 @@ Summary(pl): Narzędzie do konfiguracji Linuksa PLD Name: pldconf Version: 0.3.15 -Release: 2 +Release: 3 License: GPL Group: Applications/System Source0: http://www.inf.sgsp.edu.pl/pub/PROGRAMY/PLD/RPM/%{name}-%{version}.tar.gz @@ -18,6 +18,7 @@ Requires: which Requires: %{_bindir}/perl Requires: less +Requires: vim BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -37,7 +38,7 @@ graficznego, sieci, menadżera startu. %prep -%setup -q -n %{name}-%{version} +%setup -q %install rm -rf $RPM_BUILD_ROOT @@ -141,6 +142,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.54 2005/02/26 11:44:07 adamg +- simplified %%setup +- added Requires: vim +- release 3 + Revision 1.53 2005/01/01 12:35:39 djrzulf - less is needed - STBR, ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/pldconf.spec?r1=1.53&r2=1.54&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
