forked from pool/appres
Compare commits
10 Commits
701052c86f
...
af746a1516
Author | SHA256 | Date | |
---|---|---|---|
af746a1516 | |||
c358c194ea | |||
2e6d48788f | |||
c162c6a18a | |||
2d64dbdbe1 | |||
15f8709429 | |||
|
84b6c0e26d | ||
55581dcae8 | |||
|
22532c5974 | ||
1badcdccb8 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93f475046a8c5055131c5551d5a36ff62aa138a7b2f17ac1bf6393cde8dc640a
|
||||
size 104807
|
3
appres-1.0.6.tar.xz
Normal file
3
appres-1.0.6.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b2257e2a0a1ad8330323aec23f07c333075d7fe4e6efd88e0c18fba8223590b
|
||||
size 118972
|
@@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 3 19:02:12 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- Update to version 1.0.6
|
||||
* bugfix release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 5 14:48:38 UTC 2018 - sndirsch@suse.com
|
||||
|
||||
- Update to version 1.0.5
|
||||
* Print which option was in error along with usage message
|
||||
* configure: Drop AM_MAINTAINER_MODE
|
||||
* autogen.sh: Honor NOCONFIGURE=1
|
||||
* autogen.sh: use quoted string variables
|
||||
* autogen: add default patch prefix
|
||||
* autogen.sh: use exec instead of waiting for configure to finish
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 6 10:29:20 UTC 2014 - sndirsch@suse.com
|
||||
|
||||
- fixed license to X11 in specfile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 20 21:13:07 UTC 2013 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.0.4:
|
||||
+ Add -V option to print command version.
|
||||
+ Combine usage message into a single string.
|
||||
+ Mark usage() as _X_NORETURN to satisfy -Wmissing-noreturn
|
||||
warning.
|
||||
+ config: move man pages into their own directory.
|
||||
+ man: replace hard coded man page section with substitution
|
||||
strings.
|
||||
+ man: remove trailing spaces and tabs.
|
||||
- Add pkgconfig(xproto), configure now checks for it.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
|
16
appres.spec
16
appres.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package appres
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,20 +12,22 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: appres
|
||||
Version: 1.0.3
|
||||
Version: 1.0.6
|
||||
Release: 0
|
||||
License: MIT
|
||||
Summary: Utility to list the resource database of an X application
|
||||
Url: http://xorg.freedesktop.org/
|
||||
License: X11
|
||||
Group: System/X11/Utilities
|
||||
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
||||
URL: http://xorg.freedesktop.org/
|
||||
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||
BuildRequires: pkgconfig(xproto) >= 7.0.17
|
||||
BuildRequires: pkgconfig(xt)
|
||||
# This was part of the xorg-x11 package up to version 7.6
|
||||
Conflicts: xorg-x11 <= 7.6
|
||||
@@ -49,7 +51,7 @@ make %{?_smp_mflags}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog COPYING README
|
||||
%doc AUTHORS ChangeLog COPYING
|
||||
%{_bindir}/appres
|
||||
%{_mandir}/man1/appres.1%{?ext_man}
|
||||
|
||||
|
Reference in New Issue
Block a user