]> git.pld-linux.org Git - packages/pong.git/commitdiff
- initial release
authorPaweł Gołaszewski <blues@pld-linux.org>
Thu, 25 Jul 2002 22:28:19 +0000 (22:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pong.spec -> 1.1

pong.spec [new file with mode: 0644]

diff --git a/pong.spec b/pong.spec
new file mode 100644 (file)
index 0000000..bf1ddf2
--- /dev/null
+++ b/pong.spec
@@ -0,0 +1,86 @@
+Summary:       A library for creating configuration dialogs
+Summary(pl):   Biblioteka do tworzenia dialogów konfiguracyjnych
+Name:          pong
+Version:       1.0.2
+Release:       0.1
+License:       GPL
+Group:         System Environment/Libraries
+Source:        http://ftp.5z.com/pub/pong/%{name}-%{version}.tar.gz
+URL:           http://www.gnome.org/
+BuildRequires: GConf >= 0.6.0
+BuildRequires: bonobo >= 0.36
+BuildRequires: gdk-pixbuf >= 0.7.0
+BuildRequires: gob >= 1.0.7
+BuildRequires: libglade
+BuildRequires: libxml
+BuildRequires: oaf >= 0.6.0
+BuildRequires: sed
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+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.
+
+%package devel
+Summary:       pong
+Group:         Development/Libraries
+Requires:      %{name} = %{version}
+
+%description devel
+
+%package edit
+Summary:       pong
+Group:         Development/Libraries
+Requires:      %{name} = %{version}
+
+%description edit
+
+%prep
+%setup -q
+
+%build
+sed -e s/AM_GNOME_GETTEXT/AM_GNU_GETTEXT/ configure.in > configure.in.tmp
+mv -f configure.in.tmp configure.in
+#%{__libtoolize}
+#xml-i18n-toolize --copy --force
+#aclocal -I intl
+#autoconf
+%configure2_13
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} DESTDIR=$RPM_BUILD_ROOT install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+  
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%{_bindir}/pong-tool-1
+%{_bindir}/pong-tool
+%{_libdir}/*.so.*
+%{_datadir}/idl/pong-interface.idl
+%{_datadir}/locale/*/*/*
+%{_datadir}/gnome/help/*
+%{_datadir}/omf/*
+
+%files devel
+%defattr(644,root,root,755)
+%{_bindir}/pong-gconf-schema-export-1
+%{_bindir}/pong-gconf-schema-export
+%{_libdir}/*.so
+%{_libdir}/*.la
+%{_libdir}/*.a
+%{_libdir}/*.sh
+%{_includedir}/pong-1/*
+
+%files edit
+%defattr(644,root,root,755)
+%{_bindir}/pong-edit-1
+%{_bindir}/pong-edit
+%{_datadir}/gnome/apps/Development/pong-edit.desktop
+%{_datadir}/pong-1/pong-edit.glade
This page took 0.098745 seconds and 4 git commands to generate.