rpms/pcb/FC-5 pcb.spec,1.7,1.8

Chitlesh GOORAH (chitlesh) fedora-extras-commits at redhat.com
Wed Aug 23 20:40:34 UTC 2006


Author: chitlesh

Update of /cvs/extras/rpms/pcb/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27468

Modified Files:
	pcb.spec 
Log Message:
pcb.desktop


Index: pcb.spec
===================================================================
RCS file: /cvs/extras/rpms/pcb/FC-5/pcb.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pcb.spec	12 Jul 2006 11:28:59 -0000	1.7
+++ pcb.spec	23 Aug 2006 20:40:34 -0000	1.8
@@ -2,7 +2,7 @@
 
 Name:       pcb
 Version:    0.%{pcbver}
-Release:    6
+Release:    10%{?dist}
 
 Summary:    An interactive printed circuit board editor
 License:    GPL
@@ -17,9 +17,6 @@
 Source1:    %{name}.desktop
 Source2:    %{name}.png
 
-Requires(post):  /sbin/install-info
-Requires(preun): /sbin/install-info
-
 %description
 PCB is an interactive printed circuit board editor for the X window system.
 PCB includes a rats nest feature, design rule checking, and can provide
@@ -28,6 +25,17 @@
 high end features such as an autorouter and trace optimizer which can
 tremendously reduce layout time. 
 
+%package doc
+Summary: Documentation for PCB, an interactive printed circuit board editor
+Group: Documentation
+Requires: pcb = %{version}
+Requires(post):  /sbin/install-info
+Requires(preun): /sbin/install-info
+
+%description doc
+This package contains the documentation of pcb in html, pdf, postscript and
+info format.
+
 %prep
 %setup -q -n %{name}-%{pcbver}
 
@@ -59,14 +67,14 @@
 %clean
 rm -rf %{buildroot}
 
-%post
+%post doc
 /sbin/install-info --quiet --info-dir=%{_infodir} %{_infodir}/pcb.info.gz >/dev/null 2>&1
 touch --no-create %{_datadir}/icons/hicolor || :
 if [ -x %{_bindir}/gtk-update-icon-cache ]; then
    %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 fi
 
-%preun
+%preun doc
 if [ $1 = 0 ]; then
   /sbin/install-info --quiet --info-dir=%{_infodir} --delete %{_infodir}/pcb.info.gz >/dev/null 2>&1
 fi
@@ -78,14 +86,47 @@
 %files
 %defattr(-, root, root, -)
 %doc AUTHORS COPYING README README.* NEWS ChangeLog
-%{_mandir}/man1/*
-%{_datadir}/%{name}*
 %{_datadir}/applications/fedora-%{name}.desktop
 %{_bindir}/*
 %{_datadir}/icons/hicolor/32x32/apps/%{name}.png
+%{_datadir}/%{name}/CreateLibrary*
+%{_datadir}/%{name}/ListLibraryContents.sh
+%{_datadir}/%{name}/Pcb
+%{_datadir}/%{name}/QueryLibrary.sh
+%{_datadir}/%{name}/default_font
+%{_datadir}/%{name}/examples/
+%{_datadir}/%{name}/m4/
+%{_datadir}/%{name}/newlib/
+%{_datadir}/%{name}/pcb-menu.res
+%{_datadir}/%{name}/pcblib*
+%{_datadir}/%{name}/qfp*
+%{_datadir}/%{name}/tools/
+
+
+%files doc
+%defattr(-, root, root, 0755)
 %{_infodir}/*
+%{_mandir}/man1/*
+%{_datadir}/%{name}/pad*
+%{_datadir}/%{name}/pcb.*
+%{_datadir}/%{name}/puller.*
+%{_datadir}/%{name}/refcard.*
+%{_datadir}/%{name}/thermal*
+%{_datadir}/%{name}/tutorial/
 
 %changelog
+* Wed Aug 23 2006 Chitlesh Goorah <chitlesh at fedoraproject.org> - 0.20060422-10
+- fixed icon in Kmenu
+
+* Sun Aug 20 2006 Chitlesh Goorah <chitlesh at fedoraproject.org> - 0.20060422-9
+- incremented the tag for FC-5
+
+* Sun Aug 20 2006 Chitlesh Goorah <chitlesh at fedoraproject.org> - 0.20060422-8
+- splitting into pcb and pcb-doc
+
+* Wed Jul 11 2006 Chitlesh Goorah <chitlesh at fedoraproject.org> - 0.20060422-7
+- incremented the tag for devel
+
 * Wed Jul 11 2006 Chitlesh Goorah <chitlesh at fedoraproject.org> - 0.20060422-6
 - incremented the tag for FC-5
 




More information about the scm-commits mailing list