File kicad.spec of Package kicad
#
# spec file for package kicad
#
# Copyright (c) 2019 SUSE LLC.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
# According to upstream, kicad 5.x.y can be used with the footprint and
# symbol libraries from version 5.0.0
%define compatversion 5.0.0
Name: kicad
Version: 5.1.7
Release: lp152.0.9
Summary: EDA software suite for the creation of schematics and PCB
License: GPL-3.0-or-later AND AGPL-3.0-or-later
Group: Productivity/Scientific/Electronics
URL: http://kicad-pcb.org
Source: https://launchpad.net/kicad/5.0/%{version}/+download/kicad-%{version}.tar.xz
# PATCH-FEATURE-OPENSUSE kicad-user-library.patch -- add user library path
Patch1: kicad-user-library.patch
# PATCH-FIX-OPENSUSE davejplater@gmail.com -kicad-suse-help-path.patch - kicad looks in /usr/share/doc/kicad for help files and doesn't find them.
# this patch adds packges/ befor kicad and enables help to function.
Patch3: kicad-suse-help-path.patch
%if 0%{?suse_version} >= 1500
BuildRequires: libboost_filesystem-devel
BuildRequires: libboost_system-devel
BuildRequires: libboost_test-devel
%else
BuildRequires: boost-devel >= 1.56
%endif
BuildRequires: cmake
BuildRequires: doxygen
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: glm-devel
BuildRequires: libngspice-devel
BuildRequires: oce-devel
BuildRequires: pkg-config
BuildRequires: update-desktop-files
# Use direct version to avoid problems with wx 3.2
BuildRequires: wxWidgets-3_0-devel >= 3
# Fix bug in old python-wxWidgets-3_0-devel
BuildRequires: python-wxWidgets-3_0 >= 3
BuildRequires: python-wxWidgets-3_0-devel >= 3
BuildRequires: swig >= 3
BuildRequires: pkgconfig(bzip2)
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(glew)
BuildRequires: pkgconfig(libcurl)
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(python)
BuildRequires: pkgconfig(zlib)
# Fix directory owner
BuildRequires: hicolor-icon-theme
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: oce
# Dlopen'ed simulator library
Requires: libngspice0
Requires: python-wxWidgets-3_0 >= 3
# The help function gives an error without the doc package
# Note that 5.1.7 still uses the 5.1.5 documentation
Requires: %{name}-doc >= 5.1.5
# %{version}
# You cannot build a schematic without symbols
Requires: %{name}-symbols = %{compatversion}
# You cannot create a pcb layout without footprints
Requires: %{name}-footprints = %{compatversion}
# Kicad functions without these packages
Recommends: %{name}-packages3D = %{compatversion}
Recommends: %{name}-templates = %{compatversion}
Obsoletes: kicad = 20140120
Provides: kicad = %{compatversion}
%description
Kicad is an open source (GPL) software for the creation of electronic schematic
diagrams and printed circuit with up to 32 copper layers and additional techinical layers.
KiCad includes a project manager and four main independent software tools:
- Eeschema: schematic editor.
- Pcbnew: printed circuit board editor.
- Gerbview: GERBER file viewer (photoplotter documents).
- Cvpcb: footprint selector for components association.
%_debugsource_packages
%debug_package
%prep
%setup -q -n kicad-%{version}
%patch1 -p0
%patch3
%build
# -DKICAD_PLUGINS:PATH=%%{_libdir}/kicad/plugins \
# The above path is for .py scripts and other text files install places these files correctly.
# The KICAD_USER_PLUGIN is for binary plugins.
%cmake \
-DKICAD_VERSION_EXTRA=%{version} \
-DKICAD_LIB:PATH=%{_libdir} \
-DKICAD_USER_PLUGIN:PATH=%{_libdir}/kicad/plugins \
-DKICAD_DOCS:PATH=%{_docdir}/kicad \
-DKICAD_DATA:PATH=%{_datadir}/kicad \
-DBUILD_GITHUB_PLUGIN=ON \
-DKICAD_SCRIPTING=ON \
-DKICAD_SCRIPTING_MODULES=ON \
-DKICAD_SCRIPTING_WXPYTHON=ON \
-DCMAKE_CXX_FLAGS=-fPIE \
-DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -fPIE -pie -g" \
-DPYTHON_SITE_PACKAGE_PATH=%{python_sitearch} \
-DKICAD_SPICE=ON
make %{?_smp_mflags}
%install
%cmake_install
%suse_update_desktop_file -r bitmap2component "Education;Engineering"
%suse_update_desktop_file -r eeschema "Education;Engineering"
%suse_update_desktop_file -r gerbview "Education;Engineering"
%suse_update_desktop_file -r kicad "Education;Engineering"
%suse_update_desktop_file -r pcbcalculator "Education;Engineering"
%suse_update_desktop_file -r pcbnew "Education;Engineering"
# Link to library libkicad_3dsg.so.2.0.0 has no use
rm -rf %{buildroot}%{_libdir}/libkicad_3dsg.so
# Delete packaging/maintenance scripts
for f in test_kicad_plugin.py test_plugin.py ; do
rm "%{buildroot}%{_docdir}/kicad/scripts/$f"
done
# Move remaining standalone scripts to kicad directory
mv %{buildroot}%{_docdir}/kicad/scripts %{buildroot}%{_datadir}/kicad/
sed -i '1s@^#!.*python.*@#!/usr/bin/python2@' %{buildroot}%{_datadir}/kicad/scripts/*.py
chmod +x %{buildroot}%{_datadir}/kicad/scripts/*.py
# Fix executable bits for scripts executed directly from kicad, remove she-bangs
chmod -x %{buildroot}%{_datadir}/kicad/scripting/*/*.py
sed -i '1s@^#!.*@@' %{buildroot}%{_datadir}/kicad/scripting/*/*.py
%fdupes -s %{buildroot}%{_datadir}/kicad
%fdupes -s %{buildroot}%{_datadir}/icons/hicolor
# the pcbnew kiface and the python module are actually the same file
#cmp --quiet %{buildroot}%{_bindir}/_pcbnew.kiface %{buildroot}%{python_sitearch}/_pcbnew.so && \
# ln -sf %{_bindir}/_pcbnew.kiface %{buildroot}%{python_sitearch}/_pcbnew.so
%if 0%{?suse_version} < 1330
%post
/sbin/ldconfig
%desktop_database_post
%icon_theme_cache_post
%mime_database_post
%postun
/sbin/ldconfig
%desktop_database_postun
%icon_theme_cache_postun
%mime_database_postun
%else
%__os_install_post
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%endif
%files
%doc README.txt Documentation/changelogs
%license LICENSE.GPLv3 LICENSE.AGPLv3 LICENSE.README
%{_bindir}/*
%{_datadir}/kicad/
%{python_sitearch}/*
%{_datadir}/appdata/kicad.appdata.xml
%{_datadir}/applications/*.desktop
%{_datadir}/mime/packages/%{name}-*.xml
%{_datadir}/icons/hicolor/*/mimetypes/application-x-*
%{_datadir}/icons/hicolor/*/apps/*.*
%{_libdir}/libkicad_3dsg.so.2.0.0
%{_libdir}/kicad/*
%changelog
* Sun Sep 27 2020 Aaron Williams <aaron.w2@gmail.com> 5.1.7-0.1
- Update to minor release 5.1.7
* Mon Nov 18 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to version 5.1.5
See http://kicad-pcb.org/blog/2019/11/KiCad-5.1.5-Release/ for details.
* Wed Aug 7 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to minor release 5.1.4
See http://kicad-pcb.org/blog/2019/08/KiCad-5.1.4-Release/ for details.
* Thu Apr 25 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to minor release 5.1.2
This version contains critical bugfixes and minor improvements.
See http://kicad-pcb.org/blog/2019/04/KiCad-5.1.2-Release/ for details.
* Mon Apr 15 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to minor release 5.1.1
(Withdrawn due to a critical bug in netlist generation)
* Fri Apr 12 2019 normand@linux.vnet.ibm.com
- Enable build for PowerPC, supported since KiCad 5.1.0.
Also fixes a recurrent rebuild of kicad-doc, due to it having
an unresolvable dependency on kicad.
* Mon Mar 11 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to minor release 5.1.0
This version contains critical bugfixes and minor improvements.
See http://kicad-pcb.org/blog/2019/03/KiCad-5.1.0-Release/ for details.
- Remove obsolete kicad-library-repos-install.patch
- Remove upstream 0001-Use-absolute-path-CMAKE_INSTALL_FULL_LIBDIR-for-3d-v.patch
* Tue Feb 19 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Revert broken change for symbol etc. library versions, there is nothing
disallowing recent packages.
- Exclude PPC, not yet supported
* Tue Feb 19 2019 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Set disk size constraint to avoid build failure seen on aarch64
* Wed Dec 12 2018 davejplater@gmail.com
- Allow up to date versions of symbol, footprint, template and 3D
packages.
* Thu Dec 6 2018 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to bugfix release 5.0.2
This version contains critical bugfixes and minor improvements.
See http://kicad-pcb.org/blog/2018/12/KiCad-5.0.2-Release/ for details.
- Drop upstreamed 0001-Use-fixed-version-for-libngspice.so.0.patch
- Drop COPYRIGHT/LICENSE.AGPLv3, both files are included in the tarball now.
* Fri Oct 26 2018 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Add Requires: libngspice0
- Fix name for dlopen'ed libngspice.so.0
Add 0001-Use-fixed-version-for-libngspice.so.0.patch
* Thu Oct 18 2018 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to bugfix release 5.0.1
This version contains critical bugfixes and minor improvements.
See http://kicad-pcb.org/blog/2018/10/KiCad-5.0.1-Release/ for details.
- Do proper fix for 3d plugindir, use absolute LIBDIR instead of
deriving it from BINDIR:
Add 0001-Use-absolute-path-CMAKE_INSTALL_FULL_LIBDIR-for-3d-v.patch
- Drop upstream kicad-fix-boost168-build.patch.
- Add Recommends: for new kicad-templates package
* Wed Oct 10 2018 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Correct license to GPL-3.0-or-later AND AGPL-3.0-or-later
Add LICENSE.AGPLv3 for some included third party code
* Fri Oct 5 2018 davejplater@gmail.com
- Add build option to fix boo#1107776 kicad: 3D models do not work
* Mon Oct 1 2018 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Correct license, KiCad 5.0 no longer is GPL-2.0. Stop distributing
a wrong license file inside the package.
* Sat Sep 29 2018 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Enable spice simulator support
- Install python bindings in python_sitearch
- Deduplicate pcbnew python binary module
- Adapt libboost_* BuildRequires for current distribution versions
- Remove obsolete CMAKE options
- Set various pathes using using CMAKE options instead of patching
files.
* Tue Sep 18 2018 davejplater@gmail.com
- Fix build against boost-1.68 with kicad-fix-boost168-build.patch.
* Wed Jul 25 2018 davejplater@gmail.com
- Update to new release version 5.0.0
- Removed incorporated patches:
kicad-4.0.7-remove-internal-CheckCXXSymbolExists.patch,
kicad-boost-1_61-boost-context-changes.patch and
kicad-set-cxx-version.patch.
- Rebased kicad-user-library.patch.
- Upstream changes:
This version has many new features and improvments over 4.0.7.
See kicad-pcb.org/blog/2018/07/KiCad-5--a-new-generation/ for
all the details.
* Fri May 25 2018 antoine.belvire@opensuse.org
- Fix build with CMake 3.11 (deb#897100):
* Add kicad-4.0.7-remove-internal-CheckCXXSymbolExists.patch,
picked from upstream.
- Use %%license for license file instead of %%doc (boo#1082318).
- Use SPDX 3 license identifier.
- Don't call empty macros in %%post and %%postun.
* Mon Sep 4 2017 davejplater@gmail.com
- Update to version 4.0.7.
- Build with fPIE.
- Rebased kicad-set-cxx-version.patch.
- Upstream changes:
* Bugs Fixed:
Fix broken links and add correct links to about dialog.
Eeschema: highlight the first choice in rescue dialog.
Eeschema: fix zone properties dialog level setting tooltip.
Pcbnew: fix segfault when appending a board in GAL mode.
Remove some useless or incorrect asserts in plot functions.
Pcbnew: continue loading footprints after first failure.
Eeschema: don’t apply last line width to text thickness in
symbol library editor.
Pcbnew: add option to plot DXF lines in outline mode.
Pcbnew: add option to plot DXF editable text.
Pcbnew: fix crash when dragging a track.
Fix crash when dragging a track.
Remove leading/trailing white space error message from field
validator.
* Other changes:
Pcbnew: fix bug loading board files written when layers could
have numeric names.
Pcbnew: prevent segfault when outline has no vertices reading
P-CAD file.
Pcbnew: fix tooltip error in copper zones dialog.
Eeschema: move BOM scripts so they are installed correctly.
Apply changes from master to GOST page layouts.
Save text thickness in worksheet editor.
Fix default line widths for non-mm units in DXF import.
Better error messages when throwing an I/O error or parse error.
Cvpcb: fix incorrect assignments when using .equ files and
automatic association.
Fix possible crash and issues when a incorrect fp lib table is
loaded.
Fix crash when writing zip archive file to folder that is not
writeable.
Fix issues in plot functions when used from python scripts.
* Wed Mar 22 2017 xxxxxmichl@googlemail.com
- Update to version 4.0.6
- Upstream changes
* Library changes:
You may need to update your footprint library table in pcbnew,
because some footprint libraries have been renamed as follows:
Buttons_Switches_ThroughHole.pretty ->
Buttons_Switches_THT.pretty
Capacitors_ThroughHole.pretty -> Capacitors_THT.pretty
Connect.pretty -> Connectors.pretty
Diodes_ThroughHole.pretty -> Diodes_THT.pretty
Display.pretty -> Displays.pretty
Relays_ThroughHole.pretty -> Relays_THT.pretty
Resistors_ThroughHole.pretty -> Resistors_THT.pretty
Sockets_BNC.pretty -> Connectors_TE-Connectivity.pretty
Sockets_Mini-Universal.pretty ->
Connectors_Mini-Universal.pretty
Sockets_WAGO734.pretty -> Connectors_WAGO.pretty
Terminal_Blocks.pretty -> Connectors_Terminal_Blocks.pretty
* Bugs fixed:
Pcbnew: fix an issue where path separators are not translated
from \ in Windows to / on Unix.
Pcbnew: do not use default board solder mask clearance in
footprint editor.
Pcbnew: fix a potential incompatibility (due to an old bug)
with files which could be created by some recent Pcbnew versions.
Eeschema: fix rotate bug in symbol library editor.
Changes:
Replace avhttp with libcurl.
Pcbnew: fix a potential bug where a GAL canvas method was
called from the legacy canvas.
Eeschema: reorder toolbar slightly.
* The KiCad development team hopes you enjoy this latest stable
release of KiCad.
* Wed Feb 1 2017 adam.majer@suse.de
- use individual libboost-*-devel packages instead of boost-devel
* Tue Jan 10 2017 davejplater@gmail.com
- Update to version 4.0.5
- The KiCad project is pleased to announce that it is the first
electronic development application to fully support the Gerber X2
extensions.
- Upstream changes
* Bugs Fixed:
KiCad: fix crash when attempting to view ERC log with text
editor.
Pcbnew: fix several auto save file issues.
Eeschema: fix assertion on delete node hot key while busy.
Pcbnew: fix drill file naming issue.
CvPcb: remove broken footprint documentation feature.
Footprint editor: fix transform for incorrect mirroring of pads
(only effects pads with offset).
Pcbnew: prevent drawing tracks on non copper layers in GAL
canvas.
Fix crash when BOARD members are changed and PNS is active.
Fix wrong CSV BOM format using bom2csv.xsl script with custom
entries.
* Changes:
Fixed a crash when drawing a single point polyline.
Gerbview: make print dialog display graphic layers list on some
windows managers like Unity.
Pcbnew: fix epic footprint editor DXF import fail.
Fixed a crash when a negative (although invalid) net code
occurs in legacy plugin.
Pcbnew: prevent reversal of pad loading order when loading board.
Fix incorrect indentation which generates compiler warnings.
Pcbnew: make polygons strictly simple before fracturing them
in zone fill calculations.
Fix off-by-one in saving bitmaps.
Version string improvements.
* The KiCad development team hopes you enjoy this latest stable
release of KiCad.
* Tue Nov 22 2016 adam.majer@suse.de
- No longer depend on boost_1_58_0 explicitly as it now provides
boost-devel with correct version numbers.
* Mon Sep 12 2016 davejplater@gmail.com
- Update to version 4.0.4
* bugfix release
- Ran dos2unix and rebased
kicad-boost-1_61-boost-context-changes.patch
- Rebased kicad-set-cxx-version.patch,kicad-suse-help-path.patch,
and kicad-user-library.patch.
* Sat Aug 27 2016 stefan.bruens@rwth-aachen.de
- Pull some coroutine changes from kicad master, to fix build
with boost 1.61 (boo#994383). Use on Leap and TW.
* Add kicad-boost-1_61-boost-context-changes.patch
- Set C++ version to C++11, required by boost patch
* Add kicad-set-cxx-version.patch
* Mon Aug 8 2016 dmitry_r@opensuse.org
- Update to version 4.0.3
* Bugfix release
* Drop obsolete kicad-swig-3.0.10.patch
* Thu Jul 7 2016 dmitry_r@opensuse.org
- Fix broken swig import script when using swig >= 3.0.10
* kicad-swig-3.0.10.patch
* Fri May 6 2016 davejplater@gmail.com
- Added kicad-suse-help-path.patch to enable help in kicad.
- Added post and postun macros to allow proper integration with
various gui systems.
* Mon Mar 21 2016 dmitry_r@opensuse.org
- Update to version 4.0.2
* Bugfix release
* Wed Dec 9 2015 dmitry_r@opensuse.org
- Update to version 4.0.1
* Sun Dec 6 2015 dvaleev@suse.com
- Increase diskspace constraints to 8GB
* Mon Nov 30 2015 dmitry_r@opensuse.org
- Update to version 4.0.0
Changes from previous stable release:
* New graphics rendering backend GAL (OpenGL and Cairo)
* New s-expression based pcb format (.kicad_pcb)
* New footprint library format (.pretty folder with .kicad_mod footprints)
* Updated footprint editor
* More advanced footprint manager concept called footprint library table (fp-lib-table)
* Ability to download footprints on the fly from git repositories
* Official libraries are now stored on github and regularly updated
* Awesome/Advanced Push and Shove (PnS) router (only usable with GAL renderer)
* Interactive differential trace routing and tuning
* Interactive trace length tuning
* Much more realistic 3D board rendering
* Intelligent library search with preview in Eeschema
* Initial Python api for Pcbnew
* Mon Nov 9 2015 dmitry_r@opensuse.org
- Update to version 4.0.0-rc2
* Wed Sep 30 2015 dmitry_r@opensuse.org
- Set minimal memory size for building: 3500 Mb
* Sun Sep 13 2015 dmitry_r@opensuse.org
- Update to version 4.0.0-rc1
* Drop kicad-gost package
* Drop pre_checkin.sh
* Drop container_fwd.hpp.patch
* Drop kikad-no-templates-install.patch
- Change license to "GPL-2.0+ and GPL-3.0+" due to source code changes
- Use user library instead of system
* kicad-user-library.patch
- Replase kicad-libraries package with kicad-library-install.sh
script for creation offline library copy.
* kicad-library-repos-install.patch
* Tue Jun 30 2015 tjcw@physics.org
- Mend build breakage by using 'system' list class rather than kicad/boost one
* container_fwd.hpp.patch
* Wed Mar 25 2015 jengelh@inai.de
- Do not conflict with self-provides
* Tue Feb 25 2014 dmitry_r@opensuse.org
- Update to version 20140120
* Bug fixes
* Wed Aug 7 2013 dmitry_r@opensuse.org
- Removed templates to avoid conflict with kicad-library package
* kikad-no-templates-install.patch
- Removed obsolete kicad-2012.01.19-build-with-old-wxwidgets.patch
* Wed Jul 17 2013 dmitry_r@opensuse.org
- Update to version 20130707
* no changelog available
* removed obsolete kicad-2012.01.19-gcc-4.7.patch
* Thu Jun 27 2013 dmitry_r@opensuse.org
- Change package license to GPL-2.0+ [bnc#796377]
* Mon Apr 8 2013 werner.ho@gmx.de
- new version 20130330
- removed version patch
* Wed Jan 23 2013 dmitry_r@opensuse.org
- Update to version 20120521
* various bugfixes, no detailed changelog available
- Change package license to GPL-3.0 [bnc#796377]
- Build with Unicode support
- Add switcher for build with GOST support
- Fix displayed version
* kicad-version.patch
* Tue Aug 28 2012 scorot@free.fr
- fix build with old wxWindow on SLE 11
* Wed Jun 27 2012 scorot@free.fr
- add patch from debian to fix build with gcc-4.7
* Sat Feb 11 2012 werner.ho@gmx.de
- new version 2012-01-19
* Tue Jan 17 2012 werner.ho@gmx.de
- new version 2011-12-28
* Sun Aug 21 2011 werner.ho@gmx.de
- new version 2011-07-08
* Fri May 27 2011 werner.ho@gmx.de
- new version 2011-04-29
* Mon Mar 28 2011 stefan.bruens@rwth-aachen.de
- explicit request for DOUBLEBUFFER and DEPTH>=16
fixes SwapBuffer() crash on Intel and Radeon GPUs
* Tue Mar 15 2011 werner.ho@gmx.de
- build fix for openSUSE 11.4
* Sun Nov 7 2010 werner.ho@gmx.de
- added l10n files and patch fixes bug [#650383]
* Fri Jul 23 2010 mhopf@novell.com
- Update to 2010-05-05-stable
* Mon Apr 12 2010 mhopf@novell.com
- Make it build with older wxGTK (wxAuiToolBar)
* Mon Apr 12 2010 mhopf@novell.com
- Update to 2010-04-06-SVN2508
Currently only builds on 11.2
* Wed Jun 17 2009 Werner Hoch <werner.ho@gmx.de> - 2009.02.06
- new version 2009.02.06
* Sat Dec 20 2008 Werner Hoch <werner.ho@gmx.de> - 2008.08.25
- build fix for openSUSE 11.1
- added freeglut-devel and update_desktop_file
- directory fixes
* Sat Oct 4 2008 Werner Hoch <werner.ho@gmx.de> - 2008.08.25
- new version 2008.08.25
* Tue Mar 25 2008 Werner Hoch <werner.ho@gmx.de>
- new version 2008.03.20
* Tue Dec 25 2007 Werner Hoch <werner.ho@gmx.de>
- adapted spec file from kicad-2007.07.09-2.fc8.src.rpm
- removed french project descriptions
- use cmake build process
- new version 2007.11.29
Mon Oct 15 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2007.07.09-2
- Update desktop file
Thu Oct 04 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2007.07.09-1
- New upstream version
- Merge previous patches
- Remove X-Fedora, Electronics and Engineering categories
- Update desktop file
Mon Aug 27 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2007.01.15-4
- License tag clarification
Thu Aug 23 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2007.01.15-3
- Rebuild
Wed Feb 14 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2007.01.15-2
- Fix desktop entry. Fix #228598
Thu Feb 8 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2007.01.15-1
- New upstream version
Thu Feb 8 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2006.08.28-4
- Add patch to build with RPM_OPT_FLAGS and remove -s from LDFLAGS
Contribution of Ville Skyttä <ville[DOT]skytta[AT]iki[DOT]fi>
Fix #227757
- Fix typo in french summary
* Thu Dec 28 2006 Jason L Tibbitts III <tibbs@math.uh.edu> 2006.08.28-3
- Rebuild with wxGTK 2.8.
* Thu Oct 5 2006 Christian Iseli <Christian.Iseli@licr.org> 2006.08.28-2
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
Fri Sep 22 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2006.08.28-1
- New upstream version
- Use macro style instead of variable style
- Install missing modules. Fix #206602
Fri Sep 1 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2006.06.26-6
- FE6 rebuild
Mon Jul 10 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2006.06.26-5
- Removing backup files is no more needed.
Mon Jul 10 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2006.06.26-4
- Remove BR libGLU-devel that is no more needed (bug #197501 is closed)
- Fix files permissions.
Mon Jul 3 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2006.06.26-3
- s/mesa-libGLU-devel/libGLU-devel/
Mon Jul 3 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2006.06.26-2
- BR mesa-libGLU-devel
Wed Jun 28 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2006.06.26-1
- New upstream version
Tue Jun 13 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2006.04.24-5
- Change name
- Use %%%%{_docdir} instead of %%%%{_datadir}/doc
- Use %%%%find_lang
- Update desktop database
- Convert MSDOS EOL to Unix EOL
- Remove BR utrac
Mon Jun 12 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2006-04-24-0-4
- Patch to suppress extra qualification compile time error on FC5
- BR utrac to convert MSDOS files before applying patch
This will be remove for the next upstream version.
Tue May 23 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2006-04-24-0-3
- Install help in /usr/share/doc/kicad/ as the path is hardcoded
in gestfich.cpp
- Add desktop file
Mon May 22 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2006-04-24-0-2
- Add a second tarball that contains many things that are not included in
the upstream source tarball such components and footprints librairies,
help, localisation, etc.
Sun May 21 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2006-04-24-0-1
- Initial Fedora RPM