automatic version update by autodist [release 3.40.0-1mamba;Thu Jul 29 2021]
This commit is contained in:
parent
67d12e777a
commit
5d6e405bb0
@ -1,15 +1,14 @@
|
|||||||
%define majver %(echo %{version} | cut -d. -f 1-2)
|
%define majver %(echo %{version} | cut -d. -f 1-2)
|
||||||
Name: metacity
|
Name: metacity
|
||||||
Version: 3.36.1
|
Version: 3.40.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A minimal X window manager aimed at nontechnical users used by Gnome
|
Summary: A minimal X window manager aimed at nontechnical users used by Gnome
|
||||||
Group: Graphical Desktop/Libraries/GNOME
|
Group: Graphical Desktop/Libraries/GNOME
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.gnome.org
|
URL: https://www.gnome.org/
|
||||||
Source0: http://ftp.acc.umu.se/pub/GNOME/sources/metacity/%{majver}/metacity-%{version}.tar.xz
|
Source0: http://ftp.acc.umu.se/pub/GNOME/sources/metacity/%{majver}/metacity-%{version}.tar.xz
|
||||||
#ftp://ftp.gnome.org/pub/GNOME/sources/metacity/%{metacity_majver}/metacity-%{version}.tar.bz2
|
|
||||||
Source1: %{name}.png
|
Source1: %{name}.png
|
||||||
Patch: %{name}-2.22.0-desktop.patch
|
Patch: %{name}-2.22.0-desktop.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -26,19 +25,23 @@ BuildRequires: libXfixes-devel
|
|||||||
BuildRequires: libXinerama-devel
|
BuildRequires: libXinerama-devel
|
||||||
BuildRequires: libXrandr-devel
|
BuildRequires: libXrandr-devel
|
||||||
BuildRequires: libXrender-devel
|
BuildRequires: libXrender-devel
|
||||||
|
BuildRequires: libXres-devel
|
||||||
BuildRequires: libatk-devel
|
BuildRequires: libatk-devel
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
BuildRequires: libcanberra-devel
|
BuildRequires: libcanberra-devel
|
||||||
BuildRequires: libgdk-pixbuf-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgtk-devel
|
BuildRequires: libgtk3-devel
|
||||||
BuildRequires: libgtop-devel
|
BuildRequires: libgtop-devel
|
||||||
|
BuildRequires: libharfbuzz-devel
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
BuildRequires: libstartup-notification-devel
|
BuildRequires: libstartup-notification-devel
|
||||||
|
BuildRequires: libvulkan-devel
|
||||||
|
BuildRequires: libxpresent-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libxpresent-devel
|
||||||
BuildRequires: zenity
|
BuildRequires: zenity
|
||||||
BuildRequires: itstool
|
BuildRequires: itstool
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A minimal X window manager aimed at nontechnical users used by Gnome.
|
A minimal X window manager aimed at nontechnical users used by Gnome.
|
||||||
@ -50,7 +53,9 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
A minimal X window manager aimed at nontechnical users used by Gnome.
|
A minimal X window manager aimed at nontechnical users used by Gnome.
|
||||||
This package contains static libraries and header files need for development.
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -78,29 +83,30 @@ install -m 644 %{S:1} %{buildroot}%{_datadir}/pixmaps/%{name}.png
|
|||||||
%{_bindir}/metacity
|
%{_bindir}/metacity
|
||||||
%{_bindir}/metacity-message
|
%{_bindir}/metacity-message
|
||||||
%{_bindir}/metacity-theme-viewer
|
%{_bindir}/metacity-theme-viewer
|
||||||
%{_bindir}/metacity-window-demo
|
#%{_bindir}/metacity-window-demo
|
||||||
%{_libdir}/libmetacity.so.*
|
%{_libdir}/libmetacity.so.*
|
||||||
%{_datadir}/applications/metacity.desktop
|
%{_datadir}/applications/metacity.desktop
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.metacity.*.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.metacity.*.xml
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.metacity.gschema.xml
|
|
||||||
%{_datadir}/gnome-control-center/keybindings/50-metacity-*.xml
|
%{_datadir}/gnome-control-center/keybindings/50-metacity-*.xml
|
||||||
%{_datadir}/metacity/icons/metacity-window-demo.png
|
#%{_datadir}/metacity/icons/metacity-window-demo.png
|
||||||
%{_datadir}/pixmaps/%{name}.png
|
%{_datadir}/pixmaps/%{name}.png
|
||||||
%{_mandir}/man1/metacity*.1*
|
%{_mandir}/man1/metacity*.1*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libmetacity.a
|
|
||||||
%{_libdir}/libmetacity.la
|
%{_libdir}/libmetacity.la
|
||||||
%{_libdir}/libmetacity.so
|
%{_libdir}/libmetacity.so
|
||||||
%dir %{_includedir}/metacity
|
%dir %{_includedir}/metacity
|
||||||
%dir %{_includedir}/metacity/libmetacity
|
%dir %{_includedir}/metacity/libmetacity
|
||||||
%{_includedir}/metacity/libmetacity/*.h
|
%{_includedir}/metacity/libmetacity/*.h
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%doc ChangeLog NEWS README
|
#%doc ChangeLog NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 29 2021 Automatic Build System <autodist@mambasoft.it> 3.40.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Mar 27 2020 Automatic Build System <autodist@mambasoft.it> 3.36.1-1mamba
|
* Fri Mar 27 2020 Automatic Build System <autodist@mambasoft.it> 3.36.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user