summaryrefslogtreecommitdiff
path: root/libepoxy.spec
diff options
context:
space:
mode:
authorJakub Bogusz2017-02-19 15:05:45 (GMT)
committerJakub Bogusz2017-02-19 15:05:45 (GMT)
commit766706fa86c30e85e0946334baed1192057475da (patch)
tree1e51b1afed170998ab38d76f85acc6dd2fc5aba5 /libepoxy.spec
parent5412bf387179817fb23f14abe17780b0a427c5a5 (diff)
downloadlibepoxy-766706fa86c30e85e0946334baed1192057475da.zip
libepoxy-766706fa86c30e85e0946334baed1192057475da.tar.gz
- updated to 1.4.0auto/th/libepoxy-1.4.0-1
Diffstat (limited to 'libepoxy.spec')
-rw-r--r--libepoxy.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/libepoxy.spec b/libepoxy.spec
index 71a9d01..8f72282 100644
--- a/libepoxy.spec
+++ b/libepoxy.spec
@@ -6,12 +6,13 @@
Summary: Epoxy - GL dispatch library
Summary(pl.UTF-8): Epoxy - biblioteka do przekazywania funkcji GL
Name: libepoxy
-Version: 1.3.1
+Version: 1.4.0
Release: 1
License: MIT
Group: Libraries
-Source0: https://github.com/anholt/libepoxy/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 981396e099bc91c29e6769e49a0cb8d6
+#Source0Download: https://github.com/anholt/libepoxy/releases
+Source0: https://github.com/anholt/libepoxy/releases/download/v1.4/%{name}-%{version}.tar.xz
+# Source0-md5: d8d8cbf2beb64975d424fcc5167a2a38
Patch0: tests.patch
URL: https://github.com/anholt/libepoxy
%{?with_tests:BuildRequires: Mesa-khrplatform-devel}
@@ -22,8 +23,10 @@ BuildRequires: automake
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: python3
+BuildRequires: tar >= 1:1.22
BuildRequires: xorg-lib-libX11-devel
BuildRequires: xorg-util-util-macros >= 1.8
+BuildRequires: xz
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -97,9 +100,9 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc COPYING README.md
+%doc COPYING ChangeLog README.md
+%attr(755,root,root) %{_libdir}/libepoxy.so.*.*.*
%attr(755,root,root) %ghost %{_libdir}/libepoxy.so.0
-%attr(755,root,root) %{_libdir}/libepoxy.so.*.*
%files devel
%defattr(644,root,root,755)