packages: editje/editje.spec (NEW) - new

qboosh qboosh at pld-linux.org
Sun Jan 22 09:34:45 CET 2012


Author: qboosh                       Date: Sun Jan 22 08:34:45 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/editje:
   editje.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/editje/editje.spec
diff -u /dev/null packages/editje/editje.spec:1.1
--- /dev/null	Sun Jan 22 09:34:45 2012
+++ packages/editje/editje.spec	Sun Jan 22 09:34:40 2012
@@ -0,0 +1,75 @@
+# $Revision$, $Date$
+Summary:	WYSIWYG editor for Edje files
+Summary(pl.UTF-8):	Edytor WYSIWYG do plików Edje
+Name:		editje
+Version:	0.9.3
+Release:	1
+License:	LGPL v3
+Group:		Applications
+Source0:	http://download.enlightenment.org/snapshots/2010-11-12/%{name}-%{version}.tar.bz2
+# Source0-md5:	bc7d54c1b2a1837da8675cc1169fdd0f
+URL:		http://trac.enlightenment.org/e/wiki/Editje
+BuildRequires:	edje
+BuildRequires:	edje-devel
+BuildRequires:	pkgconfig
+BuildRequires:	python >= 1:2.5
+BuildRequires:	rpmbuild(macros) >= 1.219
+Requires:	edje
+Requires:	python >= 1:2.5
+Requires:	python-edje
+Requires:	python-elementary
+Requires:	python-evas
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Editje is a tool designed to make the development of user interfaces
+for Edje easy and quick. It's a WYSIWYG (What You See Is What You Get)
+editor for Edje (.edc/.edj) files.
+
+It is written in Python-Elementary and it's Free Software released
+under the GNU GPL  License version 3 (GPL v3).
+
+%description -l pl.UTF-8
+Editje to narzędzia mające ułątwić i przyspieszyć tworzenie
+interfejsów użytkownika dla Edje. Jest to edytor WYSIWYG do plików
+Edje (.edc/.edj).
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+# icon is not themed, so install to %{_pixmapsdir}
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	icondir=%{_pixmapsdir}
+
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README
+%attr(755,root,root) %{_bindir}/editje-bin
+# obsolete gnome specific file?
+#%{_datadir}/application-registry/editje.applications
+%{_datadir}/editje
+%{_desktopdir}/editje.desktop
+%{_pixmapsdir}/editje.png
+%{py_sitescriptdir}/editje
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2012/01/22 08:34:40  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list