From 3c04bd9cff0c3b46d177a5a60cac6794410d960c7d2c3e7f578dbef58f0959cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Sat, 4 May 2024 01:58:51 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main xbitmaps revision 7e8d4085221eb6be4007d5a673aa3fb8 --- .gitattributes | 23 ++++++++++++++++ xbitmaps-1.1.3.tar.xz | 3 +++ xbitmaps.changes | 47 +++++++++++++++++++++++++++++++++ xbitmaps.spec | 61 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 134 insertions(+) create mode 100644 .gitattributes create mode 100644 xbitmaps-1.1.3.tar.xz create mode 100644 xbitmaps.changes create mode 100644 xbitmaps.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/xbitmaps-1.1.3.tar.xz b/xbitmaps-1.1.3.tar.xz new file mode 100644 index 0000000..133bad7 --- /dev/null +++ b/xbitmaps-1.1.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad6cad54887832a17d86c2ccfc5e52a1dfab090f8307b152c78b0e1529cd0f7a +size 109772 diff --git a/xbitmaps.changes b/xbitmaps.changes new file mode 100644 index 0000000..d188787 --- /dev/null +++ b/xbitmaps.changes @@ -0,0 +1,47 @@ +------------------------------------------------------------------- +Thu Apr 20 07:31:02 UTC 2023 - Frederic Crozat + +- Fix license tag to X11. + +------------------------------------------------------------------- +Thu Feb 23 17:53:55 UTC 2023 - Stefan Dirsch + +- Update to version 1.1.3 + * This release primarily makes the configure process more efficient + +------------------------------------------------------------------- +Wed Apr 4 14:23:13 UTC 2018 - sndirsch@suse.com + +- Update to version 1.1.2 + * configure: Drop AM_MAINTAINER_MODE + * autogen.sh: Honor NOCONFIGURE=1 + * Remove unused libdir setting from xbitmaps.pc + * autogen.sh: use quoted string variables + * config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES + * autogen: add default patch prefix + * autogen.sh: use exec instead of waiting for configure to finish + +------------------------------------------------------------------- +Thu Aug 29 08:53:05 UTC 2013 - sndirsch@suse.com + +- create main package and move bitmaps there (bnc#836530) + +------------------------------------------------------------------- +Fri Apr 5 09:35:58 UTC 2013 - idonmez@suse.com + +- Add Source URL, see https://en.opensuse.org/SourceUrls + +------------------------------------------------------------------- +Wed Mar 21 22:35:46 UTC 2012 - jengelh@medozas.de + +- Avoid tarballs in the Homepage link + +------------------------------------------------------------------- +Fri Feb 17 09:58:17 UTC 2012 - saschpe@suse.de + +- Provide a valid upstream URL, ran spec-cleaner + +------------------------------------------------------------------- +Tue Feb 7 22:17:49 UTC 2012 - jengelh@medozas.de + +- Split xorg-x11-libs into separate packages diff --git a/xbitmaps.spec b/xbitmaps.spec new file mode 100644 index 0000000..4828b14 --- /dev/null +++ b/xbitmaps.spec @@ -0,0 +1,61 @@ +# +# spec file for package xbitmaps +# +# Copyright (c) 2023 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: xbitmaps +Version: 1.1.3 +Release: 0 +Summary: Base X bitmaps +License: X11 +Group: Development/Libraries/C and C++ +URL: http://xorg.freedesktop.org/releases/individual/data/ +Source: http://xorg.freedesktop.org/releases/individual/data/%{name}-%{version}.tar.xz +BuildRequires: pkgconfig +BuildRequires: pkgconfig(xorg-macros) >= 1.3 +BuildArch: noarch + +%description +This package contains the base X bitmaps, which are used in many +legacy X clients. + +%package devel +Summary: Development files for the base X bitmaps +Group: Development/Libraries/C and C++ + +%description devel +This package contains the base X bitmaps, which are used in many +legacy X clients. + +%prep +%setup -q + +%build +%configure +make %{?_smp_mflags} + +%install +%make_install + +%files +%defattr(-,root,root) +%{_includedir}/X11/bitmaps + +%files devel +%defattr(-,root,root) +%{_datadir}/pkgconfig/xbitmaps.pc + +%changelog