]> git.pld-linux.org Git - packages/devhelp.git/blob - devhelp.spec
- massive attack: adding Source-md5
[packages/devhelp.git] / devhelp.spec
1 Summary:        DevHelp is a developer's help program for GNOME
2 Summary(pl):    Program pomocy dla developerów GNOME
3 Name:           devhelp
4 Version:        0.6.0
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/0.6/%{name}-%{version}.tar.bz2
9 # Source0-md5:  550483a3717f8bc58d0f3bfdab57413f
10 Patch0:         %{name}-bookdir.patch
11 URL:            http://www.devhelp.net/
12 BuildRequires:  gnome-vfs2-devel
13 BuildRequires:  libgnomeui-devel
14 BuildRequires:  libgtkhtml-devel >= 2.2.1
15 BuildRequires:  zlib-devel
16 Requires:       libgtkhtml >= 2.2.1
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 DevHelp is a developer's help program for GNOME.
21
22 %description -l pl
23 Program pomocy dla developerów GNOME.
24
25 %prep
26 %setup -q
27 %patch0 -p1
28
29 %build
30 %configure \
31         --disable-install-schemas
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT%{_sysconfdir}/gconf \
37         $RPM_BUILD_ROOT%{_datadir}/%{name}/{books,specs}
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT 
41
42 %find_lang %{name}
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files -f %{name}.lang
48 %defattr(644,root,root,755)
49 %doc AUTHORS ChangeLog NEWS README TODO
50 %attr(755,root,root) %{_bindir}/devhelp
51 %dir %{_libdir}/*/*
52 %{_datadir}/applications/*.desktop
53 %{_datadir}/%{name}
54 %{_datadir}/mime-info/*
55 %{_pixmapsdir}/*
This page took 0.070963 seconds and 3 git commands to generate.