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