2024-01-05 23:22:30 +01:00
|
|
|
Name: gperiodic
|
2024-01-05 23:22:31 +01:00
|
|
|
Version: 3.0.3
|
2024-01-05 23:22:30 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 23:22:30 +01:00
|
|
|
Summary: GPeriodic is a periodic table application for Linux
|
|
|
|
Group: Graphical Desktop/Applications/Educational
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 23:22:31 +01:00
|
|
|
URL: https://www.frantz.fi/software/gperiodic.php
|
2024-01-05 23:22:30 +01:00
|
|
|
Source: http://downloads.sourceforge.net/project/gperiodic/gperiodic-%{version}.tar.gz
|
2024-01-05 23:22:30 +01:00
|
|
|
Patch0: %{name}-2.0.10-path.patch
|
|
|
|
Patch1: %{name}-2.0.10-makefile.patch
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libatk-devel
|
|
|
|
BuildRequires: libcairo-devel
|
|
|
|
BuildRequires: libglib-devel
|
|
|
|
BuildRequires: libgtk-devel
|
|
|
|
BuildRequires: libpango-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
GPeriodic is a periodic table application for Linux. It allows you to browse through a periodic table of the elements, and view detailed information on each of the elements. This program also features a non-graphical interface.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-05 23:22:30 +01:00
|
|
|
#%patch0 -p1
|
|
|
|
#%patch1 -p1
|
2024-01-05 23:22:30 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}/%{_bindir}
|
|
|
|
mkdir -p %{buildroot}/%{_datadir}/pixmaps
|
|
|
|
mkdir -p %{buildroot}/%{_datadir}/applications
|
|
|
|
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
%{_datadir}/applications/%{name}.desktop
|
2024-01-05 23:22:30 +01:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/gperiodic.png
|
2024-01-05 23:22:30 +01:00
|
|
|
%dir %{_datadir}/pixmaps
|
|
|
|
%{_datadir}/pixmaps/*
|
2024-01-05 23:22:30 +01:00
|
|
|
%{_mandir}/man1/gperiodic.1*
|
|
|
|
%doc AUTHORS
|
|
|
|
#ChangeLog README
|
2024-01-05 23:22:30 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 23:22:31 +01:00
|
|
|
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 3.0.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:22:30 +01:00
|
|
|
* Mon Feb 01 2016 Automatic Build System <autodist@mambasoft.it> 3.0.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 23:22:30 +01:00
|
|
|
* Thu Apr 30 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.0-1mamba
|
|
|
|
- update to 3.0.0
|
|
|
|
|
2024-01-05 23:22:30 +01:00
|
|
|
* Mon Aug 19 2013 Automatic Build System <autodist@mambasoft.it> 2.0.10-2mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Sun Jul 20 2008 gil <puntogil@libero.it> 2.0.10-1mamba
|
|
|
|
- update to 2.0.10
|
|
|
|
- edit patch
|
|
|
|
- added patch (remove -DGTK_DISABLE_DEPRECATED)
|
|
|
|
|
|
|
|
* Tue Aug 30 2005 Massimo Pintore <massimo.pintore@qilinux.it> 2.0.8-1qilnx
|
|
|
|
- package created by autospec
|