From 9f9a2142141c891033544a05e655a95227ef5574 Mon Sep 17 00:00:00 2001 From: undefine Date: Wed, 10 Dec 2003 18:04:51 +0000 Subject: [PATCH] - initial pld version Changed files: cssed.spec -> 1.1 --- cssed.spec | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 cssed.spec diff --git a/cssed.spec b/cssed.spec new file mode 100644 index 0000000..0d66f9a --- /dev/null +++ b/cssed.spec @@ -0,0 +1,69 @@ +%define rel 1 +Summary: CSS editor for web developers +Summary(pl): Edytor CSS dla programistów stron +Name: cssed +Version: pre0.1 +Release: 1 +Group: Development/Tools +License: GPL +Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}-%{rel}.tar.gz +# Source0-md5: 154d808510e19566ab49d1f58749494e +Url: http://cssed.sourceforge.net +BuildRequires: GConf2-devel +BuildRequires: ORBit2-devel +BuildRequires: libgnome-devel +BuildRequires: gnome-vfs2-devel +BuildRequires: vte-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +cssed is a GTK+ CSS editor for web developers. It's not finished yet +and it's a beta release candidate only, but it's already a powerfull +CSS editor. cssed have features that allow any developer to speed his +coding as autocompletion or CSS syntax higlighting. + +%description -l pl +cssed jest edytorem CSS opartym o GTK+ dla programistów stron WWW. Nie +jest jeszcze ukoñczony i jest to tylko wersja beta, ale ju¿ pokazuje +swoje potê¿ne mo¿liwo¶ci. Umo¿liwia miêdzy innymi przyspieszenie +kodowania CSS przez autouzupe³nianie oraz pod¶wietlanie sk³adni CSS. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}} + +install pixmaps/%{name}-icon.png \ + $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}-icon.png + +cat << EOF > $RPM_BUILD_ROOT%{_desktopdir}/%{name}.desktop +[Desktop Entry] +Name=Cssed +Comment=CSS editor +Exec=%{name} +Icon=%{name}-icon.png +Terminal=0 +Type=Application +EOF + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/cssed +%{_datadir}/%{name}/pixmaps/cssed-about.png +%{_datadir}/%{name}/pixmaps/cssed-icon.png +%{_datadir}/%{name}/data/cssed-def.xml +%{_pixmapsdir}/%{name}-icon.png +%{_desktopdir}/%{name}.desktop +%doc AUTHORS COPYING ChangeLog README INSTALL NEWS -- 2.44.0