[packages/econnman] - new

qboosh qboosh at pld-linux.org
Thu Dec 19 17:34:28 CET 2013


commit 81385d83bec6154c44842acaf39bbd36b6df7c3c
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Dec 19 17:34:19 2013 +0100

    - new

 econnman.spec | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 57 insertions(+)
---
diff --git a/econnman.spec b/econnman.spec
new file mode 100644
index 0000000..122bf60
--- /dev/null
+++ b/econnman.spec
@@ -0,0 +1,57 @@
+%define		efl_ver		1.7.0
+
+Summary:	ConnMan User Interface in EFL
+Summary(pl.UTF-8):	Interfejs użytkownika do ConnMana wykorzystujący EFL
+Name:		econnman
+Version:	1.1
+Release:	1
+License:	BSD
+Group:		Applications/Network
+Source0:	http://download.enlightenment.org/rel/apps/econnman/%{name}-%{version}.tar.gz
+# Source0-md5:	64ccd94e8f2d92a91447566ee2af67e6
+URL:		http://enlightenment.org/
+BuildRequires:	autoconf >= 2.61
+BuildRequires:	automake >= 1.6
+BuildRequires:	edje
+BuildRequires:	pkgconfig
+BuildRequires:	python-devel >= 1:2.6
+BuildRequires:	sed >= 4.0
+Requires:	python-dbus
+Requires:	python-edbus >= 1.7.0
+Requires:	python-elementary >= 1.7.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+ConnMan User Interface in EFL.
+
+%description -l pl.UTF-8
+Interfejs użytkownika do ConnMana wykorzystujący EFL.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal} -I m4
+%{__autoconf}
+%{__automake}
+%configure \
+	--disable-silent-rules
+
+%{__make}
+
+%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 README
+%attr(755,root,root) %{_bindir}/econnman-bin
+%{_datadir}/econnman
+%{_desktopdir}/econnman.desktop
+%{_desktopdir}/econnman-agent.desktop
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/econnman.git/commitdiff/81385d83bec6154c44842acaf39bbd36b6df7c3c



More information about the pld-cvs-commit mailing list