Tomas Cech 2013-04-22 05:46:51 +00:00 committed by Git OBS Bridge
commit 956ad723d9
4 changed files with 96 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

3
eperiodique-0.4.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:13a3c8c4050a9186ff68387454105205962394bd3adb45e3eb9cd8fb8c63f5f0
size 9419341

5
eperiodique.changes Normal file
View File

@ -0,0 +1,5 @@
-------------------------------------------------------------------
Mon Apr 22 05:41:33 UTC 2013 - sleep_walker@suse.cz
- let there be ePeriodique!

65
eperiodique.spec Normal file
View File

@ -0,0 +1,65 @@
#
# spec file for package eperiodique
#
# Copyright (c) specCURRENT_YEAR SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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 http://bugs.opensuse.org/
#
Name: eperiodique
Version: 0.4
Release: 0
License: BSD-2-Clause
Summary: Periodic table of elements in EFL
Url: http://eperiodique.sourceforge.net/
Group: Amusements/Teaching/Other
Source: %{name}-%{version}.tar.bz2
BuildRequires: eina-devel >= 1.7.0
BuildRequires: evas-devel >= 1.7.0
BuildRequires: edje-devel >= 1.7.0
BuildRequires: elementary-devel >= 1.7.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{suse_version}
BuildRequires: fdupes
%endif
%description
Graphical application that display the periodic table of the elements. It shows
basic data for each element, pictures, Bohr models and lattice structures.
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
make install DESTDIR="%{buildroot}"
mkdir %{buildroot}%{_datadir}/pixmaps
rm -rf %{buildroot}%{_datadir}/doc
mv %{buildroot}%{_datadir}/icons/%{name}.png %{buildroot}/%{_datadir}/pixmaps/
%{find_lang} %{name}
%if 0%{?suse_version}
%fdupes %{buildroot}%{_datadir}/%{name}
%endif
%files -f %{name}.lang
%defattr(-,root,root)
%doc ChangeLog README COPYING TODO AUTHORS NEWS
%{_bindir}/*
%{_mandir}/*/*
%{_datadir}/%{name}
%{_datadir}/pixmaps/*
%{_datadir}/applications/*
%changelog