]> git.pld-linux.org Git - packages/pong.git/commitdiff
- typos fixed, docs added
authorPaweł Gołaszewski <blues@pld-linux.org>
Thu, 25 Jul 2002 22:53:13 +0000 (22:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pong.spec -> 1.4

pong.spec

index fa21f53483d1013a9bb764021e859af344b17c0e..0274caa766bbd76e2debdd797fd9d11a2ee8c0f7 100644 (file)
--- a/pong.spec
+++ b/pong.spec
@@ -2,7 +2,7 @@ Summary:        A library for creating configuration dialogs
 Summary(pl):   Biblioteka do tworzenia dialogów konfiguracyjnych
 Name:          pong
 Version:       1.0.2
-Release:       0.3
+Release:       0.4
 License:       GPL
 Group:         X11/Libraries
 Source0:       http://ftp.5z.com/pub/pong/%{name}-%{version}.tar.gz
@@ -79,8 +79,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root} %{_bindir}/pong-tool*
-%attr(755,root,root} %{_libdir}/*.so.*
+%doc pong-tool/ChangeLog pong/ChangeLog
+%attr(755,root,root) %{_bindir}/pong-tool*
+%attr(755,root,root) %{_libdir}/*.so.*
 %{_datadir}/idl/pong-interface.idl
 %{_datadir}/locale/*/*/*
 %{_datadir}/gnome/help/*
@@ -88,6 +89,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
+%doc AUTHORS NEWS README TODO
 %attr(755,root,root) %{_bindir}/pong-gconf-schema-export*
 %{_libdir}/*.so
 %{_libdir}/*.la
@@ -101,6 +103,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files edit
 %defattr(644,root,root,755)
+%doc pong-edit/ChangeLog
 %attr(755,root,root) %{_bindir}/pong-edit*
 %{_applnkdir}/Development/pong-edit.desktop
 %{_datadir}/pong-1/*.glade
This page took 0.061112 seconds and 4 git commands to generate.