[info=9b1934d9cd964edbc1df7166c41e81edc55d6c4f69efd283f9dff0947da54739]

OBS-URL: https://build.opensuse.org/package/show/science/gperiodic?expand=0&rev=11
This commit is contained in:
2024-08-27 19:43:55 +00:00
committed by Git OBS Bridge
commit 467b84e2d4
7 changed files with 121 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.osc

4
_scmsync.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
mtime: 1609147829
commit: 9b1934d9cd964edbc1df7166c41e81edc55d6c4f69efd283f9dff0947da54739
url: https://src.opensuse.org/jengelh/gperiodic
revision: master

BIN
build.specials.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

BIN
gperiodic-3.0.3.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

28
gperiodic.changes Normal file
View File

@@ -0,0 +1,28 @@
-------------------------------------------------------------------
Thu Dec 24 12:15:21 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Specfile modernization
-------------------------------------------------------------------
Mon Dec 16 23:32:07 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update to release 3.0.3
* Build fixes only
-------------------------------------------------------------------
Tue Feb 21 00:03:37 UTC 2017 - jengelh@inai.de
- Update to new upstream release 3.0.2
* Update info about elements with numbers 113, 115, 117, 118
- Remove all.diff (fixed upstream)
-------------------------------------------------------------------
Sun Mar 13 10:08:00 UTC 2016 - jengelh@inai.de
- Update to new upstream release 3.0.1
* Update desktop file
-------------------------------------------------------------------
Sun Mar 15 14:26:39 UTC 2015 - jengelh@inai.de
- Initial package (version 3.0.0) for build.opensuse.org

59
gperiodic.spec Normal file
View File

@@ -0,0 +1,59 @@
#
# spec file for package gperiodic
#
# Copyright (c) 2020 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/
#
Name: gperiodic
Version: 3.0.3
Release: 0
Summary: A program for looking up data of elements from the periodic table
License: GPL-2.0-or-later
Group: Productivity/Scientific/Chemistry
URL: http://gperiodic.sf.net/
Source: http://download.sf.net/gperiodic/%name-%version.tar.gz
BuildRequires: fdupes
BuildRequires: intltool
BuildRequires: pkgconfig(gtk+-2.0)
%description
GPeriodic is a program for looking up data of elements from the
periodic table. This program also features a non-graphical interface.
%lang_package
%prep
%autosetup -p1
%build
%make_build CFLAGS="%optflags"
%install
%make_install
%find_lang %name
%fdupes %buildroot/%_prefix
%files
%_bindir/gperiodic
%_mandir/man1/gperiodic*
%_datadir/applications/gperiodic*
%_datadir/icons/*
%_datadir/pixmaps/gperiodic*
%license gpl.txt
%files lang -f %name.lang
%changelog