Author: wolvverine Date: Sun May 7 23:24:22 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - ready to testing
---- Files affected: SPECS: GwifiMeter.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/GwifiMeter.spec diff -u SPECS/GwifiMeter.spec:1.3 SPECS/GwifiMeter.spec:1.4 --- SPECS/GwifiMeter.spec:1.3 Mon May 8 01:13:28 2006 +++ SPECS/GwifiMeter.spec Mon May 8 01:24:16 2006 @@ -1,6 +1,4 @@ # $Revision$, $Date$ -#TODO -# - build Summary: GwifiMeter Summary(pl): GwifiMeter Name: GwifiMeter @@ -12,6 +10,7 @@ # Source0-md5: dd390e5d3901fe917d4b221c32412c54 URL: http://www.gwifimeter.republika.pl BuildRequires: gtk+2-devel >= 2:2.6.9 +BuildRequires: pkgconfig Requires: wireless-tools BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -28,24 +27,21 @@ %build %{__make} -# CFLAGS="%{rpmcflags}" \ -# LDFLAGS="%{rpmldflags}" %install rm -rf $RPM_BUILD_ROOT -# create directories if necessary -#install -d $RPM_BUILD_ROOT -#install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} +install -d $RPM_BUILD_ROOT%{_bindir} +install %{name} $RPM_BUILD_ROOT%{_bindir}/%{name} -%{__make} install \ - DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc HISTORIA README +%doc HISTORIA README profile-example +%attr(755,root,root) %{_bindir}/%{name} + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -53,6 +49,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2006/05/07 23:24:16 wolvverine +- ready to testing + Revision 1.3 2006/05/07 23:13:28 wolvverine - correct ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/GwifiMeter.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
