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-20130524.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 gitdate 20130524
|
||||
%global gitversion f46818496
|
||||
#global gitversion f46818496
|
||||
|
||||
Summary: X-Resource extension client library
|
||||
Name: libXres
|
||||
Version: 1.0.7
|
||||
Release: 9%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||
Version: 1.2.0
|
||||
Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
@ -15,7 +15,7 @@ Source0: %{tarball}-%{gitdate}.tar.bz2
|
||||
Source1: make-git-snapshot.sh
|
||||
Source2: commitid
|
||||
%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
|
||||
|
||||
Requires: libX11 >= 1.5.99.902
|
||||
@ -70,10 +70,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/X11/extensions/XRes.h
|
||||
%{_libdir}/libXRes.so
|
||||
%{_libdir}/pkgconfig/xres.pc
|
||||
#%dir %{_mandir}/man3x
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user