]> git.pld-linux.org Git - packages/cssed.git/blob - cssed.spec
6d224b9b403c1a1ebed46a33b5af2c06a08677bd
[packages/cssed.git] / cssed.spec
1 Summary:        CSS editor for web developers
2 Summary(pl):    Edytor CSS dla programistów stron
3 Name:           cssed
4 Version:        0.3.0
5 Release:        1
6 Group:          Development/Tools
7 License:        GPL
8 Source0:        http://dl.sourceforge.net/cssed/%{name}-%{version}.tar.gz
9 # Source0-md5:  667632e3c5f7f3493a2d98cc47470209
10 Source1:        %{name}.desktop
11 URL:            http://cssed.sourceforge.net
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gettext-devel
15 BuildRequires:  gtk+2-devel >= 1:2.0.0
16 BuildRequires:  libstdc++-devel
17 BuildRequires:  pkgconfig
18 BuildRequires:  vte-devel
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 cssed is a GTK+ CSS editor for web developers. It's not finished yet
23 and it's a beta release candidate only, but it's already a powerfull
24 CSS editor. cssed have features that allow any developer to speed his
25 coding as autocompletion or CSS syntax higlighting.
26
27 %description -l pl
28 cssed jest edytorem CSS opartym o GTK+ dla programistów stron WWW. Nie 
29 jest jeszcze ukoñczony i jest to tylko wersja beta, ale ju¿ pokazuje 
30 swoje potê¿ne mo¿liwo¶ci. Umo¿liwia miêdzy innymi przyspieszenie 
31 kodowania CSS przez autouzupe³nianie oraz pod¶wietlanie sk³adni CSS.
32
33 %prep
34 %setup -q
35
36 %build
37 %{__aclocal}
38 %{__autoconf}
39 %{__automake}
40 %configure
41 %{__make} \
42         OPT="%{rpmcflags}"
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/%{name}.desktop
52 install pixmaps/%{name}-icon.png \
53         $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}-icon.png
54
55 %find_lang %{name}
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files -f %{name}.lang
61 %defattr(644,root,root,755)
62 %doc AUTHORS ChangeLog NEWS README
63 %attr(755,root,root) %{_bindir}/cssed
64 %{_datadir}/%{name}
65 %{_pkgconfigdir}/*.pc
66 %{_pixmapsdir}/%{name}-icon.png
67 %{_desktopdir}/%{name}.desktop
68 %{_mandir}/man?/*
This page took 0.933269 seconds and 2 git commands to generate.