libXres 1.2.0
This commit is contained in:
parent
345d840ee4
commit
26a13bc763
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ libXres-1.0.4.tar.bz2
|
|||||||
/libXres-1.0.6.tar.bz2
|
/libXres-1.0.6.tar.bz2
|
||||||
/libXres-20130524.tar.bz2
|
/libXres-20130524.tar.bz2
|
||||||
/libXres-1.0.7.tar.bz2
|
/libXres-1.0.7.tar.bz2
|
||||||
|
/libXres-1.2.0.tar.bz2
|
||||||
|
12
libXres.spec
12
libXres.spec
@ -1,11 +1,11 @@
|
|||||||
%global tarball libXres
|
%global tarball libXres
|
||||||
#global gitdate 20130524
|
#global gitdate 20130524
|
||||||
%global gitversion f46818496
|
#global gitversion f46818496
|
||||||
|
|
||||||
Summary: X-Resource extension client library
|
Summary: X-Resource extension client library
|
||||||
Name: libXres
|
Name: libXres
|
||||||
Version: 1.0.7
|
Version: 1.2.0
|
||||||
Release: 9%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
@ -15,7 +15,7 @@ Source0: %{tarball}-%{gitdate}.tar.bz2
|
|||||||
Source1: make-git-snapshot.sh
|
Source1: make-git-snapshot.sh
|
||||||
Source2: commitid
|
Source2: commitid
|
||||||
%else
|
%else
|
||||||
Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Requires: libX11 >= 1.5.99.902
|
Requires: libX11 >= 1.5.99.902
|
||||||
@ -70,10 +70,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/X11/extensions/XRes.h
|
%{_includedir}/X11/extensions/XRes.h
|
||||||
%{_libdir}/libXRes.so
|
%{_libdir}/libXRes.so
|
||||||
%{_libdir}/pkgconfig/xres.pc
|
%{_libdir}/pkgconfig/xres.pc
|
||||||
#%dir %{_mandir}/man3x
|
|
||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 11 2017 Adam Jackson <ajax@redhat.com> - 1.2.0-1
|
||||||
|
- libXres 1.2.0
|
||||||
|
|
||||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-9
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user