source: projects/specs/branches/6/x/xorg-x11-util-macros/xorg-x11-util-macros-vl.spec @ 2814

Revision 2814, 3.8 KB checked in by Takemikaduchi, 13 years ago (diff)

upload: xserver-1.10.0

Line 
1%define pkgname util-macros
2
3Summary: X.Org X11 Autotools macros
4Summary(ja): X.Org X11 Autotool 用マクロ
5Name: xorg-x11-util-macros
6Version: 1.12.0
7Release: 1%{?_dist_release}
8License: MIT
9Group: Development/Libraries
10URL: http://www.x.org
11BuildArch: noarch
12BuildRoot: %{_tmppath}/%{name}-%{version}-root
13
14Source0: ftp://ftp.x.org/pub/individual/util/util-macros-%{version}.tar.bz2
15
16%description
17X.Org X11 autotools macros required for building the various packages that
18comprise the X Window System.
19
20%description -l ja
21xorg-x11-util-macros には X ウィンドウシステムのさまざまなパッケージを
22ビルドするために必要な autotool マクロが含まれています。
23
24%prep
25%setup -q -n %{pkgname}-%{version}
26
27%build
28%configure
29%__make
30
31%install
32rm -rf $RPM_BUILD_ROOT
33
34%__make install DESTDIR=$RPM_BUILD_ROOT
35
36rm -f $RPM_BUILD_ROOT%{_datadir}/util-macros/INSTALL
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(-,root,root,-)
43%doc COPYING ChangeLog
44%{_datadir}/aclocal/xorg-macros.m4
45%{_datadir}/pkgconfig/*.pc
46
47%changelog
48* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
49- new upstream release
50
51* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.11.0-1
52- new upstream release
53
54* Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 1.10.0-2
55- build with rpm-4.8.1-1 for pkg-config file
56
57* Fri Jul 30 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.10.0-1
58- new upstream release
59
60* Sun Apr 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.7.0-1
61- new upstream release
62
63* Thu Mar 11 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.0-1
64- new upstream release
65
66* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-1
67- new upstream release
68
69* Sat Apr 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.1-2
70- changed Group to Development/Libraries
71
72* Sun Dec 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.1-1
73- new upstream release
74- build as noarch
75
76* Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.6-1
77- new upstream release
78
79* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.5-1
80- new versioning policy
81
82* Sat Jan 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.5-0vl1
83- initial build for Vine Linux
84
85* Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1.1.5-1
86- Update to 1.1.5
87
88* Fri Dec 1 2006 Adam Jackson <ajax@redhat.com> 1.1.3-1
89- Update to 1.1.3
90
91* Thu Oct 12 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-1.fc6
92- Update to upstream 1.1.1.
93
94* Sat Jul 15 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-4.fc6
95- Make dist tag usage a conditional (#198988)
96
97* Thu Jul 13 2006 Kristian H淡gsberg <krh@redhat.com> 1.0.2-3
98- Bump for rawhide build.
99
100* Thu Jul 13 2006 Kristian H淡gsberg <krh@redhat.com> 1.0.2-2.fc5.aiglx
101- Tag as 1.0.2-2.fc5.aiglx
102
103* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.0.2-1.1
104- rebuild
105
106* Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-1
107- Update to util-macros-1.0.2 from X11R7.1
108- Added COPYING, ChangeLog to file manifest.
109- Use "make install" instead of makeinstall macro.
110- Use setup -n instead of setup -c
111
112* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
113- bump again for double-long bug on ppc(64)
114
115* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1
116- rebuilt for new gcc4.1 snapshot and glibc changes
117
118* Fri Dec 23 2005 Mike A. Harris <mharris@redhat.com> 1.0.1-1
119- Update to util-macros-1.0.1 from X11R7.
120
121* Thu Dec 15 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
122- Update to util-macros-1.0.0 from the X11R7 RC4 release.
123
124* Tue Dec 06 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
125- Update to util-macros-0.99.2 from the X11R7 RC3 release.
126
127* Wed Oct 19 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
128- Update to util-macros-0.99.1 from the X11R7 RC1 release.
129- Disable debuginfo package creation, as there are no ELF objects present.
130- Add xorg-macros.m4 to file list.
131
132* Wed Jul 13 2005 Mike A. Harris <mharris@redhat.com> 0.0.1-1
133- Initial build
Note: See TracBrowser for help on using the repository browser.