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

Revision 1901, 2.9 KB checked in by Takemikaduchi, 14 years ago (diff)

rebuild with rpm-4.8.1

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: 3%{?_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* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.1-3
51- rebuild with rpm-4.8.1 for pkg-config file
52
53* Wed Jun 24 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.1-2
54- spec in UTF-8
55
56* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-1
57- new versioning policy
58
59* Tue Jan 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl1
60- initial build for Vine Linux
61
62* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
63- rebuild
64
65* Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-4
66- Bump release and rebuild for FC6.
67
68* Thu Mar 02 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
69- Made package arch specific due to pkgconfig files being placed in lib64
70  if the noarch packages manage to get built on x86_64/ppc64/s390x.
71
72* Wed Mar 01 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
73- Cleaned up file manifest.
74- Made package noarch, as it is just header files.
75- Disable debuginfo processing, as there are no ELF objects in package.
76
77* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
78- bump again for double-long bug on ppc(64)
79
80* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1
81- rebuilt for new gcc4.1 snapshot and glibc changes
82
83* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
84- Updated to xbitmaps 1.0.1 from X11R7.0
85
86* Sat Dec 17 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
87- Updated to xbitmaps 1.0.0 from X11R7 RC4.
88
89* Wed Nov 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-4
90- Updated dep to "Requires(pre): xorg-x11-filesystem >= 0.99.2-3" for new fix.
91- Moved bitmap files back into the upstream default of _includedir (#173665).
92
93* Mon Nov 21 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-3
94- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-1" to attempt to
95  workaround bug( #173384).
96
97* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
98- Clean up specfile.
99
100* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
101- Updated to xbitmaps 0.99.1 from X11R7 RC2
102
103* Fri Aug 26 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
104- Initial build.
Note: See TracBrowser for help on using the repository browser.