]> git.pld-linux.org Git - packages/agnubis.git/blob - agnubis.spec
- longer description, pl
[packages/agnubis.git] / agnubis.spec
1 Summary:        The GNOME presentation tool
2 Summary(pl):    Narzêdzie do prezentacji dla GNOME
3 Name:           agnubis
4 Version:        20031120
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        ftp://distfiles.pld-linux.org/src/%{name}-%{version}.tar.bz2
9 # Source0-md5:  5b0174a2a987a27fada0e950b3fb4b42
10 Patch0:         %{name}-gdome-pc.patch
11 Patch1:         %{name}-paned.patch
12 Patch2:         %{name}-determinism.patch
13 URL:            http://www.gnome.org/projects/agnubis/
14 BuildRequires:  bonobo-activation-devel >= 0.9.8
15 BuildRequires:  diacanvas-devel >= 0.6.0
16 BuildRequires:  gal-devel >= 1:0.0.3
17 BuildRequires:  gdome2-devel >= 0.7.2
18 BuildRequires:  glib2-devel >= 2.2.0
19 BuildRequires:  gnome-common
20 BuildRequires:  gob2 >= 1.99.2
21 BuildRequires:  gtk+2-devel >= 1:2.0.1
22 BuildRequires:  intltool >= 0.25
23 BuildRequires:  libbonobo-devel >= 1.116.0
24 BuildRequires:  libbonoboui-devel >= 1.116.0
25 BuildRequires:  libglade2-devel >= 1:1.99.0
26 BuildRequires:  libgnomeui-devel >= 1.114.0
27 BuildRequires:  libgnomecanvas-devel >= 1.114.0
28 BuildRequires:  libtool >= 2:1.4.3
29 BuildRequires:  pkgconfig >= 1:0.14.0
30 Requires(post): GConf2
31 Requires(post): scrollkeeper
32 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34 %description
35 Agnubis is the GNOME Presentation Program comparable to such programs
36 as Microsoft PowerPoint or Corel Present. It has been developed and
37 designed for the GNOME 2 platform and is created to integrate well
38 with the rest of the components in the GNOME Office suite.
39
40 %description -l pl
41 Agnubis to program do prezentacji dla GNOME porównywalny do takich
42 narzêdzi jak Microsoft PowerPoint czy Corel Present. Zosta³ stworzony
43 i zaprojektowany dla platformy GNOME 2 i jest tworzony tak, by dobrze
44 integrowa³ siê z reszt± komponentów biurowych GNOME.
45
46 %prep
47 %setup -q
48 %patch0 -p1
49 %patch1 -p1
50 %patch2 -p1
51
52 %build
53 echo '#' > demos/agn-demo/Makefile.am
54 ./autogen.sh
55 %configure
56 %{__make}
57
58 %install
59 rm -rf $RPM_BUILD_ROOT
60
61 %{__make} install \
62         DESTDIR=$RPM_BUILD_ROOT \
63         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 
64
65 %find_lang %{name} --with-gnome
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %post
71 /usr/bin/scrollkeeper-update
72 %gconf_schema_install
73
74 %postun -p /usr/bin/scrollkeeper-update
75
76 %files -f %{name}.lang
77 %defattr(644,root,root,755)
78 %doc AUTHORS ChangeLog NEWS README docs
79 %attr(755,root,root) %{_bindir}/*
80 %{_libdir}/bonobo/servers/*
81 %{_libdir}/%{name}
82 # FIXME: we don't want all the stuff
83 %{_libdir}/lib*
84 %{_datadir}/%{name}
85 %{_datadir}/idl/*
86 # FIXME: not the right place
87 %{_datadir}/gnome/apps/*/*.desktop
88 %{_pixmapsdir}/*.???
89 %{_pixmapsdir}/%{name}
90 %{_datadir}/gnome-2.0/ui/*
This page took 0.061061 seconds and 3 git commands to generate.