]> git.pld-linux.org Git - packages/pong.git/commitdiff
- adapterized
authorPaweł Gołaszewski <blues@pld-linux.org>
Thu, 25 Jul 2002 22:41:23 +0000 (22:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- separated static
- more fixes

Changed files:
    pong.spec -> 1.2

pong.spec

index bf1ddf2e710b15412aca1c89034016d1d05e258a..8c9b0a32b4ecfa2bc09c7c3bcdf7259429f7f2db 100644 (file)
--- a/pong.spec
+++ b/pong.spec
@@ -1,12 +1,12 @@
 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/
+Version:       1.0.2
+Release:       0.2
+License:       GPL
+Group:         X11/Libraries
+Source0:       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
@@ -17,19 +17,38 @@ BuildRequires:      oaf >= 0.6.0
 BuildRequires: sed
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _prefix         /usr/X11R6
+%define                _mandir         %{_prefix}/man
+
 %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.
+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
+Group:         X11/Development/Libraries
 Requires:      %{name} = %{version}
 
 %description devel
+Pong developement files.
+
+%package static
+Summary:       A library for creating configuration dialogs
+Summary(pl):   Biblioteka do tworzenia dialogów konfiguracyjnych
+Group:         X11/Development/Libraries
+Requires:      %{name}-devel = %{version}
+
+%description static
+Static pong library.
+
+%description static -l pl
+Statyczna biblioteka pong.
 
 %package edit
-Summary:       pong
-Group:         Development/Libraries
+Summary:       A library for creating configuration dialogs
+Group:         X11/Development/Libraries
 Requires:      %{name} = %{version}
 
 %description edit
@@ -55,13 +74,12 @@ rm -rf $RPM_BUILD_ROOT
 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
+%attr(755,root,root} %{_bindir}/pong-tool*
 %{_libdir}/*.so.*
 %{_datadir}/idl/pong-interface.idl
 %{_datadir}/locale/*/*/*
@@ -70,17 +88,20 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%{_bindir}/pong-gconf-schema-export-1
-%{_bindir}/pong-gconf-schema-export
+%attr(755,root,root} %{_bindir}/pong-gconf-schema-export*
 %{_libdir}/*.so
 %{_libdir}/*.la
-%{_libdir}/*.a
 %{_libdir}/*.sh
-%{_includedir}/pong-1/*
+%{_aclocaldir}/*.m4
+%{_includedir}/pong-1/*/*.h
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/*.a
 
 %files edit
 %defattr(644,root,root,755)
-%{_bindir}/pong-edit-1
-%{_bindir}/pong-edit
-%{_datadir}/gnome/apps/Development/pong-edit.desktop
+%attr(755,root,root) %{_bindir}/pong-edit-1
+%attr(755,root,root) %{_bindir}/pong-edit
+%{_applnkdir}/Development/pong-edit.desktop
 %{_datadir}/pong-1/pong-edit.glade
This page took 0.136767 seconds and 4 git commands to generate.