update to 4.2.2 [release 4.2.2-1mamba;Sun Jun 14 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 08:26:57 +01:00
parent b255a6d9c9
commit f327be8c39

View File

@ -1,5 +1,6 @@
Name: pcb Name: pcb
Version: 20140316 Epoch: 1
Version: 4.2.2
Release: 1mamba Release: 1mamba
Summary: PCB Editor layout Summary: PCB Editor layout
Group: Graphical Desktop/Applications/Scientific Group: Graphical Desktop/Applications/Scientific
@ -7,44 +8,43 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://pcb.sourceforge.net/ URL: http://pcb.sourceforge.net/
Source: http://downloads.sourceforge.net/project/pcb/pcb/pcb-%{version}/pcb-%{version}.tar.gz Source: https://downloads.sourceforge.net/project/pcb/pcb/pcb-%{version}/pcb-%{version}.tar.gz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: bison
BuildRequires: flex
BuildRequires: glibc-devel BuildRequires: glibc-devel
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
BuildRequires: libatk-devel BuildRequires: libatk-devel
BuildRequires: libcairo-devel BuildRequires: libcairo-devel
BuildRequires: libdbus-devel
BuildRequires: libfontconfig-devel BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel BuildRequires: libfreetype-devel
BuildRequires: libgd-devel BuildRequires: libgd-devel
BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglib-devel BuildRequires: libglib-devel
BuildRequires: libglitz-devel BuildRequires: libgtk2-devel
BuildRequires: libgtk-devel
BuildRequires: libjpeg-devel
BuildRequires: libpango-devel
BuildRequires: libpng-devel
BuildRequires: libX11-devel
BuildRequires: libXpm-devel
BuildRequires: libXrender-devel
BuildRequires: libz-devel
BuildRequires: m4
## AUTOBUILDREQ-END
BuildRequires: libgtkglext-devel BuildRequires: libgtkglext-devel
Requires: m4 BuildRequires: libharfbuzz-devel
Requires: libgtk BuildRequires: libpango-devel
Requires: libgd ## AUTOBUILDREQ-END
Requires: flex BuildRequires: m4
Requires: bison BuildRequires: flex
Requires: libcairo BuildRequires: bison
Requires: libglitz
Requires: libpthread-stubs
Requires(post):%{__install_info} Requires(post):%{__install_info}
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Pcb is a CAD (computer aided design) program for the physical design of printed circuit boards. Pcb is a CAD (computer aided design) program for the physical design of printed circuit boards.
%debug_package
%prep %prep
%setup -q %setup -q
@ -52,11 +52,13 @@ Pcb is a CAD (computer aided design) program for the physical design of printed
%configure \ %configure \
--disable-update-desktop-database \ --disable-update-desktop-database \
--disable-update-mime-database --disable-update-mime-database
%make %make
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall %makeinstall
%find_lang %{name} %find_lang %{name}
%clean %clean
@ -68,12 +70,12 @@ Pcb is a CAD (computer aided design) program for the physical design of printed
%files -f %{name}.lang %files -f %{name}.lang
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/* %{_bindir}/pcb
%{_datadir}/info/* %{_bindir}/Merge*
%{_mandir}/man1/pcb.1.gz %dir %{_datadir}/pcb
%{_datadir}/pcb/* %{_datadir}/pcb/*
%{_datadir}/applications/pcb.desktop %{_datadir}/applications/pcb.desktop
%{_datadir}/appdata/pcb.appdata.xml %{_datadir}/metainfo/pcb.appdata.xml
%{_datadir}/gEDA/scheme/gnet-pcbfwd.scm %{_datadir}/gEDA/scheme/gnet-pcbfwd.scm
%{_datadir}/icons/hicolor/*/mimetypes/application-*.png %{_datadir}/icons/hicolor/*/mimetypes/application-*.png
%{_datadir}/icons/hicolor/48x48/apps/pcb.png %{_datadir}/icons/hicolor/48x48/apps/pcb.png
@ -81,12 +83,16 @@ Pcb is a CAD (computer aided design) program for the physical design of printed
%{_datadir}/icons/hicolor/scalable/apps/pcb.svg %{_datadir}/icons/hicolor/scalable/apps/pcb.svg
%{_datadir}/icons/hicolor/scalable/mimetypes/application-*.svg %{_datadir}/icons/hicolor/scalable/mimetypes/application-*.svg
%{_datadir}/mime/packages/pcb.xml %{_datadir}/mime/packages/pcb.xml
%{_datadir}/mimelnk/application/*.desktop
%{_datadir}/doc/pcb/* %{_datadir}/doc/pcb/*
%{_datadir}/info/*
%{_mandir}/man1/pcb.1*
%doc AUTHORS COPYING %doc AUTHORS COPYING
# ChangeLog NEWS README # ChangeLog NEWS README
%changelog %changelog
* Sun Jun 14 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.2.2-1mamba
- update to 4.2.2
* Sun May 11 2014 Automatic Build System <autodist@mambasoft.it> 20140316-1mamba * Sun May 11 2014 Automatic Build System <autodist@mambasoft.it> 20140316-1mamba
- automatic update by autodist - automatic update by autodist