source: projects/specs/trunk/m/muffin/muffin-vl.spec @ 7018

Revision 7018, 3.0 KB checked in by Takemikaduchi, 12 years ago (diff)

gnome-settings-daemon: add gnome-settings-daemon-3.6.1-input-source-switch-zenkaku-hankaku.patch
others: new upstream release

Line 
1%define tarball_id      g9f13e6e
2%define source_id       ab1d98e
3
4Name:           muffin
5Summary:        The cinnamon window manager based on mutter
6Version:        1.1.2
7Release:        1%{?_dist_release}
8
9Group:          User Interface/Desktops
10License:        GPLv2+
11URL:            http://cinnamon.linuxmint.com/
12
13Source0:        linuxmint-%{name}-%{version}-0-%{tarball_id}.tar.gz
14
15BuildRoot:      %{_tmppath}/%{name}-%{version}-root
16
17BuildRequires:  gtk3-devel >= 3.3.3
18BuildRequires:  clutter-devel >= 1.7.5
19BuildRequires:  cairo-devel >= 1.10.0
20BuildRequires:  gobject-introspection-devel >= 0.9.5
21BuildRequires:  libcanberra-gtk3-devel >= 0.26
22BuildRequires:  startup-notification-devel
23BuildRequires:  libSM-devel
24BuildRequires:  libXcomposite-devel >= 0.2
25BuildRequires:  libXcursor-devel
26BuildRequires:  libXinerama-devel
27BuildRequires:  gsettings-desktop-schemas-devel
28BuildRequires:  zenity
29BuildRequires:  gnome-doc-utils
30
31Requires(postun,posttrans): glib2
32
33Vendor:         Project Vine
34Distribution:   Vine Linux
35Packager:       Takemikaduchi
36
37%description
38The Cinnamon Window Manager Based on Mutter 3.2.1.
39
40
41%package        devel
42Summary:        Development tools for muffin
43Summary(ja):    muffin の開発環境
44Group:          Development/Libraries
45Requires:       %{name} = %{version}-%{release}
46Requires:       pkgconfig
47
48%description devel
49Header files and libraries for building a extension library for the
50muffin.
51
52
53%prep
54%setup -q -n linuxmint-%{name}-%{source_id}
55
56%build
57autoreconf -if
58%configure --disable-static --enable-compile-warnings=minimum
59make %{?_smp_mflags}
60
61%install
62rm -rf $RPM_BUILD_ROOT
63export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
64make install DESTDIR=$RPM_BUILD_ROOT
65unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
66
67find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
68
69%find_lang %{name}
70
71%clean
72rm -rf $RPM_BUILD_ROOT
73
74
75%post -p /sbin/ldconfig
76
77%postun
78/sbin/ldconfig
79if [ $1 -eq 0 ]; then
80  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
81fi
82
83%posttrans
84glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
85
86
87
88%files -f %{name}.lang
89%defattr(-,root,root,-)
90%doc README NEWS COPYING AUTHORS
91%{_bindir}/muffin
92%{_bindir}/muffin-message
93%{_bindir}/muffin-theme-viewer
94%{_bindir}/muffin-window-demo
95%{_libdir}/libmuffin.so.*
96%{_libdir}/%{name}/Meta-3.0.typelib
97%{_libdir}/%{name}/plugins
98%{_datadir}/GConf/gsettings/muffin-schemas.convert
99%{_datadir}/applications/muffin.desktop
100%{_datadir}/glib-2.0/schemas/org.cinnamon.muffin.gschema.xml
101%{_datadir}/gnome/wm-properties/muffin-wm.desktop
102%{_datadir}/gnome-control-center/keybindings/50-muffin-windows.xml
103%{_datadir}/%{name}/icons/muffin-window-demo.png
104%{_mandir}/man1/*.1.gz
105
106%files devel
107%defattr(-,root,root,-)
108%{_includedir}/muffin
109%{_libdir}/libmuffin.so
110%{_libdir}/%{name}/Meta-3.0.gir
111%{_libdir}/pkgconfig/libmuffin.pc
112%{_libdir}/pkgconfig/muffin-plugins.pc
113
114
115%changelog
116* Fri Oct 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.2-1
117- new upstream release
118
119* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-1
120- new upstream release
121- add BuildRequires: gsettings-desktop-schemas-devel
122
123* Tue Jun 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.3-UP1-1
124- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.