source: projects/specs/branches/6/x/xorg-x11-xbitmaps/xorg-x11-xbitmaps-vl.spec @ 2357

Revision 2357, 3.2 KB checked in by Takemikaduchi, 13 years ago (diff)

update xorg packages

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