guibuilder_pel7x64builder0
6 years ago
2 changed files with 175 additions and 0 deletions
@ -0,0 +1,25 @@
@@ -0,0 +1,25 @@
|
||||
From 60a30e06fc63295abeae30bb9d4f372f6fdcdcd9 Mon Sep 17 00:00:00 2001 |
||||
From: leigh123linux <leigh123linux@googlemail.com> |
||||
Date: Thu, 9 Aug 2018 09:14:17 +0100 |
||||
Subject: [PATCH] Fix meson warnings |
||||
|
||||
--- |
||||
meson.build | 2 +- |
||||
1 file changed, 1 insertion(+), 1 deletion(-) |
||||
|
||||
diff --git a/meson.build b/meson.build |
||||
index 6f0ad51..0a2bd60 100644 |
||||
--- a/meson.build |
||||
+++ b/meson.build |
||||
@@ -2,7 +2,7 @@ |
||||
|
||||
# https://github.com/linuxmint/nemo |
||||
project('nemo', 'c', version: '3.8.6', |
||||
- meson_version: '>=0.37.0' |
||||
+ meson_version: '>=0.41.0' |
||||
) |
||||
|
||||
# 1. If the library code has changed at all since last release, then increment revision. |
||||
-- |
||||
2.18.0 |
||||
|
@ -0,0 +1,150 @@
@@ -0,0 +1,150 @@
|
||||
%global enable_debugging 0 |
||||
|
||||
Summary: A menu system for the Cinnamon project |
||||
Name: cinnamon-menus |
||||
Version: 3.8.2 |
||||
Release: 3%{?dist} |
||||
License: LGPLv2+ |
||||
URL: http://cinnamon.linuxmint.com |
||||
Source0: https://github.com/linuxmint/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz |
||||
|
||||
BuildRequires: glib2-devel |
||||
BuildRequires: python3 |
||||
BuildRequires: intltool |
||||
BuildRequires: gobject-introspection-devel |
||||
BuildRequires: gnome-common |
||||
|
||||
%description |
||||
cinnamon-menus is an implementation of the draft "Desktop |
||||
Menu Specification" from freedesktop.org. This package |
||||
also contains the Cinnamon menu layout configuration files, |
||||
.directory files and assorted menu related utility programs, |
||||
Python bindings, and a simple menu editor. |
||||
|
||||
%package devel |
||||
Summary: Libraries and include files for the Cinnamon menu system |
||||
Requires: %{name}%{?_isa} = %{version}-%{release} |
||||
|
||||
%description devel |
||||
This package provides the necessary development libraries for |
||||
writing applications that use the Cinnamon menu system. |
||||
|
||||
%prep |
||||
%setup -q |
||||
NOCONFIGURE=1 ./autogen.sh |
||||
|
||||
%build |
||||
%configure --disable-static \ |
||||
--enable-introspection \ |
||||
%if %{enable_debugging} |
||||
--enable-debug=yes |
||||
%else |
||||
--enable-debug=no |
||||
%endif |
||||
|
||||
%make_build V=1 |
||||
|
||||
%install |
||||
%make_install |
||||
find %buildroot -name '*.la' -exec rm -f {} ';' |
||||
|
||||
%post -p /sbin/ldconfig |
||||
%postun -p /sbin/ldconfig |
||||
|
||||
%files |
||||
%doc AUTHORS NEWS |
||||
%license COPYING COPYING.LIB |
||||
%{_libdir}/lib*.so.* |
||||
%{_libdir}/girepository-1.0/CMenu-3.0.typelib |
||||
|
||||
%files devel |
||||
%{_libdir}/lib*.so |
||||
%{_libdir}/pkgconfig/* |
||||
%{_includedir}/cinnamon-menus-3.0 |
||||
%{_datadir}/gir-1.0/CMenu-3.0.gir |
||||
|
||||
%changelog |
||||
* Sun Oct 07 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.8.2-3 |
||||
- Drop EPEL/RHEL support |
||||
|
||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.2-2 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild |
||||
|
||||
* Fri Jun 08 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.8.2-1 |
||||
- Update to 3.8.2 release |
||||
|
||||
* Sun May 06 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.8.1-1 |
||||
- Update to 3.8.1 release |
||||
|
||||
* Mon Apr 16 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.8.0-1 |
||||
- Update to 3.8.0 release |
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.0-3 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild |
||||
|
||||
* Thu Nov 16 2017 Björn Esser <besser82@fedoraproject.org> - 3.6.0-2 |
||||
- Use macro for Python3 packages |
||||
|
||||
* Mon Oct 23 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.6.0-1 |
||||
- update to 3.6.0 release |
||||
|
||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.0-3 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild |
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.0-2 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild |
||||
|
||||
* Wed May 03 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.4.0-1 |
||||
- update to 3.4.0 release |
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-2 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild |
||||
|
||||
* Mon Nov 07 2016 Leigh Scott <leigh123linux@googlemail.com> - 3.2.0-1 |
||||
- update to 3.2.0 release |
||||
|
||||
* Mon May 30 2016 Leigh Scott <leigh123linux@googlemail.com> - 3.0.2-1 |
||||
- update to 3.0.2 release |
||||
|
||||
* Tue May 24 2016 Leigh Scott <leigh123linux@googlemail.com> - 3.0.1-1 |
||||
- update to 3.0.1 release |
||||
|
||||
* Sat Apr 23 2016 Leigh Scott <leigh123linux@googlemail.com> - 3.0.0-1 |
||||
- update to 3.0.0 release |
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.0-3 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild |
||||
|
||||
* Mon Nov 09 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.8.0-2 |
||||
- rebuilt |
||||
|
||||
* Fri Oct 16 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.8.0-1 |
||||
- update to 2.8.0 release |
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.0-2 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild |
||||
|
||||
* Wed May 20 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.0-1 |
||||
- update to 2.6.0 release |
||||
|
||||
* Thu Oct 30 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.4.0-1 |
||||
- update to 2.4.0 |
||||
|
||||
* Tue Sep 30 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.4.0-0.1.gitf22e07d |
||||
- update to latest git |
||||
|
||||
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.0-4 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild |
||||
|
||||
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 2.2.0-3 |
||||
- Rebuilt for gobject-introspection 1.41.4 |
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.0-2 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild |
||||
|
||||
* Sat Apr 12 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.0-1 |
||||
- update to 2.2.0 |
||||
|
||||
* Sat Mar 22 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.1-0.1.gitc740513 |
||||
- inital release |
||||
|
Loading…
Reference in new issue