Author: glen Date: Tue Jan 2 11:45:27 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - made homepage, use make and optflags
---- Files affected: SPECS: cl.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/cl.spec diff -u SPECS/cl.spec:1.1 SPECS/cl.spec:1.2 --- SPECS/cl.spec:1.1 Tue Jan 2 11:48:44 2007 +++ SPECS/cl.spec Tue Jan 2 12:45:22 2007 @@ -5,8 +5,9 @@ Release: 0.1 License: RPL Rebane Public License (beerware) Group: Applications/System -Source0: http://rebane.alkohol.ee/%{name}.c.txt -# Source0-md5: cf7cc688e32668bc297477a15069e299 +Source0: http://glen.alkohol.ee/cl/%{name}-%{version}.tar.bz2 +# Source0-md5: 05797d09bbb4d4c8b8c5024e6fb21ed0 +URL: http://glen.alkohol.ee/cl/ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -16,17 +17,16 @@ rm -rf $RPM_BUILD_ROOT %prep -%setup -qcT -cp %{SOURCE0} cl.c +%setup -q %build -%{__cc} cl.c -o cl -lpam +%{__make} \ + OPTFLAGS="%{rpmcflags}" %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_sbindir} - -install cl $RPM_BUILD_ROOT%{_sbindir} +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT %files %defattr(644,root,root,755) @@ -38,6 +38,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2007/01/02 11:45:22 glen +- made homepage, use make and optflags + Revision 1.1 2007/01/02 10:48:44 glen - new - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/cl.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
