]> git.pld-linux.org Git - packages/econnman.git/commitdiff
- new master
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 19 Dec 2013 16:34:19 +0000 (17:34 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 19 Dec 2013 16:34:19 +0000 (17:34 +0100)
econnman.spec [new file with mode: 0644]

diff --git a/econnman.spec b/econnman.spec
new file mode 100644 (file)
index 0000000..122bf60
--- /dev/null
@@ -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
This page took 0.076194 seconds and 4 git commands to generate.