Tizen 2.0 Release
[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:    %{name}-%{version}.tar.bz2
10 Source1001: packaging/xorg-x11-util-macros.manifest 
11
12
13 %description
14 Description: %{summary}
15
16
17
18 %prep
19 %setup -q
20
21
22 %build
23 cp %{SOURCE1001} .
24
25 %configure --disable-static
26 make %{?jobs:-j%jobs}
27
28 %install
29 rm -rf %{buildroot}
30 %make_install
31
32
33
34
35
36
37
38 %files
39 %manifest xorg-x11-util-macros.manifest
40 %defattr(-,root,root,-)
41 %doc COPYING ChangeLog
42 %{_datadir}/aclocal/xorg-macros.m4
43 %{_datadir}/pkgconfig/xorg-macros.pc
44 %{_datadir}/util-macros/INSTALL
45
46
47 %changelog
48 * Fri Jul 23 2010 Li Peng <peng.li@intel.com> - 1.10.0
49 - util-macros 1.10.0
50 * Thu Apr 29 2010 Li Peng <peng.li@intel.com> - 1.6.0
51 - util-macros 1.6.0
52 * Fri Feb  5 2010 Li Peng <peng.li@intel.com> - 1.5.0
53 - util-macros 1.5.0
54 * Wed Oct 28 2009 Li Peng <peng.li@intel.com> - 1.3.0
55 - util-macros 1.3.0
56 * Thu Dec 18 2008 Peng Li <peng.li@intel.com> 1.2.1
57 - use spec builder to generate spec file