source: projects/specs/trunk/x/xorg-x11-util-macros/xorg-x11-util-macros-vl.spec @ 8381

Revision 8381, 4.4 KB checked in by Takemikaduchi, 10 years ago (diff)

xserver-1.14.6

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