SPECS: wlassistant.spec (NEW) - init
spider
spider at pld-linux.org
Wed Jun 15 15:56:38 CEST 2005
Author: spider Date: Wed Jun 15 13:56:38 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- init
---- Files affected:
SPECS:
wlassistant.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/wlassistant.spec
diff -u /dev/null SPECS/wlassistant.spec:1.1
--- /dev/null Wed Jun 15 15:56:38 2005
+++ SPECS/wlassistant.spec Wed Jun 15 15:56:33 2005
@@ -0,0 +1,65 @@
+# $Revision$, $Date$
+Summary: Wireless Network Assistant
+Summary(pl): Asystent Sieci Bezprzewodowej
+Name: wlassistant
+Version: 0.3.9
+Release: 1
+License: GPL v2
+Group: X11/Applications
+Source0: http://dl.sourceforge.net/wlassistant/%{name}-%{version}.tar.bz2
+# Source0-md5: fd414931788e1c95fc9af5f99c22a042
+URL: http://wlassistant.sourceforge.net/
+BuildRequires: kdelibs-devel
+BuildRequires: libjpeg-devel
+BuildRequires: libpng-devel
+BuildRequires: zlib-devel
+BuildRequires: qt-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Wireless Network Assistant.
+
+%description -l pl
+Asystent Sieci Bezprzewodowej.
+
+%prep
+%setup -q
+
+%build
+%{__make} -f Makefile.cvs
+%configure \
+%ifarch amd64
+ --enable-libsuffix=64
+%endif
+
+%{__make} \
+ CFLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/applnk/Utilities/wlassistant.desktop
+%{_datadir}/apps/wlassistant
+%{_datadir}/config.kcfg/waconfig.kcfg
+%{_datadir}/icons/*/*x*/apps/wlassistant.png
+
+
+%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 2005/06/15 13:56:33 spider
+- init
+
================================================================
More information about the pld-cvs-commit
mailing list