source: projects/specs/trunk/m/mate-window-manager/mate-window-manager-vl.spec @ 8068

Revision 8068, 3.6 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

Line 
1Summary:        A window manager for MATE
2Name:           mate-window-manager
3Version:        1.6.2
4Release:        2%{?_dist_release}
5Source0:        http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
6License:        GPLv2
7Group:          User Interface/Desktops
8URL:            http://mate-desktop.org/
9
10# patch for Vine
11Patch1001:      mate-window-manager-vine-settings.patch
12
13BuildRequires:  mate-common
14BuildRequires:  mate-doc-utils
15BuildRequires:  mate-dialogs
16BuildRequires:  gtk2-devel
17BuildRequires:  libcanberra-devel
18BuildRequires:  libSM-devel
19BuildRequires:  startup-notification-devel
20BuildRequires:  gtk-doc
21BuildRequires:  autoconf
22BuildRequires:  automake
23
24Requires(posttrans,postun):     glib2
25Requires(post,postun):  desktop-file-utils
26
27BuildRoot:      %{_tmppath}/%{name}-%{version}-root
28
29Vendor:         Project Vine
30Distribution:   Vine Linux
31Packager:       Takemikaduchi
32
33
34%description
35Marco is not a meta-City as in an urban center, but rather
36Meta-ness as in the state of being meta. i.e. marco : meta as
37opacity : opaque. Also it may have something to do with the Meta key
38on UNIX keyboards.
39
40
41%package        devel
42Summary:        Development tools for mate-window-manager
43Summary(ja):    mate-window-manager の開発環境
44Group:          Development/Libraries
45Requires:       %{name} = %{version}-%{release}
46Requires:       pkgconfig
47
48%description    devel
49Header files and libraries for building a extension library for the
50mate-window-manager.
51
52
53%prep
54%setup -q
55%patch1001 -p1 -b .vine
56
57
58%build
59(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
60%configure \
61        --disable-static
62
63%{__make} %{?_smp_mflags}
64
65
66%install
67%{__rm} -rf ${RPM_BUILD_ROOT}
68
69%{__make} install DESTDIR=${RPM_BUILD_ROOT}
70
71find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
72find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
73
74%find_lang marco
75
76
77%clean
78%{__rm} -rf ${RPM_BUILD_ROOT}
79
80
81%post
82/sbin/ldconfig
83update-desktop-database %{_datadir}/applications >& /dev/null ||:
84
85%postun
86/sbin/ldconfig
87if [ $1 -eq 0 ]; then
88  update-desktop-database %{_datadir}/applications >& /dev/null ||:
89  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
90fi
91
92%posttrans
93glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
94
95
96%files -f marco.lang
97%defattr(-,root,root,-)
98%doc COPYING ChangeLog NEWS README
99%{_bindir}/marco
100%{_bindir}/marco-message
101%{_bindir}/marco-theme-viewer
102%{_bindir}/marco-window-demo
103%{_libdir}/libmarco-private.so.*
104%{_datadir}/MateConf/gsettings/marco.convert
105%{_datadir}/applications/marco.desktop
106%{_datadir}/glib-2.0/schemas/org.mate.marco.gschema.xml
107%{_datadir}/mate/help
108%{_datadir}/mate/wm-properties/marco-wm.desktop
109%{_datadir}/mate-control-center/keybindings/*.xml
110%{_datadir}/mate-window-manager/icons/marco-window-demo.png
111%{_datadir}/themes
112%{_mandir}/man1/*.1.gz
113
114%files devel
115%defattr(-,root,root,-)
116%{_includedir}/marco-1
117%{_libdir}/libmarco-private.so
118%{_libdir}/pkgconfig/libmarco-private.pc
119
120
121%changelog
122* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-2
123- rebuild with VineSeed environment
124
125* Sun Sep 22 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-1
126- new upstream release
127
128* Sat May 25 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
129- new upstream release
130- remove BuildRequires: mate-conf-devel
131- add Patch1001 (mate-window-manager-vine-settings.patch)
132
133* Sat Nov 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.1-1
134- new upstream release
135
136* Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
137- new upstream release
138
139* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
140- new upstream release
141
142* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
143- change category
144
145* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
146- initial build for Vine Linux
147
Note: See TracBrowser for help on using the repository browser.