2024-01-06 08:26:57 +01:00
|
|
|
Name: pcb
|
2024-01-06 08:26:57 +01:00
|
|
|
Epoch: 1
|
2024-01-06 08:26:58 +01:00
|
|
|
Version: 4.3.0
|
2024-01-06 08:26:57 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: PCB Editor layout
|
|
|
|
Group: Graphical Desktop/Applications/Scientific
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 08:26:58 +01:00
|
|
|
URL: https://pcb.sourceforge.net/
|
2024-01-06 08:26:57 +01:00
|
|
|
Source: https://downloads.sourceforge.net/project/pcb/pcb/pcb-%{version}/pcb-%{version}.tar.gz
|
2024-01-06 08:26:57 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-06 08:26:57 +01:00
|
|
|
BuildRequires: ldconfig
|
|
|
|
BuildRequires: libGL-devel
|
|
|
|
BuildRequires: libGLU-devel
|
|
|
|
BuildRequires: libICE-devel
|
|
|
|
BuildRequires: libSM-devel
|
|
|
|
BuildRequires: libXinerama-devel
|
|
|
|
BuildRequires: libXmu-devel
|
|
|
|
BuildRequires: libXrender-devel
|
|
|
|
BuildRequires: libXt-devel
|
2024-01-06 08:26:57 +01:00
|
|
|
BuildRequires: libatk-devel
|
|
|
|
BuildRequires: libcairo-devel
|
2024-01-06 08:26:57 +01:00
|
|
|
BuildRequires: libdbus-devel
|
2024-01-06 08:26:57 +01:00
|
|
|
BuildRequires: libfontconfig-devel
|
|
|
|
BuildRequires: libfreetype-devel
|
|
|
|
BuildRequires: libgd-devel
|
2024-01-06 08:26:57 +01:00
|
|
|
BuildRequires: libgdk-pixbuf-devel
|
2024-01-06 08:26:57 +01:00
|
|
|
BuildRequires: libglib-devel
|
2024-01-06 08:26:57 +01:00
|
|
|
BuildRequires: libgtk2-devel
|
|
|
|
BuildRequires: libgtkglext-devel
|
|
|
|
BuildRequires: libharfbuzz-devel
|
2024-01-06 08:26:57 +01:00
|
|
|
BuildRequires: libpango-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 08:26:57 +01:00
|
|
|
BuildRequires: m4
|
|
|
|
BuildRequires: flex
|
|
|
|
BuildRequires: bison
|
2024-01-06 08:26:57 +01:00
|
|
|
Requires(post):%{__install_info}
|
|
|
|
|
|
|
|
%description
|
|
|
|
Pcb is a CAD (computer aided design) program for the physical design of printed circuit boards.
|
|
|
|
|
2024-01-06 08:26:57 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-06 08:26:57 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure \
|
|
|
|
--disable-update-desktop-database \
|
|
|
|
--disable-update-mime-database
|
2024-01-06 08:26:57 +01:00
|
|
|
|
2024-01-06 08:26:57 +01:00
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
2024-01-06 08:26:57 +01:00
|
|
|
|
2024-01-06 08:26:57 +01:00
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post
|
|
|
|
|
|
|
|
%preun
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 08:26:57 +01:00
|
|
|
%{_bindir}/pcb
|
|
|
|
%{_bindir}/Merge*
|
|
|
|
%dir %{_datadir}/pcb
|
2024-01-06 08:26:57 +01:00
|
|
|
%{_datadir}/pcb/*
|
|
|
|
%{_datadir}/applications/pcb.desktop
|
2024-01-06 08:26:57 +01:00
|
|
|
%{_datadir}/metainfo/pcb.appdata.xml
|
2024-01-06 08:26:57 +01:00
|
|
|
%{_datadir}/gEDA/scheme/gnet-pcbfwd.scm
|
|
|
|
%{_datadir}/icons/hicolor/*/mimetypes/application-*.png
|
|
|
|
%{_datadir}/icons/hicolor/48x48/apps/pcb.png
|
|
|
|
%{_datadir}/icons/hicolor/48x48/mimetypes/application-*.png
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/pcb.svg
|
|
|
|
%{_datadir}/icons/hicolor/scalable/mimetypes/application-*.svg
|
|
|
|
%{_datadir}/mime/packages/pcb.xml
|
|
|
|
%{_datadir}/doc/pcb/*
|
2024-01-06 08:26:57 +01:00
|
|
|
%{_datadir}/info/*
|
|
|
|
%{_mandir}/man1/pcb.1*
|
2024-01-06 08:26:57 +01:00
|
|
|
%doc AUTHORS COPYING
|
|
|
|
# ChangeLog NEWS README
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 08:26:58 +01:00
|
|
|
* Tue Mar 02 2021 Automatic Build System <autodist@mambasoft.it> 4.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:26:57 +01:00
|
|
|
* Sun Jun 14 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.2.2-1mamba
|
|
|
|
- update to 4.2.2
|
|
|
|
|
2024-01-06 08:26:57 +01:00
|
|
|
* Sun May 11 2014 Automatic Build System <autodist@mambasoft.it> 20140316-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Mon Oct 24 2011 Automatic Build System <autodist@mambasoft.it> 20110918-1mamba
|
|
|
|
- update to 20110918
|
|
|
|
|
|
|
|
* Mon Oct 25 2010 Automatic Build System <autodist@mambasoft.it> 20100929-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Mon Jan 18 2010 Automatic Build System <autodist@mambasoft.it> 20091103-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Tue Jan 20 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 20081128-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Thu Aug 28 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 20080202-1mamba
|
|
|
|
- update to 20080202
|
|
|
|
|
|
|
|
* Thu Mar 22 2007 Tiziano Pratellesi <tiziano.pratellesi@mambasoft.org>
|
|
|
|
- update to 20070208p1 version
|
|
|
|
|
|
|
|
* Fri Sep 15 2006 Tiziano Pratellesi <info@mycare.it> 20060822-1qilnx
|
|
|
|
- package created by autospec
|