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