# Features in Fedora/Free Electronic Lab %global pcbver 20140316 Name: pcb Version: 0.%{pcbver} Release: 5%{?dist} Summary: An interactive printed circuit board editor License: GPLv2 Group: Applications/Engineering URL: http://pcb.geda-project.org/index.html BuildRequires: tcl, bison, flex, gawk, ImageMagick, gtk2-devel, gd-devel, fontconfig-devel BuildRequires: cups, tetex-latex, libICE-devel, desktop-file-utils, intltool, gettext-devel BuildRequires: dbus-devel BuildRequires: mesa-libGLU-devel gtkglext-devel BuildRequires: intltool # Testsuite # 2011-11-29 Disabling testsuite as rawhide has a broken libgmp.so.3 # BuildRequires: gerbv geda-gaf %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}} Requires: m4 Requires: electronics-menu Source0: http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{pcbver}.tar.gz # sent upstream Patch0: 0001-Fix-the-AppData-and-update-to-the-latest-spec-versio.patch %description PCB is an interactive printed circuit board editor. PCB includes a rats nest feature, design rule checking, and can provide industry standard RS-274-X (Gerber), NC drill, and centroid data (X-Y data) output for use in the board fabrication and assembly process. PCB offers 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: %{name} = %{version}-%{release} Requires(post): info Requires(preun): info %description doc This package contains the documentation of PCB, an interactive printed circuit board editor. %prep %setup -q -n %{name}-%{pcbver} %{__sed} -i \ 's|examplesdir = $(pkgdatadir)/examples|examplesdir = @docdir@/examples|' \ example/libraries/Makefile.* %{__sed} -i \ 's|tutdir = $(pkgdatadir)/tutorial|tutdir = @docdir@/tutorial|' \ tutorial/Makefile.* %patch0 -p1 -b fix-appdata-file %build export WISH=%{_bindir}/wish # Fixes failed build on EPEL-5 %if 0%{?rhel} export CFLAGS=`echo %optflags | sed "s/-D_FORTIFY_SOURCE=2 // g" -` %endif # Bug 472618 : disable-update-desktop-database # Bug 544657 : --enable-dbus %configure \ --enable-dbus \ --enable-toporouter \ --disable-update-mime-database \ --disable-update-desktop-database \ --docdir=%{_pkgdocdir} %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} DESTDIR=%{buildroot} INSTALL="%{_bindir}/install -p" install # in /usr/share/pcb/newlib/ folder, sockets is an empty folder desktop-file-install --vendor "" \ --dir %{buildroot}%{_datadir}/applications \ --delete-original \ %{buildroot}%{_datadir}/applications/%{name}.desktop # # Additional Examples # set +x dest=%{buildroot}%{_pkgdocdir}/examples for d in thermal pad puller ; do echo -n -e "... Fixing path of $d \t" mkdir -p $dest/$d mv $dest/../$d.* $dest/$d install -pm 0644 doc/$d.{pcb,pdf} $dest/$d sed -i "s|$d.png|examples/$d/$d.png|" $dest/../%{name}.html echo "done" done set -x ## --- pcb supports for acpcircuits # http://www.apcircuits.com/resources/links/pcb_unix.html unzip tools/apctools.zip install -p -m 755 apc*.pl %{buildroot}%{_datadir}/%{name}/tools # Removes duplicates %{__rm} -f %{buildroot}%{_datadir}/%{name}/tools/apctools.zip ## --- # Old versions of PCB don't support autoroute, pcb2ncap convert # pcb format to ncap format used for mucspcb to autoroute the circuit. # In newer versions of PCB, autoroute is included and pcb2ncap and mucspcb # are no more needed. %{__rm} -f %{buildroot}%{_datadir}/%{name}/tools/pcb2ncap.tgz chmod 755 %{buildroot}%{_datadir}/%{name}/tools/{PCB2HPGL,tgo2pcb.tcl,Merge*} cp -p AUTHORS COPYING README NEWS ChangeLog README_FILES/CHANGES \ README_FILES/Whats_new_in_2.0 README_FILES/Tools \ %{buildroot}%{_pkgdocdir} %{__rm} -rf %{buildroot}%{_datadir}/info/dir mv %{buildroot}%{_pkgdocdir}/refcard.pdf %{buildroot}%{_pkgdocdir}/pcb-reference-card.pdf # remove duplicates %{__rm} -f %{buildroot}%{_bindir}/Merge* # L#854396 0.20110918 needlessly installs gts static library & header file %{__rm} -f %{buildroot}%{_libdir}/libgts.a %{buildroot}%{_includedir}/gts.h # locale's %find_lang %{name} #check #{__make} check # L#860037 0.20100929 hid_png3 test fails on i386 arch # 2011-11-12 FAILED: See outputs/hid_png3/mismatch %clean %{__rm} -rf %{buildroot} %post touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : touch --no-create %{_datadir}/mime/packages &> /dev/null || : update-desktop-database &> /dev/null || : %postun if [ $1 -eq 0 ] ; then touch --no-create %{_datadir}/icons/hicolor &>/dev/null gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : touch --no-create %{_datadir}/mime/packages &> /dev/null || : update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : fi update-desktop-database &> /dev/null || : %posttrans gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %post doc /sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || : %preun doc if [ $1 = 0 ] ; then /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || : fi # Ignored warning W: pcb devel-file-in-non-devel-package /usr/share/pcb/tools/gerbertotk.c %files doc %{_infodir}/%{name}* %doc %{_pkgdocdir}/pcb-reference-card.pdf %doc %{_pkgdocdir}/pcb.pdf %doc %{_pkgdocdir}/*.html %doc %{_pkgdocdir}/examples/* %doc %{_pkgdocdir}/gcode* %files -f %{name}.lang %defattr(-, root, root, -) %exclude %{_pkgdocdir}/pcb-reference-card.pdf %exclude %{_pkgdocdir}/pcb.pdf %exclude %{_pkgdocdir}/*.html %exclude %{_pkgdocdir}/examples/* %exclude %{_pkgdocdir}/gcode* %doc %{_pkgdocdir}/ %{_datadir}/appdata/%{name}.appdata.xml %{_datadir}/applications/%{name}.desktop %{_bindir}/%{name} %{_datadir}/%{name}/ %{_mandir}/man1/%{name}* %{_datadir}/icons/hicolor/*/mimetypes/application-x-* %{_datadir}/icons/hicolor/*/apps/%{name}.* %{_datadir}/mime/packages/pcb.xml %{_datadir}/mimelnk/application/x-*.desktop %{_datadir}/gEDA/scheme/gnet-pcbfwd.scm %changelog * Thu Oct 02 2014 Rex Dieter 0.20140316-5 - update mime scriptlet * Sun Aug 17 2014 Fedora Release Engineering - 0.20140316-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Fri Jun 06 2014 Fedora Release Engineering - 0.20140316-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Thu May 22 2014 Richard Hughes - 0.20140316-2 - Fix the AppData file. * Thu May 22 2014 Richard Hughes - 0.20140316-1 - Update to 20140316 - Install the AppData file. * Tue Sep 10 2013 Ralf Corsépius - 0.20110918-12 - Reflect docdir changes (RHBZ#994022). - Fix bogus %%changelog entry. * Sat Aug 03 2013 Fedora Release Engineering - 0.20110918-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Jul 17 2013 Petr Pisar - 0.20110918-10 - Perl 5.18 rebuild * Tue Jun 11 2013 Remi Collet - 0.20110918-9 - rebuild for new GD 2.1.0 * Thu Feb 14 2013 Fedora Release Engineering - 0.20110918-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Mon Jan 21 2013 Adam Tkac - 0.20110918-7 - rebuild due to "jpeg8-ABI" feature drop * Fri Dec 21 2012 Adam Tkac - 0.20110918-6 - rebuild against new libjpeg * Fri Jul 20 2012 Fedora Release Engineering - 0.20110918-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Jan 13 2012 Fedora Release Engineering - 0.20110918-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Nov 29 2011 Chitlesh Goorah - 0.20110918-3 - Temporary removed geda-gaf from BR * Sun Nov 27 2011 Chitlesh Goorah - 0.20110918-2 - Bug fix L#882712 Route styles are not properly loaded after nm conversion - Bug fix L#699307 Panning problem when mouse button is released on scrollbar (sf-2923335) - Bug fix L#891041 png export broken for tilted, square pads * Sat Nov 12 2011 Chitlesh Goorah - 0.20110918-1 - New upstream release * Tue Feb 08 2011 Fedora Release Engineering - 0.20100929-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Sat Oct 2 2010 Chitlesh Goorah - 0.20100929-1 - New upstream release * Sun Dec 6 2009 Chitlesh Goorah - 0.20091103-2 - Enable build for dbus support - improved reference card * Sat Nov 7 2009 Chitlesh Goorah - 0.20091103-1 - New upstream release * Tue Sep 8 2009 Chitlesh Goorah - 0.20081128-4 - Fixes for PCB EL-5 build. * Sat Nov 29 2008 Chitlesh Goorah - 0.20081128-1 - new upstream release - restructuring docs, tutorials and examples - Fixed Bug 472618 - Must not include /usr/share/applications/mimeinfo.cache * Sat Feb 09 2008 Chitlesh Goorah - 0.20080202-2 - added gettext-devel as BR - treat locales properly * Sat Feb 02 2008 Chitlesh Goorah - 0.20080202-1 - fixed docdir - new upstream release - treat locales properly * Thu Jun 21 2007 Chitlesh Goorah - 0.20070208-2 - fixed docdir * Fri Feb 09 2007 Chitlesh Goorah - 0.20070208-1 - New upstream release - 20070208 * Sun Feb 04 2007 Chitlesh Goorah - 0.20060822-9 - fixed presence in gnome menu * Sun Dec 24 2006 Chitlesh Goorah - 0.20060822-8 - Removed duplicates * Fri Dec 22 2006 Chitlesh Goorah - 0.20060822-7 - Fixed info files and added to the pcb package #219406 - Fixed man pages (with patch0 to suit fedora packaging of pcb - Added refcard.pdf in pcb binary package - Removed duplicated MergePCBPS and Merge_dimPCBPS from pcb binary package - pcb supports for acpcircuits included * Fri Sep 15 2006 Chitlesh Goorah - 0.20060822-6 - Fixed ownership of %%{_datadir}/%%{name}/ #206405 * Fri Sep 01 2006 Chitlesh Goorah - 0.20060822-5 - release for devel * Fri Sep 01 2006 Chitlesh Goorah - 0.20060822-4 - Added m4 as requires: to fix the error msg: - can't find default font-symbol-file 'default_font' * Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-3 - release for devel * Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-2 - release for FC5 and minor fixes * Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-1 - updated to 20060822's snapshot * Wed Jul 12 2006 Chitlesh Goorah - 0.20060422-4 - pcbver corrected in pcb.desktop * Sun Jul 09 2006 Chitlesh Goorah - 0.20060422-3 - fixed the icon of pcb * Sun Jul 09 2006 Chitlesh Goorah - 0.20060422-2 - fixed E: pcb info-dir-file /usr/share/info/dir - added /sbin/install-info as requires for %%post and %%preun - added icon and treated GTK+ icon cache as required * Thu Jul 06 2006 Chitlesh Goorah - 0.20060422-1 - New upstream release 20060422 - Minor fixes to work under mock * Wed Apr 19 2006 - 0.20060414-1 - Let there be pcb packaging.