Sync from SUSE:SLFO:Main xbitmaps revision 7e8d4085221eb6be4007d5a673aa3fb8

This commit is contained in:
Adrian Schröter 2024-05-04 01:58:51 +02:00
commit 3c04bd9cff
4 changed files with 134 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -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

BIN
xbitmaps-1.1.3.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

47
xbitmaps.changes Normal file
View File

@ -0,0 +1,47 @@
-------------------------------------------------------------------
Thu Apr 20 07:31:02 UTC 2023 - Frederic Crozat <fcrozat@suse.com>
- Fix license tag to X11.
-------------------------------------------------------------------
Thu Feb 23 17:53:55 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
- 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

61
xbitmaps.spec Normal file
View File

@ -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