From 81385d83bec6154c44842acaf39bbd36b6df7c3c Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 19 Dec 2013 17:34:19 +0100 Subject: [PATCH 1/1] - new --- econnman.spec | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 econnman.spec 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 -- 2.43.0