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

Revision 7938, 3.1 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME-3.10.1

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