Upload Tizen:Main source
[framework/uifw/xorg/util/xorg-x11-util-macros.git] / packaging / xorg-x11-util-macros.spec
1
2 Name:       xorg-x11-util-macros
3 Summary:    X.Org X11 Autotools macros
4 Version:    1.11.0
5 Release:    1
6 Group:      Development/System
7 License:    The Open Group License
8 URL:        http://www.x.org
9 Source0:    http://xorg.freedesktop.org/releases/individual/util/util-macros-%{version}.tar.bz2
10
11
12 %description
13 Description: %{summary}
14
15
16
17 %prep
18 %setup -q -n util-macros-%{version}
19
20
21 %build
22
23 %configure --disable-static
24 make %{?jobs:-j%jobs}
25
26 %install
27 rm -rf %{buildroot}
28 %make_install
29
30
31
32
33
34
35
36 %files
37 %defattr(-,root,root,-)
38 %doc COPYING ChangeLog
39 %{_datadir}/aclocal/xorg-macros.m4
40 %{_datadir}/pkgconfig/xorg-macros.pc
41 %{_datadir}/util-macros/INSTALL
42
43
44 %changelog
45 * Fri Jul 23 2010 Li Peng <peng.li@intel.com> - 1.10.0
46 - util-macros 1.10.0
47 * Thu Apr 29 2010 Li Peng <peng.li@intel.com> - 1.6.0
48 - util-macros 1.6.0
49 * Fri Feb  5 2010 Li Peng <peng.li@intel.com> - 1.5.0
50 - util-macros 1.5.0
51 * Wed Oct 28 2009 Li Peng <peng.li@intel.com> - 1.3.0
52 - util-macros 1.3.0
53 * Thu Dec 18 2008 Peng Li <peng.li@intel.com> 1.2.1
54 - use spec builder to generate spec file