Author: twittner Date: Tue Mar 27 22:37:46 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - added, not tested yet (only builds on carme)
---- Files affected: SPECS: netclipboard.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/netclipboard.spec diff -u /dev/null SPECS/netclipboard.spec:1.1 --- /dev/null Wed Mar 28 00:37:46 2007 +++ SPECS/netclipboard.spec Wed Mar 28 00:37:41 2007 @@ -0,0 +1,48 @@ +# $Revision$, $Date$ +Summary: Transparent cross-platform clipboard synchronization +#Summary(pl.UTF-8): - +Name: netclipboard +Version: 0.60 +Release: 0.1 +License: GPL v2 +Group: Applications +Source0: http://dl.sourceforge.net/netclipboard/%{name}-%{version}.tar +# Source0-md5: c59fbf9e44bc838bb5e5973c5c01efb6 +URL: http://netclipboard.sourceforge.net/ +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Transparent cross-platform clipboard synchronization. + +#%description -l pl.UTF-8 + +%prep +%setup -q -n %{name} + +%build +qmake +QTDIR=/usr %{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +install -d $RPM_BUILD_ROOT%{_bindir} +install netclip $RPM_BUILD_ROOT%{_bindir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc CHANGES COPYING-EXCEPTION README +%attr(755,root,root) %{_bindir}/* + +%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 2007/03/27 22:37:41 twittner +- added, not tested yet (only builds on carme) + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
