]> git.pld-linux.org Git - packages/pong.git/blob - pong.spec
- initial release
[packages/pong.git] / pong.spec
1 Summary:        A library for creating configuration dialogs
2 Summary(pl):    Biblioteka do tworzenia dialogów konfiguracyjnych
3 Name:           pong
4 Version:        1.0.2
5 Release:        0.1
6 License:        GPL
7 Group:          System Environment/Libraries
8 Source:         http://ftp.5z.com/pub/pong/%{name}-%{version}.tar.gz
9 URL:            http://www.gnome.org/
10 BuildRequires:  GConf >= 0.6.0
11 BuildRequires:  bonobo >= 0.36
12 BuildRequires:  gdk-pixbuf >= 0.7.0
13 BuildRequires:  gob >= 1.0.7
14 BuildRequires:  libglade
15 BuildRequires:  libxml
16 BuildRequires:  oaf >= 0.6.0
17 BuildRequires:  sed
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 PonG is a library and a GUI tool for creating GNOME dialog boxes from an XML description. The XML describes the widgets and the gconf keys to use, and PonG takes care of the rest. It can optionally use libglade and/or bonobo for the widgets as well.
22
23 %package devel
24 Summary:        pong
25 Group:          Development/Libraries
26 Requires:       %{name} = %{version}
27
28 %description devel
29
30 %package edit
31 Summary:        pong
32 Group:          Development/Libraries
33 Requires:       %{name} = %{version}
34
35 %description edit
36
37 %prep
38 %setup -q
39
40 %build
41 sed -e s/AM_GNOME_GETTEXT/AM_GNU_GETTEXT/ configure.in > configure.in.tmp
42 mv -f configure.in.tmp configure.in
43 #%{__libtoolize}
44 #xml-i18n-toolize --copy --force
45 #aclocal -I intl
46 #autoconf
47 %configure2_13
48 %{__make}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52 %{__make} DESTDIR=$RPM_BUILD_ROOT install
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %post -p /sbin/ldconfig
58   
59 %postun -p /sbin/ldconfig
60
61 %files
62 %defattr(644,root,root,755)
63 %{_bindir}/pong-tool-1
64 %{_bindir}/pong-tool
65 %{_libdir}/*.so.*
66 %{_datadir}/idl/pong-interface.idl
67 %{_datadir}/locale/*/*/*
68 %{_datadir}/gnome/help/*
69 %{_datadir}/omf/*
70
71 %files devel
72 %defattr(644,root,root,755)
73 %{_bindir}/pong-gconf-schema-export-1
74 %{_bindir}/pong-gconf-schema-export
75 %{_libdir}/*.so
76 %{_libdir}/*.la
77 %{_libdir}/*.a
78 %{_libdir}/*.sh
79 %{_includedir}/pong-1/*
80
81 %files edit
82 %defattr(644,root,root,755)
83 %{_bindir}/pong-edit-1
84 %{_bindir}/pong-edit
85 %{_datadir}/gnome/apps/Development/pong-edit.desktop
86 %{_datadir}/pong-1/pong-edit.glade
This page took 0.443085 seconds and 3 git commands to generate.