From 956ad723d906d93f924e402b6378cd711b2b951952324f9917fd520fdbc1e703 Mon Sep 17 00:00:00 2001 From: Tomas Cech Date: Mon, 22 Apr 2013 05:46:51 +0000 Subject: [PATCH] - let there be ePeriodique! OBS-URL: https://build.opensuse.org/package/show/X11:Enlightenment:Factory/eperiodique?expand=0&rev=1 --- .gitattributes | 23 +++++++++++++++ eperiodique-0.4.tar.bz2 | 3 ++ eperiodique.changes | 5 ++++ eperiodique.spec | 65 +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 96 insertions(+) create mode 100644 .gitattributes create mode 100644 eperiodique-0.4.tar.bz2 create mode 100644 eperiodique.changes create mode 100644 eperiodique.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/eperiodique-0.4.tar.bz2 b/eperiodique-0.4.tar.bz2 new file mode 100644 index 0000000..633cd34 --- /dev/null +++ b/eperiodique-0.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13a3c8c4050a9186ff68387454105205962394bd3adb45e3eb9cd8fb8c63f5f0 +size 9419341 diff --git a/eperiodique.changes b/eperiodique.changes new file mode 100644 index 0000000..39ea603 --- /dev/null +++ b/eperiodique.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Mon Apr 22 05:41:33 UTC 2013 - sleep_walker@suse.cz + +- let there be ePeriodique! + diff --git a/eperiodique.spec b/eperiodique.spec new file mode 100644 index 0000000..d2c1826 --- /dev/null +++ b/eperiodique.spec @@ -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