source: projects/specs/trunk/x/xorg-x11-xbitmaps/xorg-x11-xbitmaps-vl.spec @ 8065

Revision 8065, 3.3 KB checked in by Takemikaduchi, 10 years ago (diff)

libdrm, libwacom, tar: new upstream release
xorg-x11-drivers: new upstream release or rebuild

Line 
1%define pkgname xbitmaps
2
3%define debug_package %{nil}
4
5Summary: X.Org X11 application bitmaps
6Summary(ja): X.Org X11 アプリケーションビットマップ
7Name: xorg-x11-%{pkgname}
8Version: 1.1.1
9Release: 2%{?_dist_release}
10License: MIT/X11
11Group: User Interface/X
12URL: http://www.x.org
13
14Source0: ftp://ftp.x.org/pub/individual/data/xbitmaps-%{version}.tar.bz2
15
16BuildRoot: %{_tmppath}/%{name}-%{version}-root
17BuildArch: noarch
18
19Requires(pre): xorg-x11-filesystem
20Provides: xbitmaps
21Provides: xbitmaps-devel
22
23Vendor: Project Vine
24Distribution: Vine Linux
25Packager: daisuke, inagaki, Takemikaduchi
26
27%description
28X.Org X11 application bitmaps
29
30%prep
31%setup -q -n xbitmaps-%{version}
32
33%build
34
35# Build xbitmaps
36%configure --libdir=%{_datadir}
37make
38
39%install
40rm -rf $RPM_BUILD_ROOT
41
42make install DESTDIR=$RPM_BUILD_ROOT
43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%files
48%defattr(-,root,root,-)
49%dir %{_includedir}/X11
50%dir %{_includedir}/X11/bitmaps
51%{_includedir}/X11/bitmaps/*
52%{_datadir}/pkgconfig/xbitmaps.pc
53
54%changelog
55* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-2
56- rebuild with VineSeed environment
57
58* Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-1
59- new upstream release
60- change BuildArch to noarch
61- fix %%files
62
63* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
64- new upstream release
65
66* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.1-3
67- rebuild with rpm-4.8.1 for pkg-config file
68
69* Wed Jun 24 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.1-2
70- spec in UTF-8
71
72* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-1
73- new versioning policy
74
75* Tue Jan 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl1
76- initial build for Vine Linux
77
78* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
79- rebuild
80
81* Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-4
82- Bump release and rebuild for FC6.
83
84* Thu Mar 02 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
85- Made package arch specific due to pkgconfig files being placed in lib64
86  if the noarch packages manage to get built on x86_64/ppc64/s390x.
87
88* Wed Mar 01 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
89- Cleaned up file manifest.
90- Made package noarch, as it is just header files.
91- Disable debuginfo processing, as there are no ELF objects in package.
92
93* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
94- bump again for double-long bug on ppc(64)
95
96* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1
97- rebuilt for new gcc4.1 snapshot and glibc changes
98
99* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
100- Updated to xbitmaps 1.0.1 from X11R7.0
101
102* Sat Dec 17 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
103- Updated to xbitmaps 1.0.0 from X11R7 RC4.
104
105* Wed Nov 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-4
106- Updated dep to "Requires(pre): xorg-x11-filesystem >= 0.99.2-3" for new fix.
107- Moved bitmap files back into the upstream default of _includedir (#173665).
108
109* Mon Nov 21 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-3
110- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-1" to attempt to
111  workaround bug( #173384).
112
113* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
114- Clean up specfile.
115
116* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
117- Updated to xbitmaps 0.99.1 from X11R7 RC2
118
119* Fri Aug 26 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
120- Initial build.
Note: See TracBrowser for help on using the repository browser.