Accepting request 241824 from X11:Enlightenment:Factory
Update to work with efl 1.8 and later OBS-URL: https://build.opensuse.org/request/show/241824 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/eperiodique?expand=0&rev=3
This commit is contained in:
commit
827c11352f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:13a3c8c4050a9186ff68387454105205962394bd3adb45e3eb9cd8fb8c63f5f0
|
|
||||||
size 9419341
|
|
3
eperiodique-0.5.tar.bz2
Normal file
3
eperiodique-0.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b2c15785e37e469ddb149e6110db453f4d2a97324e3d2998c34081505787d52d
|
||||||
|
size 9397075
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 2 07:20:00 UTC 2014 - sleep_walker@suse.cz
|
||||||
|
|
||||||
|
- bump to 0.5 (which was only updated to work with EFL 1.8.0)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 1 00:07:52 UTC 2013 - simon@simotek.net
|
||||||
|
|
||||||
|
- let ePeriodique build of efl 1.8.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 22 05:41:33 UTC 2013 - sleep_walker@suse.cz
|
Mon Apr 22 05:41:33 UTC 2013 - sleep_walker@suse.cz
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package eperiodique
|
# spec file for package eperiodique
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) specCURRENT_YEAR SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) specCURRENT_YEAR SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -15,20 +16,21 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: eperiodique
|
Name: eperiodique
|
||||||
Version: 0.4
|
Version: 0.5
|
||||||
Release: 0
|
Release: 0
|
||||||
License: BSD-2-Clause
|
|
||||||
Summary: Periodic table of elements in EFL
|
Summary: Periodic table of elements in EFL
|
||||||
Url: http://eperiodique.sourceforge.net/
|
License: BSD-2-Clause
|
||||||
Group: Amusements/Teaching/Other
|
Group: Amusements/Teaching/Other
|
||||||
|
Url: http://eperiodique.sourceforge.net/
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
BuildRequires: eina-devel >= 1.7.0
|
BuildRequires: pkgconfig(edje) >= 1.8.0
|
||||||
BuildRequires: evas-devel >= 1.7.0
|
BuildRequires: pkgconfig(eina) >= 1.8.0
|
||||||
BuildRequires: edje-devel >= 1.7.0
|
BuildRequires: pkgconfig(elementary) >= 1.8.0
|
||||||
BuildRequires: elementary-devel >= 1.7.0
|
BuildRequires: pkgconfig(evas) >= 1.8.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{suse_version}
|
%if 0%{?suse_version}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -44,7 +46,7 @@ basic data for each element, pictures, Bohr models and lattice structures.
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR="%{buildroot}"
|
make install DESTDIR="%{buildroot}" %{?_smp_mflags}
|
||||||
mkdir %{buildroot}%{_datadir}/pixmaps
|
mkdir %{buildroot}%{_datadir}/pixmaps
|
||||||
rm -rf %{buildroot}%{_datadir}/doc
|
rm -rf %{buildroot}%{_datadir}/doc
|
||||||
mv %{buildroot}%{_datadir}/icons/%{name}.png %{buildroot}/%{_datadir}/pixmaps/
|
mv %{buildroot}%{_datadir}/icons/%{name}.png %{buildroot}/%{_datadir}/pixmaps/
|
||||||
|
Loading…
Reference in New Issue
Block a user