]> git.pld-linux.org Git - packages/devhelp.git/blob - devhelp.spec
- almost raw
[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.3
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Group(de):      X11/Applikationen
9 Group(es):      X11/Aplicaciones
10 Group(pl):      X11/Aplikacje
11 Group(pt_BR):   X11/Aplicações
12 Group(pt):      X11/Aplicações
13 Source0:        http://www.devhelp.net/download/%{name}-%{version}.tar.gz
14 URL:            http://www.devhelp.net/
15 BuildRequires:  glib-devel >= 1.2.9
16 BuildRequires:  gtk+-devel >= 1.2.9
17 BuildRequires:  libxml-devel >= 1.8.10
18 BuildRequires:  gnome-vfs-devel >= 1.0.0
19 BuildRequires:  ORBit-devel >= 0.5.7
20 BuildRequires:  gnome-libs-devel >= 1.2.8
21 BuildRequires:  GConf-devel >= 0.12
22 BuildRequires:  gtkhtml-devel >= 0.10.0
23 BuildRequires:  gnome-print-devel >= 0.29
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %define         _prefix         /usr/X11R6
27 %define         _mandir         %{_prefix}/man
28 %define         _sysconfdir     /etc/X11/GNOME
29
30 %description
31 DevHelp is a developer's help program for GNOME.
32
33 %description -l pl
34 Program pomocy dla developerów GNOME.
35
36 %prep
37 %setup -q
38
39 %build
40 %configure2_13 \
41         --disable-install-schemas
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 install -d $RPM_BUILD_ROOT%{_sysconfdir}/gconf
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT \
51 #       Applicationsdir=%{_applnkdir}/Office/PIMs
52
53 gzip -9nf AUTHORS ChangeLog NEWS README THANKS TODO
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 *.gz
63 %attr(755,root,root) %{_bindir}/yank
64 %dir %{_libdir}/yank/plugins/%{version}
65 %dir %{_libdir}/yank/plugins
66 %dir %{_libdir}/yank
67 %{_sysconfdir}/*/*/*
68 %{_pixmapsdir}/yank.png
69 %{_applnkdir}/Office/PIMs/yank.desktop
This page took 0.230838 seconds and 3 git commands to generate.