Compare commits
50 commits
epel8-play
...
rawhide
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4a525d3caf | ||
| efe557cc0a | |||
| 5aa309cf46 | |||
|
|
7c0737747e | ||
|
|
4292afc007 | ||
|
|
923a1344c0 | ||
|
|
1ba4e0b9d6 | ||
|
|
f8289d118a | ||
|
|
10d833142a | ||
|
|
4cf1fed3ba | ||
|
|
f179d6ff36 | ||
|
|
611094e96f | ||
|
|
5989401ba3 | ||
|
|
d90f0cd1a6 | ||
|
|
35163072a0 | ||
|
|
0b0cb32bb3 | ||
|
|
f335a81f86 | ||
|
|
d07bce2622 | ||
|
|
c177e0e0af | ||
|
|
17fc1bcd32 | ||
|
|
e6c278206d | ||
|
|
791eea9d9f | ||
|
|
98c480aa5a | ||
|
|
5dd3ac79f8 | ||
|
|
4d8a9b3272 | ||
|
|
67373ac9a6 | ||
| 48c20757ff | |||
|
|
2395fd4405 | ||
|
|
da5600ef02 | ||
|
6e1bba64fa |
|||
| 806e13cf7b | |||
|
|
ac2bdcc1d7 | ||
|
|
47be71400f | ||
|
|
5a6b64905e | ||
|
|
cc57087037 | ||
|
|
3ab4d134e6 | ||
|
|
3f0d1af034 | ||
|
|
a507238bb1 | ||
| 640410c444 | |||
|
|
73ef727366 | ||
|
|
9250fba637 | ||
|
|
4fedcaea92 | ||
|
|
b7a4858883 | ||
|
|
84875d6a60 | ||
|
|
63cbfe4e50 | ||
|
|
d88fce7a62 | ||
|
|
78f12ad7d4 | ||
| e245aa76c8 | |||
| 995cc55788 | |||
| 07c56aa143 |
8 changed files with 185 additions and 21 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/xcalc-*.tar.*
|
||||
19
.packit.yaml
Normal file
19
.packit.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# See the documentation for more information:
|
||||
# https://packit.dev/docs/configuration/
|
||||
|
||||
specfile_path: xcalc.spec
|
||||
|
||||
copy_upstream_release_description: false
|
||||
|
||||
jobs:
|
||||
- job: pull_from_upstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
- fedora-rawhide
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
allowed_committers: ['packit','all_admins']
|
||||
dist_git_branches:
|
||||
- fedora-rawhide
|
||||
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: xcalc
|
||||
# $Id$
|
||||
NAME := xcalc
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
97
changelog
Normal file
97
changelog
Normal file
|
|
@ -0,0 +1,97 @@
|
|||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Sun Apr 17 2022 Steve Traylen <steve.traylen@cern.ch> - 1.1.1-1
|
||||
- New upstream 1.1.1
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Sep 02 2020 Peter Hutterer <peter.hutterer@redhat.com> 1.1.0-4
|
||||
- Reduce the BuildRequires to the set actually needed
|
||||
- update the rest of the spec a bit, drop RHEL5 conditional
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Nov 7 2019 Steve Traylen <steve.traylen@cern.ch> - 1.1.0-1
|
||||
- New upstream 1.1.0
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.6-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.6-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.6-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.6-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.6-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.6-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.6-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Mon Mar 23 2015 Steve Traylen <steve.traylen@cern.ch> - 1.0.6-1
|
||||
- New upstream 1.0.6
|
||||
|
||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Mon Jul 21 2014 Steve Traylen <steve.traylen@cern.ch> - 1.0.5-1
|
||||
- New upstream 1.0.5
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Sat Apr 3 2010 Steve Traylen <steve.traylen@cern.ch> - 1.0.3-5
|
||||
- Forgot to add xcalc.desktop to CVS.
|
||||
* Sat Apr 3 2010 Steve Traylen <steve.traylen@cern.ch> - 1.0.3-4
|
||||
- Bump release for first official Fedora release.
|
||||
* Sun Mar 21 2010 Steve Traylen <steve.traylen@cern.ch> - 1.0.3-3
|
||||
- Use desktop-validate rather than desktop-install.
|
||||
- Install more with -p.
|
||||
* Sun Mar 21 2010 Steve Traylen <steve.traylen@cern.ch> - 1.0.3-2
|
||||
- Cosmetic line removal.
|
||||
* Fri Mar 19 2010 Steve Traylen <steve.traylen@cern.ch> - 1.0.3-1
|
||||
- Initial spec for fedora extras
|
||||
|
||||
1
sources
1
sources
|
|
@ -0,0 +1 @@
|
|||
SHA512 (xcalc-1.1.3.tar.xz) = 26236f5d6bd37df424e2f61b00362f4cd31a55b1decf03d98053765466af1393c762ae4127fd29256d635e28c10d7713ad12c5feb72c02272144b94453115afd
|
||||
8
xcalc.desktop
Normal file
8
xcalc.desktop
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Name=XCalc
|
||||
GenericName=Scientific Calculator
|
||||
Comment=Scientific Calculator X11 Client
|
||||
Exec=xcalc
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Utility;
|
||||
59
xcalc.spec
Normal file
59
xcalc.spec
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
Name: xcalc
|
||||
Version: 1.1.3
|
||||
Release: %autorelease
|
||||
Summary: Scientific Calculator X11 Client
|
||||
|
||||
License: MIT
|
||||
URL: https://xorg.freedesktop.org
|
||||
Source0: https://xorg.freedesktop.org/releases/individual/app/xcalc-%{version}.tar.xz
|
||||
Source1: xcalc.desktop
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXaw-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXmu-devel
|
||||
BuildRequires: libXpm-devel
|
||||
BuildRequires: libXt-devel
|
||||
BuildRequires: make
|
||||
BuildRequires: xorg-x11-proto-devel
|
||||
BuildRequires: xorg-x11-util-macros
|
||||
|
||||
Requires: xorg-x11-fonts-100dpi
|
||||
Requires: xorg-x11-fonts-75dpi
|
||||
Requires: xorg-x11-fonts-misc
|
||||
Requires: xorg-x11-xbitmaps
|
||||
|
||||
|
||||
%description
|
||||
xcalc is a scientific calculator X11 client.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
cp -p %{SOURCE1} .
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
install -d %{buildroot}%{_datadir}/applications
|
||||
install -p -m 644 xcalc.desktop %{buildroot}%{_datadir}/applications
|
||||
desktop-file-validate %{buildroot}%{_datadir}/applications/xcalc.desktop
|
||||
|
||||
%check
|
||||
%make_build check
|
||||
|
||||
%files
|
||||
%{_bindir}/xcalc
|
||||
%{_datadir}/X11/app-defaults/XCalc
|
||||
%{_datadir}/X11/app-defaults/XCalc-color
|
||||
%{_datadir}/applications/xcalc.desktop
|
||||
%{_mandir}/man1/xcalc.1.*
|
||||
%doc ChangeLog README.md
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
Loading…
Add table
Add a link
Reference in a new issue