SPECS: GwifiMeter.spec (NEW) - init

wolvverine wolvverine at pld-linux.org
Mon May 8 00:41:27 CEST 2006


Author: wolvverine                   Date: Sun May  7 22:41:27 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init

---- Files affected:
SPECS:
   GwifiMeter.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/GwifiMeter.spec
diff -u /dev/null SPECS/GwifiMeter.spec:1.1
--- /dev/null	Mon May  8 00:41:27 2006
+++ SPECS/GwifiMeter.spec	Mon May  8 00:41:22 2006
@@ -0,0 +1,60 @@
+# $Revision$, $Date$
+#TODO
+# - %build , %install , %files
+Summary:	GwifiMeter
+Summary(pl):	GwifiMeter
+Name:		GwifiMeter
+Version:	0.2.0
+Release:	0.1
+License:	GPL v2
+Group:		Applications
+Source0:	http://www.gwifimeter.republika.pl/%{name}.src-%{version}.tar.gz
+# Source0-md5:	dd390e5d3901fe917d4b221c32412c54
+#Patch0:		%{name}-DESTDIR.patch
+URL:		http://www.gwifimeter.republika.pl
+BuildRequires:	gtk+2-devel >= 2.6.9
+Requires:	wireles-tools
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+-
+
+%description -l pl
+Program jest interfejsem graficznym dla poleceż z pakietu
+wireless-tools ,ifconfig ,route ,dhclient i pozwala na zarzżdzanie
+kartami wifi pod linuxem . Oprogramowanie powstażo w oparciu o gtk2.
+
+%prep
+%setup -q -n %{name}
+
+%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}
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc HISTORIA README
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/05/07 22:41:22  wolvverine
+- init
+
+
================================================================


More information about the pld-cvs-commit mailing list