Author: witekfl Date: Thu Jul 29 16:53:43 2010 GMT Module: packages Tag: HEAD ---- Log message: - new
---- Files affected: packages/lxnm: lxnm.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/lxnm/lxnm.spec diff -u /dev/null packages/lxnm/lxnm.spec:1.1 --- /dev/null Thu Jul 29 18:53:43 2010 +++ packages/lxnm/lxnm.spec Thu Jul 29 18:53:38 2010 @@ -0,0 +1,52 @@ +# $Revision$, $Date$ +Summary: Lightweight stand-alone network manager +Name: lxnm +Version: 0.2.2 +Release: 1 +License: GPL v2 +Group: X11/Applications/Networking +Source0: http://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.gz +# Source0-md5: 2ee64e5fad4a27a522f1eb2da08dd46a +URL: http://www.lxde.org/ +BuildRequires: glib2-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +LXNetdaemon is a fast, lightweight, stand-alone network manager. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/{frp,ur_PK} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS README +%attr(755,root,root) %{_sbindir}/lxnm +%attr(755,root,root) %{_datadir}/lxnm +%{_mandir}/man1/lxnm* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2010/07/29 16:53:38 witekfl +- new + + + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
