- xbitmaps 1.1.0
- BuildArch: noarch
This commit is contained in:
parent
1fad74a4eb
commit
4691b87242
@ -1 +1 @@
|
|||||||
xbitmaps-1.0.1.tar.bz2
|
xbitmaps-1.1.0.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
b28a9840cde3c38d7c09716372fea257 xbitmaps-1.0.1.tar.bz2
|
f9ddd4e70a5375508b3acaf17be0d0ab xbitmaps-1.1.0.tar.bz2
|
||||||
|
@ -4,12 +4,13 @@
|
|||||||
|
|
||||||
Summary: X.Org X11 application bitmaps
|
Summary: X.Org X11 application bitmaps
|
||||||
Name: xorg-x11-%{pkgname}
|
Name: xorg-x11-%{pkgname}
|
||||||
Version: 1.0.1
|
Version: 1.1.0
|
||||||
Release: 9%{?dist}
|
Release: 1%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
Source0: ftp://ftp.x.org/pub/individual/data/xbitmaps-%{version}.tar.bz2
|
Source0: ftp://ftp.x.org/pub/individual/data/xbitmaps-%{version}.tar.bz2
|
||||||
|
|
||||||
@ -23,8 +24,9 @@ X.Org X11 application bitmaps
|
|||||||
%setup -q -n xbitmaps-%{version}
|
%setup -q -n xbitmaps-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Build xbitmaps
|
# hack to move the pc file
|
||||||
%configure
|
sed -i 's/^libdir.*//' *.pc.in
|
||||||
|
%configure --libdir=%{_datadir}
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -38,13 +40,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
#%doc
|
#%doc
|
||||||
%dir %{_includedir}/X11/bitmaps
|
|
||||||
%{_includedir}/X11/bitmaps/*
|
|
||||||
# Symlink for devel linking
|
|
||||||
%{_includedir}/X11/bitmaps
|
%{_includedir}/X11/bitmaps
|
||||||
%{_libdir}/pkgconfig/xbitmaps.pc
|
%{_datadir}/pkgconfig/xbitmaps.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 13 2009 Adam Jackson <ajax@redhat.com> 1.1.0-1
|
||||||
|
- xbitmaps 1.1.0
|
||||||
|
- BuildArch: noarch
|
||||||
|
|
||||||
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-9
|
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user