Pavel Shevchuk 7b37171
Name:           evas
e07c5fd
Version:        1.7.10
e07c5fd
Release:        1%{?dist}
Pavel Shevchuk 7b37171
Summary:        Hardware-accelerated state-aware canvas API
Pavel Shevchuk 7b37171
Group:          System Environment/Libraries
Pavel Shevchuk 7b37171
License:        MIT
Pavel Shevchuk 7b37171
URL:            http://web.enlightenment.org/p.php?p=about/efl&l=en
6143e9d
Source0:        http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
Dan Mashal 5ee690e
Dan Mashal 5ee690e
BuildRequires:  chrpath
6143e9d
BuildRequires:  eet-devel 
Dan Mashal 1a88fe0
BuildRequires:  libeina-devel
Dan Mashal 6755ace
BuildRequires:  freetype-devel libX11-devel libXext-devel
Pavel Shevchuk 7b37171
BuildRequires:  libXrender-devel fontconfig-devel libjpeg-devel libpng-devel
017bb05
BuildRequires:  librsvg2-devel libtiff-devel giflib-devel fribidi-devel
Dan Mashal d816ab0
BuildRequires:  mesa-libGL-devel mesa-libGLU-devel doxygen
Pavel Shevchuk 7b37171
Pavel Shevchuk 7b37171
%description
Pavel Shevchuk 7b37171
Evas is a clean display canvas API for several target display systems
Pavel Shevchuk 7b37171
that can draw anti-aliased text, smooth super and sub-sampled scaled
Pavel Shevchuk 7b37171
images, alpha-blend objects and much more.
Pavel Shevchuk 7b37171
Pavel Shevchuk 7b37171
%package        devel
Pavel Shevchuk 7b37171
Summary:        Development files for %{name}
Pavel Shevchuk 7b37171
Group:          Development/Libraries
75f870f
Requires:       %{name}%{?_isa} = %{version}-%{release} 
a6c0d17
Requires:       pkgconfig 
Pavel Shevchuk 20d700b
Requires:       libX11-devel
Pavel Shevchuk 7b37171
Pavel Shevchuk 7b37171
%description    devel
Pavel Shevchuk 7b37171
The %{name}-devel package contains libraries and header files for
Pavel Shevchuk 7b37171
developing applications that use %{name}.
Pavel Shevchuk 7b37171
Pavel Shevchuk 7b37171
%prep
a4cd343
%setup -q -n %{name}-%{version}
Pavel Shevchuk 7b37171
Pavel Shevchuk 7b37171
%build
a6c0d17
%configure --disable-static -enable-fb
6143e9d
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
6143e9d
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
Pavel Shevchuk 7b37171
make %{?_smp_mflags}
d826f75
cd doc; make doc %{?_smp_mflags}
Pavel Shevchuk 7b37171
Pavel Shevchuk 7b37171
%install
e04c4b0
make install DESTDIR=%{buildroot} INSTALL='install -p'
e04c4b0
chrpath --delete %{buildroot}%{_libdir}/%{name}/modules/*/*/*/*.so
a6c0d17
# chrpath --delete %%{buildroot}%%{_bindir}/evas*
a6c0d17
# chrpath --delete %%{buildroot}%%{_libdir}/libevas-ver-svn*
e04c4b0
find %{buildroot} -name '*.la' -delete
Pavel Shevchuk 7b37171
d826f75
# remove unfinished manpages
d826f75
find doc/man/man3 -size -100c -delete
d826f75
d826f75
for l in todo %{name}.dox
d826f75
do
d826f75
 rm -f doc/man/man3/$l.3
d826f75
done 
d826f75
d826f75
chmod -x doc/html/*
d826f75
d826f75
mkdir -p %{buildroot}%{_mandir}/man3
d826f75
install -Dpm0644 doc/man/man3/* %{buildroot}%{_mandir}/man3
527123a
mv %{buildroot}%{_mandir}/man3/authors.3 %{buildroot}%{_mandir}/man3/%{name}-authors.3
527123a
mv %{buildroot}%{_mandir}/man3/deprecated.3 %{buildroot}%{_mandir}/man3/%{name}-deprecated.3
3c0ecae
mv %{buildroot}%{_mandir}/man3/Examples.3 %{buildroot}%{_mandir}/man3/%{name}-Examples.3
Pavel Shevchuk 7b37171
Pavel Shevchuk 7b37171
%post -p /sbin/ldconfig
Pavel Shevchuk 7b37171
Pavel Shevchuk 7b37171
%postun -p /sbin/ldconfig
Pavel Shevchuk 7b37171
Pavel Shevchuk 7b37171
%files
9ad5b6c
%doc AUTHORS COPYING README ChangeLog
Pavel Shevchuk 7b37171
%{_libdir}/*.so.*
Pavel Shevchuk 39d10fc
%{_libdir}/%{name}
e04c4b0
%{_bindir}/%{name}*
47b78f5
%{_datadir}/%{name}
a6c0d17
%{_libexecdir}/dummy_slave
a6c0d17
%{_libexecdir}/evas_cserve2
a6c0d17
%{_libexecdir}/evas_cserve2_slave
Pavel Shevchuk 7b37171
Pavel Shevchuk 7b37171
%files devel
d826f75
%doc doc/html/*
d826f75
%{_mandir}/man3/*
Pavel Shevchuk 7b37171
%{_includedir}/*
Pavel Shevchuk 7b37171
%{_libdir}/*.so
Pavel Shevchuk 7b37171
%{_libdir}/pkgconfig/*.pc
Pavel Shevchuk 7b37171
Pavel Shevchuk 7b37171
Pavel Shevchuk 7b37171
%changelog
e07c5fd
* Thu Oct 23 2014 Tom Callaway <spot@fedoraproject.org> - 1.7.10-1
e07c5fd
- update to 1.7.10
e07c5fd
cf2c366
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.9-4
cf2c366
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
cf2c366
5fa9403
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.9-3
5fa9403
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
5fa9403
a826ceb
* Wed May  7 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.7.9-2
a826ceb
- Fix FTBS due to freetype changes
a826ceb
Dan Mashal 6755ace
* Thu Nov 07 2013 Dan Mashal <dan.mashal@fedoraproject.org> - 1.7.9-1
Dan Mashal 6755ace
- Update to 1.7.9
Dan Mashal 6755ace
Dan Mashal e0977ab
* Mon Sep 23 2013 Dan Mashal <dan.mashal@fedoraproject.org> - 1.7.8-2
Dan Mashal e0977ab
- Bump release version for rawhide
Dan Mashal e0977ab
Dan Mashal 1a88fe0
* Sat Aug 17 2013 Dan Mashal <dan.mashal@fedoraproject.org> - 1.7.8-1
Dan Mashal 1a88fe0
- Update to 1.7.8
Dan Mashal d816ab0
- Tighten BRs
Dan Mashal 1a88fe0
039f2b4
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.7-2
039f2b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
039f2b4
fe30cac
* Tue Jun  4 2013 Tom Callaway <spot@fedoraproject.org> - 1.7.7-1
fe30cac
- update to 1.7.7
fe30cac
eb437ce
* Fri Apr 19 2013 Tom Callaway <spot@fedoraproject.org> - 1.7.6.1-1
eb437ce
- update to 1.7.6.1
eb437ce
53a5a20
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.4-3
53a5a20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
53a5a20
Adam Tkac 8e6b9ab
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 1.7.4-2
Adam Tkac 8e6b9ab
- rebuild due to "jpeg8-ABI" feature drop
Adam Tkac 8e6b9ab
a6c0d17
* Thu Dec 27 2012 Rahul Sundaram <sundaram@fedoraproject.org> - 1.7.4-1
a6c0d17
- update to 1.7.4
a6c0d17
cb7a42d
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 1.2.1-3
cb7a42d
- rebuild against new libjpeg
cb7a42d
3c0ecae
* Wed Aug  8 2012 Tom Callaway <spot@fedoraproject.org> - 1.2.1-2
3c0ecae
- rename "Examples.3" to something non-conflicting
3c0ecae
017bb05
* Thu Aug  2 2012 Tom Callaway <spot@fedoraproject.org> - 1.2.1-1
017bb05
- update to 1.2.1
017bb05
5f6cdca
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-3
5f6cdca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
5f6cdca
527123a
* Fri May 25 2012 Tom Callaway <spot@fedoraproject.org> - 1.2.0-2
527123a
- rename authors.3 and deprecated.3 manpages to avoid conflict
527123a
6143e9d
* Mon May  7 2012 Tom Callaway <spot@fedoraproject.org> - 1.2.0-1
6143e9d
- update to 1.2.0
6143e9d
81c9d2f
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-3
81c9d2f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
81c9d2f
942db09
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 1.0.1-2
942db09
- Rebuild for new libpng
942db09
75f870f
* Thu Jul 14 2011 Tom Callaway <spot@fedoraproject.org> - 1.0.1-1
75f870f
- update to 1.0.1
75f870f
d010f49
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-2
d010f49
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d010f49
a4cd343
* Mon Jan 31 2011 Thomas Janssen <thomasj@fedoraproject.org> 1.0.0-1
a4cd343
- final 1.0.0 release
a4cd343
42d7a88
* Wed Dec 15 2010 Thomas Janssen <thomasj@fedoraproject.org> 1.0.0-0.1.beta3
42d7a88
- beta 3 release
42d7a88
d4577ed
* Tue Nov 16 2010 Thomas Janssen <thomasj@fedoraproject.org> 1.0.0-0.1.beta2
d4577ed
- beta 2 release
d4577ed
9ad5b6c
* Fri Nov 05 2010 Thomas Janssen <thomasj@fedoraproject.org> 1.0.0-0.1.beta1
9ad5b6c
- beta 1 release
9ad5b6c
d54f65c
* Fri Jul 02 2010 Thomas Janssen <thomasj@fedoraproject.org> 0.9.9.49898-1
d54f65c
- evas 0.9.9.49898 snapshot release
d54f65c
7eb7670
* Fri Jun 11 2010 Thomas Janssen <thomasj@fedoraproject.org> 0.9.9.49539-1
7eb7670
- evas 0.9.9.49539 snapshot release
7eb7670
1ee8f11
* Wed Apr 07 2010 Thomas Janssen <thomasj@fedoraproject.org> 0.9.9.063-2
1ee8f11
- Testbuild for emotion
1ee8f11
e04c4b0
* Mon Feb 15 2010 Thomas Janssen <thomasj@fedoraproject.org> 0.9.9.063-1
e04c4b0
- New upstream source 0.9.9.063
e04c4b0
26261c0
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.9.050-3
26261c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
26261c0
21aa16e
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.9.050-2
21aa16e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
21aa16e
Pavel Shevchuk b935585
* Sat Nov 29 2008 Pavel "Stalwart" Shevchuk <stlwrt@gmail.com> - 0.9.9.050-1
Pavel Shevchuk b935585
- New upstream snapshot
Pavel Shevchuk b935585
Pavel Shevchuk 39d10fc
* Fri Aug 29 2008 Pavel "Stalwart" Shevchuk <stlwrt@gmail.com> - 0.9.9.043-2
Pavel Shevchuk 39d10fc
- Fix unowned /usr/lib/evas
Pavel Shevchuk 39d10fc
Pavel Shevchuk 20d700b
* Mon May 19 2008 Pavel "Stalwart" Shevchuk <stlwrt@gmail.com> - 0.9.9.043-1
Pavel Shevchuk 20d700b
- New upstream snapshot
Pavel Shevchuk 20d700b
- Removed DirectFB backend, it's unmaintained upstream
Pavel Shevchuk 20d700b
Pavel Shevchuk 7b37171
* Fri May 02 2008 Pavel "Stalwart" Shevchuk <stlwrt@gmail.com> - 0.9.9.042-3
Pavel Shevchuk 7b37171
- Fixed documentation for multilib
Pavel Shevchuk 7b37171
Pavel Shevchuk 7b37171
* Sat Apr 19 2008 Pavel "Stalwart" Shevchuk <stlwrt@gmail.com> - 0.9.9.042-2
Pavel Shevchuk 7b37171
- Fixed timestamp of source tarball
Pavel Shevchuk 7b37171
- Preserve timestamps of installed files
Pavel Shevchuk 7b37171
- Beautified summary
Pavel Shevchuk 7b37171
- Added html docs
Pavel Shevchuk 7b37171
- Added missing dependencies for evas-devel
Pavel Shevchuk 7b37171
Pavel Shevchuk 7b37171
* Mon Apr 14 2008 Pavel "Stalwart" Shevchuk <stlwrt@gmail.com> - 0.9.9.042-1
Pavel Shevchuk 7b37171
- Initial specfile for Evas