source: projects/specs/trunk/m/marco/marco-vl.spec @ 9120

Revision 9120, 4.0 KB checked in by Takemikaduchi, 9 years ago (diff)

new upstream release

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