SPECS: wxDFast.spec (NEW) - init

czarny czarny at pld-linux.org
Fri Jun 29 13:21:35 CEST 2007


Author: czarny                       Date: Fri Jun 29 11:21:35 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init

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

---- Diffs:

================================================================
Index: SPECS/wxDFast.spec
diff -u /dev/null SPECS/wxDFast.spec:1.1
--- /dev/null	Fri Jun 29 13:21:35 2007
+++ SPECS/wxDFast.spec	Fri Jun 29 13:21:30 2007
@@ -0,0 +1,68 @@
+# $Revision$, $Date$
+#
+# TODO:
+# - descriptions
+# - do something bout the wx-config stuff (patch?)
+# - ensure proper BR & Rs (I've never developped any wx stuff)
+#
+%define		_realname	wxdfast
+Summary:	Download manager/accelerator
+Summary(pl.UTF-8):Zarządca/przyspieszacz pobierania
+Name:		wxDFast
+Version:	0.6.0
+Release:	0.1
+License:	GPL v2
+Group:		X11/Applications
+Source0:	http://dl.sourceforge.net/dfast/%{_realname}_%{version}.tar.gz
+# Source0-md5:	05c2a71cc8f811d1ad5916fce29b7b3a
+URL:		http://dfast.sourceforge.net/
+BuildRequires:	wxWidgets-devel
+BuildRequires:	wxWidgets-utils
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%description -l pl.UTF-8
+
+%prep
+%setup -q -n %{_realname}-%{version}
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog ChangeLog.br README README.br TODO
+%attr(755,root,root) %{_bindir}/*
+%{_desktopdir}/wxdfast.desktop
+%{_mandir}/man?/wxdfast.*
+%{_mandir}/*/man?/wxdfast.*
+%{_pixmapsdir}/wxdfast.png
+%{_datadir}/wxdfast
+
+%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  2007/06/29 11:21:30  czarny
+- init
+
================================================================


More information about the pld-cvs-commit mailing list