]> git.pld-linux.org Git - packages/cssed.git/commitdiff
- initial pld version
authorundefine <undefine@pld-linux.org>
Wed, 10 Dec 2003 18:04:51 +0000 (18:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cssed.spec -> 1.1

cssed.spec [new file with mode: 0644]

diff --git a/cssed.spec b/cssed.spec
new file mode 100644 (file)
index 0000000..0d66f9a
--- /dev/null
@@ -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
This page took 0.081161 seconds and 4 git commands to generate.