From 392ff6610b9345c2892ae9591cf29d5c249dae4e Mon Sep 17 00:00:00 2001 From: Leigh Scott Date: Tue, 6 Nov 2018 22:55:22 +0000 Subject: [PATCH 1/4] Not enough time to maintain --- .gitignore | 5 -- dead.package | 1 + sources | 1 - xed.spec | 228 --------------------------------------------------- 4 files changed, 1 insertion(+), 234 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 xed.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 07afd51..0000000 --- a/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -*~ -*.rpm -*.tar* -results_*/ -/xed-1.4.0_to_master.patch diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..1ac3aa0 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Not enough time to maintain diff --git a/sources b/sources deleted file mode 100644 index c943fd0..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (xed-1.6.2.tar.gz) = 54b0c87037f892a5857027c323fd92e57cd7d0f6719ed5311e23986059ea56451b2532f55db43a890a6fb0582722841da3ee2c06183146c39090f48c9d0907c0 diff --git a/xed.spec b/xed.spec deleted file mode 100644 index 8200d52..0000000 --- a/xed.spec +++ /dev/null @@ -1,228 +0,0 @@ -# Filter provides from plugins. -%global __provides_exclude_from ^%{_libdir}/%{name}/plugins/.*$ - - -Name: xed -Version: 1.6.2 -Release: 1%{?dist} -Summary: X-Apps [Text] Editor (Cross-DE, backward-compatible, GTK3, traditional UI) - -License: GPLv2+ -URL: https://github.com/linuxmint/%{name} -Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz - -BuildRequires: autoconf -BuildRequires: automake -BuildRequires: desktop-file-utils -BuildRequires: gettext -BuildRequires: gnome-common -BuildRequires: intltool -BuildRequires: libappstream-glib -BuildRequires: pkgconfig(enchant) -BuildRequires: pkgconfig(glib-2.0) -BuildRequires: pkgconfig(gtk+-3.0) -BuildRequires: pkgconfig(gtksourceview-3.0) -BuildRequires: pkgconfig(libpeas-gtk-1.0) -BuildRequires: pkgconfig(libxml-2.0) -BuildRequires: pkgconfig(iso-codes) -BuildRequires: pkgconfig(pygobject-2.0) -BuildRequires: pkgconfig(pygtk-2.0) -BuildRequires: pkgconfig(pygtksourceview-2.0) -BuildRequires: pkgconfig(sm) -BuildRequires: python%{python3_pkgversion}-devel - -Requires: iso-codes -Requires: libpeas-loader-python%{python3_pkgversion}%{?_isa} -Requires: python%{python3_pkgversion}-gobject%{?_isa} -Requires: xapps%{?_isa} -Requires: zenity%{?_isa} - -%description -Xed is a small, but powerful text editor. It has most standard text -editor functions and fully supports international text in Unicode. -Advanced features include syntax highlighting and automatic indentation -of source code, printing and editing of multiple documents in one window. - -Xed is extensible through a plugin system, which currently includes -support for spell checking, comparing files, viewing CVS ChangeLogs, and -adjusting indentation levels. - - -%package devel -Summary: Files needed to develop plugins for %{name} -Requires: %{name}%{?_isa} == %{version}-%{release} - -%description devel -This package contains files needed to develop plugins for %{name}. - - -%package doc -Summary: Documentation files for %{name} - -BuildArch: noarch -BuildRequires: gtk-doc - -%description doc -This package contains the documentation files for %{name}. - - -%prep -%autosetup -p 1 - -# Use 'classic'-theme by default. -%{__sed} -i -e 's!tango!classic!g' data/org.x.editor.gschema.xml.in - -# Make source-files noexec. -%{_bindir}/find . -type f -name '*.c' | %{_bindir}/xargs %{__chmod} -c 0644 -%{_bindir}/find . -type f -name '*.h' | %{_bindir}/xargs %{__chmod} -c 0644 - -NOCONFIGURE=1 %{_bindir}/gnome-autogen.sh - - -%build -export PYTHON=%{__python3} -%configure \ - --disable-silent-rules \ - --enable-gtk-doc - -%make_build - - -%install -%make_install -%{__sed} -i -e '/.*.*/d' \ - %{buildroot}%{_datadir}/appdata/*.appdata.xml -%{_bindir}/find %{buildroot} -name '*.a' -print -delete -%{_bindir}/find %{buildroot} -name '*.la' -print -delete -%find_lang %{name} - - -%check -# Validate desktop-files. -%{_bindir}/desktop-file-validate \ - %{buildroot}%{_datadir}/applications/*.desktop - -# Validate AppData-files. -%{_bindir}/appstream-util validate-relax --nonet \ - %{buildroot}%{_datadir}/appdata/*.appdata.xml - - -%if (0%{?rhel} && 0%{?rhel <= 7}) -%post -%{_bindir}/update-desktop-database &> /dev/null || : - -%postun -%{_bindir}/update-desktop-database &> /dev/null || : -if [ $1 -eq 0 ] ; then - %{_bindir}/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : -fi - - -%posttrans -%{_bindir}/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : -%endif # (0%%{?rhel} && 0%%{?rhel <= 7}) - - -%files -f %{name}.lang -%license AUTHORS COPYING debian/copyright -%doc ChangeLog README debian/changelog -%exclude %{_datadir}/%{name}/gir-1.0 -%exclude %{_datadir}/%{name}/gir-1.0/* -%{_bindir}/%{name} -%{_datadir}/appdata/%{name}.appdata.xml -%{_datadir}/applications/%{name}.desktop -%{_datadir}/dbus-1/services/org.x.editor.*service -%{_datadir}/glib-2.0/schemas/org.x.editor.*gschema.xml -%{_datadir}/help/*/%{name} -%{_datadir}/%{name} -%{_libdir}/%{name} -%{_libexecdir}/%{name} -%{_mandir}/man1/%{name}.1* - - -%files devel -%{_datadir}/%{name}/gir-1.0 -%{_includedir}/%{name} -%{_libdir}/pkgconfig/%{name}.pc - - -%files doc -%license %{_datadir}/licenses/%{name}* -%doc %{_datadir}/doc/%{name}* -%doc %{_datadir}/gtk-doc - - -%changelog -* Fri Nov 17 2017 Björn Esser - 1.6.2-1 -- Update to 1.6.2 release (rhbz#1513985) - -* Fri Nov 17 2017 Björn Esser - 1.6.0-2 -- Adjustments for EPEL7 - -* Sat Nov 04 2017 Leigh Scott - 1.6.0-1 -- Update to 1.6.0 release -- Fix conditional - -* Fri Sep 01 2017 Björn Esser - 1.4.6-6 -- Some more fixes for EPEL - -* Fri Sep 01 2017 Björn Esser - 1.4.6-5 -- Use Python34 on EPEL - -* Fri Sep 01 2017 Björn Esser - 1.4.6-4 -- Adjustments for EPEL - -* Thu Aug 03 2017 Fedora Release Engineering - 1.4.6-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 1.4.6-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sun Jul 16 2017 Björn Esser - 1.4.6-1 -- Update to 1.4.6 release (rhbz#1471446) - -* Tue Jul 04 2017 Björn Esser - 1.4.5-1 -- Update to 1.4.5 release (rhbz#1467641) - -* Fri Jun 30 2017 Björn Esser - 1.4.4-2 -- Fix filtered provides - -* Wed Jun 28 2017 Björn Esser - 1.4.4-1 -- Update to 1.4.4 release (rhbz#1463461) -- Filter provides from plugins - -* Wed May 24 2017 Björn Esser - 1.4.2-1 -- Update to 1.4.2 release (rhbz#1454988) - -* Sun May 07 2017 Björn Esser - 1.4.1-1 -- Update to 1.4.1 release (rhbz #1448673) - -* Sat May 06 2017 Leigh Scott - 1.4.0-1 -- Update to 1.4.0 release - -* Sun Apr 02 2017 Leigh Scott - 1.2.2-3 -- Redo patches with latest fixes - -* Sat Apr 01 2017 Leigh Scott - 1.2.2-2 -- Fix start up crash under wayland (rhbz #1438157) -- Fix 'format not a string literal' compile error - -* Tue Feb 21 2017 Björn Esser - 1.2.2-1 -- Initial import (rhbz#1424798) - -* Sun Feb 19 2017 Björn Esser - 1.2.2-0.5 -- Use 'classic'-theme by default -- Move devel-files to devel-pkg -- Remove exec-perms from source-files - -* Sun Feb 19 2017 Björn Esser - 1.2.2-0.4 -- Add patch to update to recent master - -* Sun Feb 19 2017 Björn Esser - 1.2.2-0.3 -- Fix dir-ownership for %%{_datadir}/help - -* Sun Feb 19 2017 Björn Esser - 1.2.2-0.2 -- Doc-pkg should be noarch'ed - -* Sun Feb 19 2017 Björn Esser - 1.2.2-0.1 -- Initial rpm-release (rhbz#1424798) From e444ebefb5c3743ea3858a458ebdbaeb909281ef Mon Sep 17 00:00:00 2001 From: Pat Riehecky Date: Thu, 29 Nov 2018 14:09:35 -0600 Subject: [PATCH 2/4] Revived per https://pagure.io/releng/issue/7938 --- .gitignore | 5 ++ dead.package | 1 - sources | 1 + xed.spec | 231 +++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 237 insertions(+), 1 deletion(-) create mode 100644 .gitignore delete mode 100644 dead.package create mode 100644 sources create mode 100644 xed.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..07afd51 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*~ +*.rpm +*.tar* +results_*/ +/xed-1.4.0_to_master.patch diff --git a/dead.package b/dead.package deleted file mode 100644 index 1ac3aa0..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -Not enough time to maintain diff --git a/sources b/sources new file mode 100644 index 0000000..c943fd0 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (xed-1.6.2.tar.gz) = 54b0c87037f892a5857027c323fd92e57cd7d0f6719ed5311e23986059ea56451b2532f55db43a890a6fb0582722841da3ee2c06183146c39090f48c9d0907c0 diff --git a/xed.spec b/xed.spec new file mode 100644 index 0000000..ad371d1 --- /dev/null +++ b/xed.spec @@ -0,0 +1,231 @@ +# Filter provides from plugins. +%global __provides_exclude_from ^%{_libdir}/%{name}/plugins/.*$ + + +Name: xed +Version: 1.6.2 +Release: 2%{?dist} +Summary: X-Apps [Text] Editor (Cross-DE, backward-compatible, GTK3, traditional UI) + +License: GPLv2+ +URL: https://github.com/linuxmint/%{name} +Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz + +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: desktop-file-utils +BuildRequires: gettext +BuildRequires: gnome-common +BuildRequires: intltool +BuildRequires: libappstream-glib +BuildRequires: pkgconfig(enchant) +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: pkgconfig(gtksourceview-3.0) +BuildRequires: pkgconfig(libpeas-gtk-1.0) +BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(iso-codes) +BuildRequires: pkgconfig(pygobject-2.0) +BuildRequires: pkgconfig(pygtk-2.0) +BuildRequires: pkgconfig(pygtksourceview-2.0) +BuildRequires: pkgconfig(sm) +BuildRequires: python%{python3_pkgversion}-devel + +Requires: iso-codes +Requires: libpeas-loader-python%{python3_pkgversion}%{?_isa} +Requires: python%{python3_pkgversion}-gobject%{?_isa} +Requires: xapps%{?_isa} +Requires: zenity%{?_isa} + +%description +Xed is a small, but powerful text editor. It has most standard text +editor functions and fully supports international text in Unicode. +Advanced features include syntax highlighting and automatic indentation +of source code, printing and editing of multiple documents in one window. + +Xed is extensible through a plugin system, which currently includes +support for spell checking, comparing files, viewing CVS ChangeLogs, and +adjusting indentation levels. + + +%package devel +Summary: Files needed to develop plugins for %{name} +Requires: %{name}%{?_isa} == %{version}-%{release} + +%description devel +This package contains files needed to develop plugins for %{name}. + + +%package doc +Summary: Documentation files for %{name} + +BuildArch: noarch +BuildRequires: gtk-doc + +%description doc +This package contains the documentation files for %{name}. + + +%prep +%autosetup -p 1 + +# Use 'classic'-theme by default. +%{__sed} -i -e 's!tango!classic!g' data/org.x.editor.gschema.xml.in + +# Make source-files noexec. +%{_bindir}/find . -type f -name '*.c' | %{_bindir}/xargs %{__chmod} -c 0644 +%{_bindir}/find . -type f -name '*.h' | %{_bindir}/xargs %{__chmod} -c 0644 + +NOCONFIGURE=1 %{_bindir}/gnome-autogen.sh + + +%build +export PYTHON=%{__python3} +%configure \ + --disable-silent-rules \ + --enable-gtk-doc + +%make_build + + +%install +%make_install +%{__sed} -i -e '/.*.*/d' \ + %{buildroot}%{_datadir}/appdata/*.appdata.xml +%{_bindir}/find %{buildroot} -name '*.a' -print -delete +%{_bindir}/find %{buildroot} -name '*.la' -print -delete +%find_lang %{name} + + +%check +# Validate desktop-files. +%{_bindir}/desktop-file-validate \ + %{buildroot}%{_datadir}/applications/*.desktop + +# Validate AppData-files. +%{_bindir}/appstream-util validate-relax --nonet \ + %{buildroot}%{_datadir}/appdata/*.appdata.xml + + +%if (0%{?rhel} && 0%{?rhel <= 7}) +%post +%{_bindir}/update-desktop-database &> /dev/null || : + +%postun +%{_bindir}/update-desktop-database &> /dev/null || : +if [ $1 -eq 0 ] ; then + %{_bindir}/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : +fi + + +%posttrans +%{_bindir}/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : +%endif # (0%%{?rhel} && 0%%{?rhel <= 7}) + + +%files -f %{name}.lang +%license AUTHORS COPYING debian/copyright +%doc ChangeLog README debian/changelog +%exclude %{_datadir}/%{name}/gir-1.0 +%exclude %{_datadir}/%{name}/gir-1.0/* +%{_bindir}/%{name} +%{_datadir}/appdata/%{name}.appdata.xml +%{_datadir}/applications/%{name}.desktop +%{_datadir}/dbus-1/services/org.x.editor.*service +%{_datadir}/glib-2.0/schemas/org.x.editor.*gschema.xml +%{_datadir}/help/*/%{name} +%{_datadir}/%{name} +%{_libdir}/%{name} +%{_libexecdir}/%{name} +%{_mandir}/man1/%{name}.1* + + +%files devel +%{_datadir}/%{name}/gir-1.0 +%{_includedir}/%{name} +%{_libdir}/pkgconfig/%{name}.pc + + +%files doc +%license %{_datadir}/licenses/%{name}* +%doc %{_datadir}/doc/%{name}* +%doc %{_datadir}/gtk-doc + + +%changelog +* Thu Nov 29 2018 Pat Riehecky - 1.6.2-2 +- Return to EPEL7 + +* Fri Nov 17 2017 Björn Esser - 1.6.2-1 +- Update to 1.6.2 release (rhbz#1513985) + +* Fri Nov 17 2017 Björn Esser - 1.6.0-2 +- Adjustments for EPEL7 + +* Sat Nov 04 2017 Leigh Scott - 1.6.0-1 +- Update to 1.6.0 release +- Fix conditional + +* Fri Sep 01 2017 Björn Esser - 1.4.6-6 +- Some more fixes for EPEL + +* Fri Sep 01 2017 Björn Esser - 1.4.6-5 +- Use Python34 on EPEL + +* Fri Sep 01 2017 Björn Esser - 1.4.6-4 +- Adjustments for EPEL + +* Thu Aug 03 2017 Fedora Release Engineering - 1.4.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 1.4.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sun Jul 16 2017 Björn Esser - 1.4.6-1 +- Update to 1.4.6 release (rhbz#1471446) + +* Tue Jul 04 2017 Björn Esser - 1.4.5-1 +- Update to 1.4.5 release (rhbz#1467641) + +* Fri Jun 30 2017 Björn Esser - 1.4.4-2 +- Fix filtered provides + +* Wed Jun 28 2017 Björn Esser - 1.4.4-1 +- Update to 1.4.4 release (rhbz#1463461) +- Filter provides from plugins + +* Wed May 24 2017 Björn Esser - 1.4.2-1 +- Update to 1.4.2 release (rhbz#1454988) + +* Sun May 07 2017 Björn Esser - 1.4.1-1 +- Update to 1.4.1 release (rhbz #1448673) + +* Sat May 06 2017 Leigh Scott - 1.4.0-1 +- Update to 1.4.0 release + +* Sun Apr 02 2017 Leigh Scott - 1.2.2-3 +- Redo patches with latest fixes + +* Sat Apr 01 2017 Leigh Scott - 1.2.2-2 +- Fix start up crash under wayland (rhbz #1438157) +- Fix 'format not a string literal' compile error + +* Tue Feb 21 2017 Björn Esser - 1.2.2-1 +- Initial import (rhbz#1424798) + +* Sun Feb 19 2017 Björn Esser - 1.2.2-0.5 +- Use 'classic'-theme by default +- Move devel-files to devel-pkg +- Remove exec-perms from source-files + +* Sun Feb 19 2017 Björn Esser - 1.2.2-0.4 +- Add patch to update to recent master + +* Sun Feb 19 2017 Björn Esser - 1.2.2-0.3 +- Fix dir-ownership for %%{_datadir}/help + +* Sun Feb 19 2017 Björn Esser - 1.2.2-0.2 +- Doc-pkg should be noarch'ed + +* Sun Feb 19 2017 Björn Esser - 1.2.2-0.1 +- Initial rpm-release (rhbz#1424798) From 72df901705bd68bf007459c698c500ee85b74f6b Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 10 Dec 2018 16:33:41 -0500 Subject: [PATCH 3/4] Revert "Not enough time to maintain" Unretirement for https://pagure.io/releng/issue/7938 This reverts commit 392ff6610b9345c2892ae9591cf29d5c249dae4e. --- .gitignore | 5 ++ dead.package | 1 - sources | 1 + xed.spec | 228 +++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 234 insertions(+), 1 deletion(-) create mode 100644 .gitignore delete mode 100644 dead.package create mode 100644 sources create mode 100644 xed.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..07afd51 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*~ +*.rpm +*.tar* +results_*/ +/xed-1.4.0_to_master.patch diff --git a/dead.package b/dead.package deleted file mode 100644 index 1ac3aa0..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -Not enough time to maintain diff --git a/sources b/sources new file mode 100644 index 0000000..c943fd0 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (xed-1.6.2.tar.gz) = 54b0c87037f892a5857027c323fd92e57cd7d0f6719ed5311e23986059ea56451b2532f55db43a890a6fb0582722841da3ee2c06183146c39090f48c9d0907c0 diff --git a/xed.spec b/xed.spec new file mode 100644 index 0000000..8200d52 --- /dev/null +++ b/xed.spec @@ -0,0 +1,228 @@ +# Filter provides from plugins. +%global __provides_exclude_from ^%{_libdir}/%{name}/plugins/.*$ + + +Name: xed +Version: 1.6.2 +Release: 1%{?dist} +Summary: X-Apps [Text] Editor (Cross-DE, backward-compatible, GTK3, traditional UI) + +License: GPLv2+ +URL: https://github.com/linuxmint/%{name} +Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz + +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: desktop-file-utils +BuildRequires: gettext +BuildRequires: gnome-common +BuildRequires: intltool +BuildRequires: libappstream-glib +BuildRequires: pkgconfig(enchant) +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: pkgconfig(gtksourceview-3.0) +BuildRequires: pkgconfig(libpeas-gtk-1.0) +BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(iso-codes) +BuildRequires: pkgconfig(pygobject-2.0) +BuildRequires: pkgconfig(pygtk-2.0) +BuildRequires: pkgconfig(pygtksourceview-2.0) +BuildRequires: pkgconfig(sm) +BuildRequires: python%{python3_pkgversion}-devel + +Requires: iso-codes +Requires: libpeas-loader-python%{python3_pkgversion}%{?_isa} +Requires: python%{python3_pkgversion}-gobject%{?_isa} +Requires: xapps%{?_isa} +Requires: zenity%{?_isa} + +%description +Xed is a small, but powerful text editor. It has most standard text +editor functions and fully supports international text in Unicode. +Advanced features include syntax highlighting and automatic indentation +of source code, printing and editing of multiple documents in one window. + +Xed is extensible through a plugin system, which currently includes +support for spell checking, comparing files, viewing CVS ChangeLogs, and +adjusting indentation levels. + + +%package devel +Summary: Files needed to develop plugins for %{name} +Requires: %{name}%{?_isa} == %{version}-%{release} + +%description devel +This package contains files needed to develop plugins for %{name}. + + +%package doc +Summary: Documentation files for %{name} + +BuildArch: noarch +BuildRequires: gtk-doc + +%description doc +This package contains the documentation files for %{name}. + + +%prep +%autosetup -p 1 + +# Use 'classic'-theme by default. +%{__sed} -i -e 's!tango!classic!g' data/org.x.editor.gschema.xml.in + +# Make source-files noexec. +%{_bindir}/find . -type f -name '*.c' | %{_bindir}/xargs %{__chmod} -c 0644 +%{_bindir}/find . -type f -name '*.h' | %{_bindir}/xargs %{__chmod} -c 0644 + +NOCONFIGURE=1 %{_bindir}/gnome-autogen.sh + + +%build +export PYTHON=%{__python3} +%configure \ + --disable-silent-rules \ + --enable-gtk-doc + +%make_build + + +%install +%make_install +%{__sed} -i -e '/.*.*/d' \ + %{buildroot}%{_datadir}/appdata/*.appdata.xml +%{_bindir}/find %{buildroot} -name '*.a' -print -delete +%{_bindir}/find %{buildroot} -name '*.la' -print -delete +%find_lang %{name} + + +%check +# Validate desktop-files. +%{_bindir}/desktop-file-validate \ + %{buildroot}%{_datadir}/applications/*.desktop + +# Validate AppData-files. +%{_bindir}/appstream-util validate-relax --nonet \ + %{buildroot}%{_datadir}/appdata/*.appdata.xml + + +%if (0%{?rhel} && 0%{?rhel <= 7}) +%post +%{_bindir}/update-desktop-database &> /dev/null || : + +%postun +%{_bindir}/update-desktop-database &> /dev/null || : +if [ $1 -eq 0 ] ; then + %{_bindir}/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : +fi + + +%posttrans +%{_bindir}/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : +%endif # (0%%{?rhel} && 0%%{?rhel <= 7}) + + +%files -f %{name}.lang +%license AUTHORS COPYING debian/copyright +%doc ChangeLog README debian/changelog +%exclude %{_datadir}/%{name}/gir-1.0 +%exclude %{_datadir}/%{name}/gir-1.0/* +%{_bindir}/%{name} +%{_datadir}/appdata/%{name}.appdata.xml +%{_datadir}/applications/%{name}.desktop +%{_datadir}/dbus-1/services/org.x.editor.*service +%{_datadir}/glib-2.0/schemas/org.x.editor.*gschema.xml +%{_datadir}/help/*/%{name} +%{_datadir}/%{name} +%{_libdir}/%{name} +%{_libexecdir}/%{name} +%{_mandir}/man1/%{name}.1* + + +%files devel +%{_datadir}/%{name}/gir-1.0 +%{_includedir}/%{name} +%{_libdir}/pkgconfig/%{name}.pc + + +%files doc +%license %{_datadir}/licenses/%{name}* +%doc %{_datadir}/doc/%{name}* +%doc %{_datadir}/gtk-doc + + +%changelog +* Fri Nov 17 2017 Björn Esser - 1.6.2-1 +- Update to 1.6.2 release (rhbz#1513985) + +* Fri Nov 17 2017 Björn Esser - 1.6.0-2 +- Adjustments for EPEL7 + +* Sat Nov 04 2017 Leigh Scott - 1.6.0-1 +- Update to 1.6.0 release +- Fix conditional + +* Fri Sep 01 2017 Björn Esser - 1.4.6-6 +- Some more fixes for EPEL + +* Fri Sep 01 2017 Björn Esser - 1.4.6-5 +- Use Python34 on EPEL + +* Fri Sep 01 2017 Björn Esser - 1.4.6-4 +- Adjustments for EPEL + +* Thu Aug 03 2017 Fedora Release Engineering - 1.4.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 1.4.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sun Jul 16 2017 Björn Esser - 1.4.6-1 +- Update to 1.4.6 release (rhbz#1471446) + +* Tue Jul 04 2017 Björn Esser - 1.4.5-1 +- Update to 1.4.5 release (rhbz#1467641) + +* Fri Jun 30 2017 Björn Esser - 1.4.4-2 +- Fix filtered provides + +* Wed Jun 28 2017 Björn Esser - 1.4.4-1 +- Update to 1.4.4 release (rhbz#1463461) +- Filter provides from plugins + +* Wed May 24 2017 Björn Esser - 1.4.2-1 +- Update to 1.4.2 release (rhbz#1454988) + +* Sun May 07 2017 Björn Esser - 1.4.1-1 +- Update to 1.4.1 release (rhbz #1448673) + +* Sat May 06 2017 Leigh Scott - 1.4.0-1 +- Update to 1.4.0 release + +* Sun Apr 02 2017 Leigh Scott - 1.2.2-3 +- Redo patches with latest fixes + +* Sat Apr 01 2017 Leigh Scott - 1.2.2-2 +- Fix start up crash under wayland (rhbz #1438157) +- Fix 'format not a string literal' compile error + +* Tue Feb 21 2017 Björn Esser - 1.2.2-1 +- Initial import (rhbz#1424798) + +* Sun Feb 19 2017 Björn Esser - 1.2.2-0.5 +- Use 'classic'-theme by default +- Move devel-files to devel-pkg +- Remove exec-perms from source-files + +* Sun Feb 19 2017 Björn Esser - 1.2.2-0.4 +- Add patch to update to recent master + +* Sun Feb 19 2017 Björn Esser - 1.2.2-0.3 +- Fix dir-ownership for %%{_datadir}/help + +* Sun Feb 19 2017 Björn Esser - 1.2.2-0.2 +- Doc-pkg should be noarch'ed + +* Sun Feb 19 2017 Björn Esser - 1.2.2-0.1 +- Initial rpm-release (rhbz#1424798) From 91904fce3ca6afc44106d739921db643cc597344 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 7 Mar 2019 17:31:01 -0800 Subject: [PATCH 4/4] Rebuilt to change main python from 3.4 to 3.6 --- xed.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xed.spec b/xed.spec index ad371d1..4159a7d 100644 --- a/xed.spec +++ b/xed.spec @@ -4,7 +4,7 @@ Name: xed Version: 1.6.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: X-Apps [Text] Editor (Cross-DE, backward-compatible, GTK3, traditional UI) License: GPLv2+ @@ -153,6 +153,9 @@ fi %changelog +* Fri Mar 08 2019 Troy Dawson - 1.6.2-3 +- Rebuilt to change main python from 3.4 to 3.6 + * Thu Nov 29 2018 Pat Riehecky - 1.6.2-2 - Return to EPEL7