/[packages]/cauldron/mutter/current/SPECS/mutter.spec
ViewVC logotype

Annotation of /cauldron/mutter/current/SPECS/mutter.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 306828 - (hide annotations) (download)
Mon Oct 15 21:42:33 2012 UTC (11 years, 6 months ago) by ovitters
File size: 3368 byte(s)
new version 3.6.1
1 wally 156080 %define url_ver %(echo %{version} | cut -d. -f1,2)
2 tv 72298
3 wally 148944 %define lib_major 0
4     %define api 3.0
5     %define libname %mklibname %{name}-private %{lib_major}
6 wally 171485 %define girname %mklibname %{name}-gir %{api}
7 wally 148944 %define libnamedev %mklibname -d %{name}-private
8 tv 72298
9 wally 148944 Summary: Mutter window manager
10     Name: mutter
11 ovitters 306828 Version: 3.6.1
12 ovitters 296211 Release: %mkrel 1
13 wally 148944 URL: http://ftp.gnome.org/pub/gnome/sources/mutter/
14     Source0: http://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
15     License: GPLv2+
16     Group: Graphical desktop/GNOME
17     BuildRequires: pkgconfig(glib-2.0) >= 2.14.0
18 fwang 170715 BuildRequires: pkgconfig(gio-2.0) >= 2.25.10
19 fwang 170791 BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.3.0
20 fwang 170715 BuildRequires: pkgconfig(gtk+-3.0) >= 3.3.3
21 wally 148944 BuildRequires: pkgconfig(sm)
22     BuildRequires: pkgconfig(libstartup-notification-1.0) >= 0.7
23     BuildRequires: pkgconfig(libcanberra-gtk3) >= 0.26
24     BuildRequires: pkgconfig(xcomposite) >= 0.2
25     BuildRequires: pkgconfig(clutter-1.0) >= 1.7.5
26     BuildRequires: pkgconfig(xcursor)
27     BuildRequires: pkgconfig(pango) >= 1.2.0
28     BuildRequires: pkgconfig(cairo) >= 1.10.0
29     BuildRequires: pkgconfig(xfixes)
30     BuildRequires: pkgconfig(xrender)
31     BuildRequires: pkgconfig(xdamage)
32     BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.9.5
33     BuildRequires: cogl-devel
34     BuildRequires: libxtst-devel
35     BuildRequires: libmesaglu-devel
36     BuildRequires: zenity
37     BuildRequires: intltool
38     BuildRequires: gnome-doc-utils
39     BuildRequires: gnome-common
40     Requires: zenity
41    
42 tv 72298 %description
43     Mutter is a simple window manager that integrates nicely with
44 dmorgan 102446 GNOME 3.
45 tv 72298
46     %package -n %{libname}
47 wally 148944 Summary: Libraries for Mutter
48     Group: System/Libraries
49 tv 72298
50     %description -n %{libname}
51     This package contains libraries used by Mutter.
52    
53     %package -n %{libnamedev}
54 wally 148944 Summary: Libraries and include files with Mutter
55     Group: Development/GNOME and GTK+
56     Requires: %{name} = %{version}
57     Requires: %{libname} = %{version}
58     Provides: %{name}-devel = %{version}-%{release}
59     Provides: lib%{name}-private-devel = %{version}-%{release}
60     Obsoletes: %mklibname -d %{name}-private 0
61 tv 72298
62     %description -n %{libnamedev}
63     This package provides the necessary development libraries and include
64     files to allow you to develop with Mutter.
65    
66 wally 171485 %package -n %{girname}
67     Summary: GObject Introspection interface description for %{name}
68     Group: System/Libraries
69     Requires: %{libname} = %{version}-%{release}
70     Conflicts: %{libname} < 3.3.2
71    
72     %description -n %{girname}
73     GObject Introspection interface description for %{name}.
74    
75 tv 72298 %prep
76     %setup -q
77 wally 171456 %apply_patches
78 tv 72298
79     %build
80 wally 171456 %configure2_5x \
81     --disable-static \
82 wally 171485 --enable-introspection=yes
83 wally 212378 %make
84 tv 72298
85     %install
86 wally 148944 rm -rf %{buildroot}
87 fwang 130558 %makeinstall_std
88 tv 72298
89     %find_lang %{name}
90    
91 dmorgan 102446 #Remove libtool archives.
92     rm -rf %{buildroot}/%{_libdir}/*.la
93    
94 wally 148944 %define schemas %{name}
95 tv 72298
96     %files -f %{name}.lang
97     %doc README COPYING NEWS HACKING
98     %{_bindir}/*
99 wally 171456 %{_datadir}/GConf/gsettings/mutter-schemas.convert
100     %{_datadir}/glib-2.0/schemas/org.gnome.mutter.gschema.xml
101 ovitters 190755 %{_datadir}/gnome-control-center/keybindings/*.xml
102 wally 148944 %{_datadir}/applications/%{name}.desktop
103     %{_datadir}/gnome/wm-properties/%{name}-wm.desktop
104     %{_datadir}/%{name}
105     %dir %{_libdir}/%{name}
106     %dir %{_libdir}/%{name}/plugins
107     %{_libdir}/%{name}/plugins/default.so
108 tv 72298 %{_mandir}/man1/*
109    
110     %files -n %{libname}
111     %{_libdir}/*.so.%{lib_major}*
112    
113 wally 171485 %files -n %{girname}
114     %{_libdir}/%{name}/Meta-%{api}.typelib
115    
116 tv 72298 %files -n %{libnamedev}
117     %{_libdir}/*.so
118     %{_includedir}/*
119     %{_libdir}/pkgconfig/*
120 wally 171485 %{_libdir}/%{name}/Meta-%{api}.gir

  ViewVC Help
Powered by ViewVC 1.1.30