]> git.pld-linux.org Git - packages/editje.git/blame - editje.spec
- new
[packages/editje.git] / editje.spec
CommitLineData
76d5da51
JB
1Summary: WYSIWYG editor for Edje files
2Summary(pl.UTF-8): Edytor WYSIWYG do plików Edje
3Name: editje
4Version: 0.9.3
5Release: 1
6License: LGPL v3
7Group: Applications
8Source0: http://download.enlightenment.org/snapshots/2010-11-12/%{name}-%{version}.tar.bz2
9# Source0-md5: bc7d54c1b2a1837da8675cc1169fdd0f
10URL: http://trac.enlightenment.org/e/wiki/Editje
11BuildRequires: edje
12BuildRequires: edje-devel
13BuildRequires: pkgconfig
14BuildRequires: python >= 1:2.5
15BuildRequires: rpmbuild(macros) >= 1.219
16Requires: edje
17Requires: python >= 1:2.5
18Requires: python-edje
19Requires: python-elementary
20Requires: python-evas
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24Editje is a tool designed to make the development of user interfaces
25for Edje easy and quick. It's a WYSIWYG (What You See Is What You Get)
26editor for Edje (.edc/.edj) files.
27
28It is written in Python-Elementary and it's Free Software released
29under the GNU GPL License version 3 (GPL v3).
30
31%description -l pl.UTF-8
32Editje to narzędzia mające ułątwić i przyspieszyć tworzenie
33interfejsów użytkownika dla Edje. Jest to edytor WYSIWYG do plików
34Edje (.edc/.edj).
35
36%prep
37%setup -q
38
39%build
40%configure
41%{__make}
42
43%install
44rm -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
54rm -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.048507 seconds and 4 git commands to generate.