]> git.pld-linux.org Git - packages/enventor.git/blame - enventor.spec
- new
[packages/enventor.git] / enventor.spec
CommitLineData
b8e0058d
JB
1%define efl_ver 1.8.0
2%define elementary_ver 1.8.0
3
4Summary: Enventor - EDC editor with some convenient functions
5Summary(pl.UTF-8): Enventor - edytor EDC z kilkoma wygodnymi funkcjami
6Name: enventor
7Version: 0.1
8Release: 1
9License: BSD
10Group: Applications/Network
11Source0: http://download.enlightenment.org/rel/apps/enventor/%{name}-%{version}.tar.bz2
12# Source0-md5: 48b8826c557840336fe7110028ff5291
13URL: http://enlightenment.org/
14BuildRequires: autoconf >= 2.52
15BuildRequires: automake >= 1.6
16BuildRequires: ecore-devel >= %{efl_ver}
17BuildRequires: ecore-ipc-devel >= %{efl_ver}
18BuildRequires: edje >= %{efl_ver}
19BuildRequires: edje-devel >= %{efl_ver}
20BuildRequires: eet-devel >= %{efl_ver}
21BuildRequires: eina-devel >= %{efl_ver}
22BuildRequires: eio-devel >= %{efl_ver}
23BuildRequires: elementary-devel >= %{elementary_ver}
24BuildRequires: eo-devel >= %{efl_ver}
25BuildRequires: evas-devel >= %{efl_ver}
26BuildRequires: libtool
27BuildRequires: pkgconfig
28BuildRequires: sed >= 4.0
29Requires: ecore >= %{efl_ver}
30Requires: ecore-ipc >= %{efl_ver}
31Requires: edje-libs >= %{efl_ver}
32Requires: eet >= %{efl_ver}
33Requires: eina >= %{efl_ver}
34Requires: eio >= %{efl_ver}
35Requires: elementary >= %{elementary_ver}
36Requires: eo >= %{efl_ver}
37Requires: evas >= %{efl_ver}
38BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
39
40%description
41Enventor is an EDC editor with some convenient functions.
42
43%description -l pl.UTF-8
44Enventor to edytor EDC z kilkoma wygodnymi funkcjami.
45
46%prep
47%setup -q -n %{name}-0.1.0
48
49# non-themed icons go to pixmapsdir
50%{__sed} -i -e 's,/icons$,/pixmaps,' data/icon/Makefile.am
51
52%build
53%{__libtoolize}
54%{__aclocal} -I m4
55%{__autoconf}
56%{__autoheader}
57%{__automake}
58%configure \
59 --disable-silent-rules \
60 --disable-static
61
62%{__make}
63
64%install
65rm -rf $RPM_BUILD_ROOT
66
67%{__make} install \
68 DESTDIR=$RPM_BUILD_ROOT
69
70%{__rm} $RPM_BUILD_ROOT%{_libdir}/enventorql.la
71
72%clean
73rm -rf $RPM_BUILD_ROOT
74
75%files
76%defattr(644,root,root,755)
77%doc AUTHORS README
78%attr(755,root,root) %{_bindir}/enventor
79%attr(755,root,root) %{_bindir}/enventorql
80%attr(755,root,root) %{_libdir}/enventorql.so
81%{_datadir}/enventor
82%{_desktopdir}/enventor.desktop
83%{_pixmapsdir}/enventor.png
This page took 0.112761 seconds and 4 git commands to generate.