package created using the webbuild interface [release 1.2-1mamba;Sun Mar 15 2015]
This commit is contained in:
parent
0b1dae378b
commit
9128ed2d3d
@ -1,2 +1,4 @@
|
||||
# libepoxy
|
||||
|
||||
Epoxy is a library for handling OpenGL function pointer management for you.
|
||||
|
||||
|
65
libepoxy.spec
Normal file
65
libepoxy.spec
Normal file
@ -0,0 +1,65 @@
|
||||
Name: libepoxy
|
||||
Version: 1.2
|
||||
Release: 1mamba
|
||||
Summary: A library for handling OpenGL function pointer management for you
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/anholt/libepoxy
|
||||
Source: https://github.com/anholt/libepoxy.git/v%{version}/libepoxy-%{version}.tar.bz2
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Epoxy is a library for handling OpenGL function pointer management for you.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: pkg-config
|
||||
|
||||
%description devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libepoxy.so.*
|
||||
%doc COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/epoxy
|
||||
%{_includedir}/epoxy/*.h
|
||||
%{_libdir}/libepoxy.la
|
||||
%{_libdir}/libepoxy.so
|
||||
%{_libdir}/pkgconfig/epoxy.pc
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Sun Mar 15 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user