diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e59192a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/libxshmfence-1.2.tar.bz2 diff --git a/.libxshmfence.metadata b/.libxshmfence.metadata new file mode 100644 index 0000000..6bcfdce --- /dev/null +++ b/.libxshmfence.metadata @@ -0,0 +1 @@ +a2ebe90e5595afca4db93a4359732af43b2b8c69 SOURCES/libxshmfence-1.2.tar.bz2 diff --git a/README.md b/README.md deleted file mode 100644 index 98f42b4..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/libxshmfence.spec b/SPECS/libxshmfence.spec new file mode 100644 index 0000000..68fc17d --- /dev/null +++ b/SPECS/libxshmfence.spec @@ -0,0 +1,66 @@ +Name: libxshmfence +Version: 1.2 +Release: 1%{?dist} +Summary: X11 shared memory fences + +License: MIT +URL: http://www.x.org/ +Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2 + +# upstream tarball has broken libtool because libtool is never not broken +BuildRequires: autoconf automake libtool xorg-x11-util-macros +BuildRequires: pkgconfig(xproto) +#Requires: + +%description +Shared memory fences for X11, as used in DRI3. + +%package devel +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. + +%prep +%setup -q + +%build +autoreconf -v -i -f +%configure --disable-static +make %{?_smp_mflags} + +%install +%make_install +find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%doc +%{_libdir}/libxshmfence.so.1* + +%files devel +%doc +%{_includedir}/* +%{_libdir}/pkgconfig/xshmfence.pc +%{_libdir}/*.so + +%changelog +* Fri Jan 02 2015 Adel Gadllah - 1.2-1 +- Update to 1.2 + +* Sun Aug 17 2014 Fedora Release Engineering - 1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Thu Dec 12 2013 Adam Jackson 1.1-1 +- xshmfence 1.1 + +* Wed Nov 06 2013 Adam Jackson 1.0-1 +- Initial packaging +