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

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

import VineSeed package specs

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.3.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
36%clean
37rm -rf $RPM_BUILD_ROOT
38
39%files
40%defattr(-,root,root,-)
41%doc COPYING ChangeLog
42%{_datadir}/aclocal/xorg-macros.m4
43
44%changelog
45* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-1
46- new upstream release
47
48* Sat Apr 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.1-2
49- changed Group to Development/Libraries
50
51* Sun Dec 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.1-1
52- new upstream release
53- build as noarch
54
55* Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.6-1
56- new upstream release
57
58* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.5-1
59- new versioning policy
60
61* Sat Jan 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.5-0vl1
62- initial build for Vine Linux
63
64* Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1.1.5-1
65- Update to 1.1.5
66
67* Fri Dec 1 2006 Adam Jackson <ajax@redhat.com> 1.1.3-1
68- Update to 1.1.3
69
70* Thu Oct 12 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-1.fc6
71- Update to upstream 1.1.1.
72
73* Sat Jul 15 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-4.fc6
74- Make dist tag usage a conditional (#198988)
75
76* Thu Jul 13 2006 Kristian H淡gsberg <krh@redhat.com> 1.0.2-3
77- Bump for rawhide build.
78
79* Thu Jul 13 2006 Kristian H淡gsberg <krh@redhat.com> 1.0.2-2.fc5.aiglx
80- Tag as 1.0.2-2.fc5.aiglx
81
82* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.0.2-1.1
83- rebuild
84
85* Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-1
86- Update to util-macros-1.0.2 from X11R7.1
87- Added COPYING, ChangeLog to file manifest.
88- Use "make install" instead of makeinstall macro.
89- Use setup -n instead of setup -c
90
91* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
92- bump again for double-long bug on ppc(64)
93
94* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1
95- rebuilt for new gcc4.1 snapshot and glibc changes
96
97* Fri Dec 23 2005 Mike A. Harris <mharris@redhat.com> 1.0.1-1
98- Update to util-macros-1.0.1 from X11R7.
99
100* Thu Dec 15 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
101- Update to util-macros-1.0.0 from the X11R7 RC4 release.
102
103* Tue Dec 06 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
104- Update to util-macros-0.99.2 from the X11R7 RC3 release.
105
106* Wed Oct 19 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
107- Update to util-macros-0.99.1 from the X11R7 RC1 release.
108- Disable debuginfo package creation, as there are no ELF objects present.
109- Add xorg-macros.m4 to file list.
110
111* Wed Jul 13 2005 Mike A. Harris <mharris@redhat.com> 0.0.1-1
112- Initial build
Note: See TracBrowser for help on using the repository browser.