From 7e069bb28db846c55ce0b21912ec9e6354d36977 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 01 2017 03:49:55 +0000 Subject: import compat-glade315-3.15.0-1.el7 --- diff --git a/.compat-glade315.metadata b/.compat-glade315.metadata new file mode 100644 index 0000000..2bd9440 --- /dev/null +++ b/.compat-glade315.metadata @@ -0,0 +1 @@ +846b679f9faa4352672d9d9011bf9cc1ae36ce90 SOURCES/glade-3.15.0.tar.xz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..999f2bc --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/glade-3.15.0.tar.xz diff --git a/README.md b/README.md deleted file mode 100644 index 98f42b4..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/compat-glade315.spec b/SPECS/compat-glade315.spec new file mode 100644 index 0000000..16c8a27 --- /dev/null +++ b/SPECS/compat-glade315.spec @@ -0,0 +1,67 @@ +%global _changelog_trimtime %(date +%s -d "1 year ago") + +Name: compat-glade315 +Version: 3.15.0 +Release: 1%{?dist} +Summary: Compat package with glade 3.15 libraries + +# - /usr/bin/glade is GPLv2+ +# - /usr/bin/glade-previewer is LGPLv2+ +# - libgladeui-2.so, libgladegtk.so, and libgladepython.so all combine +# GPLv2+ and LGPLv2+ code, so the resulting binaries are GPLv2+ +License: GPLv2+ and LGPLv2+ +URL: http://glade.gnome.org/ +Source0: http://ftp.gnome.org/pub/GNOME/sources/glade/3.15/glade-%{version}.tar.xz + +BuildRequires: desktop-file-utils +BuildRequires: gettext +BuildRequires: gtk3-devel +BuildRequires: intltool +BuildRequires: itstool +BuildRequires: libxml2-devel +BuildRequires: pygobject3-devel +BuildRequires: python2-devel +BuildRequires: docbook-style-xsl +BuildRequires: libxslt + +# Explicitly conflict with older glade packages that ship libraries +# with the same soname as this compat package +Conflicts: glade-libs < 3.16 + +%description +Compatibility package with glade 3.15 librarires. + +%prep +%setup -q -n glade-%{version} + +%build +%configure --disable-static + +# Omit unused direct shared library dependencies. +sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + +make %{?_smp_mflags} + +%install +%make_install +find $RPM_BUILD_ROOT -type f -name "*.la" -delete + +rm -rf $RPM_BUILD_ROOT%{_bindir} +rm -rf $RPM_BUILD_ROOT%{_includedir} +rm -rf $RPM_BUILD_ROOT%{_libdir}/girepository-1.0/ +rm -rf $RPM_BUILD_ROOT%{_libdir}/glade/ +rm -rf $RPM_BUILD_ROOT%{_libdir}/pkgconfig/ +rm -rf $RPM_BUILD_ROOT%{_libdir}/*.so +rm -rf $RPM_BUILD_ROOT%{_datadir} + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%files +%license COPYING* +%{_libdir}/libgladeui-2.so.* + +%changelog +* Wed Oct 19 2016 Kalev Lember - 3.15.0-1 +- Initial glade 3.15 compat package