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

Revision 12185, 4.5 KB checked in by tomop, 5 years ago (diff)

updated X11 libs

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