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