]> git.pld-linux.org Git - packages/editje.git/blob - editje.spec
- new
[packages/editje.git] / editje.spec
1 Summary:        WYSIWYG editor for Edje files
2 Summary(pl.UTF-8):      Edytor WYSIWYG do plików Edje
3 Name:           editje
4 Version:        0.9.3
5 Release:        1
6 License:        LGPL v3
7 Group:          Applications
8 Source0:        http://download.enlightenment.org/snapshots/2010-11-12/%{name}-%{version}.tar.bz2
9 # Source0-md5:  bc7d54c1b2a1837da8675cc1169fdd0f
10 URL:            http://trac.enlightenment.org/e/wiki/Editje
11 BuildRequires:  edje
12 BuildRequires:  edje-devel
13 BuildRequires:  pkgconfig
14 BuildRequires:  python >= 1:2.5
15 BuildRequires:  rpmbuild(macros) >= 1.219
16 Requires:       edje
17 Requires:       python >= 1:2.5
18 Requires:       python-edje
19 Requires:       python-elementary
20 Requires:       python-evas
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 Editje is a tool designed to make the development of user interfaces
25 for Edje easy and quick. It's a WYSIWYG (What You See Is What You Get)
26 editor for Edje (.edc/.edj) files.
27
28 It is written in Python-Elementary and it's Free Software released
29 under the GNU GPL  License version 3 (GPL v3).
30
31 %description -l pl.UTF-8
32 Editje to narzędzia mające ułątwić i przyspieszyć tworzenie
33 interfejsów użytkownika dla Edje. Jest to edytor WYSIWYG do plików
34 Edje (.edc/.edj).
35
36 %prep
37 %setup -q
38
39 %build
40 %configure
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 # icon is not themed, so install to %{_pixmapsdir}
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT \
49         icondir=%{_pixmapsdir}
50
51 %py_postclean
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc AUTHORS README
59 %attr(755,root,root) %{_bindir}/editje-bin
60 # obsolete gnome specific file?
61 #%{_datadir}/application-registry/editje.applications
62 %{_datadir}/editje
63 %{_desktopdir}/editje.desktop
64 %{_pixmapsdir}/editje.png
65 %{py_sitescriptdir}/editje
This page took 0.05276 seconds and 4 git commands to generate.