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

Revision 521, 2.8 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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