Orphaned for 6+ weeks
This commit is contained in:
parent
edd5c3fbd3
commit
cab3e088e0
4 changed files with 1 additions and 120 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,2 +0,0 @@
|
|||
/wmMatrix-0.2-g97216606.tar.gz
|
||||
/wmMatrix-0.2-extern-vars.patch
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
2
sources
2
sources
|
|
@ -1,2 +0,0 @@
|
|||
SHA512 (wmMatrix-0.2-g97216606.tar.gz) = 168dc8daa8bc87238b482331e80951146bd90a7ac131ff7ce44d6d457b139b4b8c6e879a62030bf7cf967ed4e1b90a3153adda15187672c7c8df582c9f48f3f7
|
||||
SHA512 (wmMatrix-0.2-extern-vars.patch) = 7c5579ce2cf03354bb1c6e4ed57ddceed5adc7d2560fb85370a72b7e327159e37a2bbeabfd9a82642ae39040816b9df6a97c3849012a6b2165838246bc83357c
|
||||
116
wmMatrix.spec
116
wmMatrix.spec
|
|
@ -1,116 +0,0 @@
|
|||
%global snapdate 20120814
|
||||
%global treeish 97216606
|
||||
|
||||
Name: wmMatrix
|
||||
Version: 0.2
|
||||
Release: 21.%{snapdate}git%{treeish}%{?dist}
|
||||
Summary: DockApp version of Jamie Zawinski's xmatrix screensaver hack
|
||||
|
||||
# The entire source code is GPLv2+ except for matrix.* and yarandom.* which is BSD
|
||||
License: GPLv2+ and BSD
|
||||
|
||||
# wmMatrix is long since abandoned by its' original author and now
|
||||
# maintained by wmaker-dev@lists.windowmaker.org subscribers.
|
||||
URL: http://repo.or.cz/w/dockapps.git
|
||||
|
||||
# "snapshot" link from http://repo.or.cz/w/dockapps.git/tree/HEAD:/wmMatrix
|
||||
# Tree-ish hash reduced to 8 chars, name and version parts are correctly
|
||||
# parsed by gitweb. However, you will get different results each time you
|
||||
# try to download this file, because git-archive(1) stamps each file with
|
||||
# current time. This is how git-archive(1) works...
|
||||
Source: %{url}/snapshot/%{name}-%{version}-g%{treeish}.tar.gz
|
||||
Patch: %{name}-%{version}-extern-vars.patch
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libXext-devel libXpm-devel
|
||||
|
||||
%description
|
||||
wmMatrix displays The Matrix (from the film of the same name) in
|
||||
a Window Maker dock application. Based on the xscreensaver module
|
||||
created by Jamie Zawinski.
|
||||
|
||||
Although it works best with Window Maker, wmMatrix also works fine
|
||||
with other window managers.
|
||||
|
||||
%prep
|
||||
%setup -q -c
|
||||
%patch -p1
|
||||
|
||||
%build
|
||||
cd dockapps
|
||||
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}{%{_bindir},%{_mandir}/man1}
|
||||
install -p -m755 dockapps/wmMatrix %{buildroot}%{_bindir}/wmMatrix
|
||||
install -p -m644 dockapps/wmMatrix.1 %{buildroot}%{_mandir}/man1/wmMatrix.1
|
||||
|
||||
%files
|
||||
%doc dockapps/COPYING dockapps/COPYING.BSD
|
||||
%{_bindir}/wmMatrix
|
||||
%{_mandir}/man1/wmMatrix.1*
|
||||
|
||||
%changelog
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-21.20120814git97216606
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-20.20120814git97216606
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-19.20120814git97216606
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-18.20120814git97216606
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-17.20120814git97216606
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri Feb 07 2020 Alexey I. Froloff <raorn@raorn.name> - 0.2-16.20120814git97216606
|
||||
- Fix link with new gcc
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-15.20120814git97216606
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-14.20120814git97216606
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-13.20120814git97216606
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-12.20120814git97216606
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-11.20120814git97216606
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-10.20120814git97216606
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-9.20120814git97216606
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-8.20120814git97216606
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-7.20120814git97216606
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-6.20120814git97216606
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-5.20120814git97216606
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-4.20120814git97216606
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-3.20120814git97216606
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-2.20120814git97216606
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Tue Aug 14 2012 Alexey I. Froloff <raorn@raorn.name> - 0.2-1.20120814git97216606
|
||||
- Initial build for Fedora
|
||||
Loading…
Add table
Add a link
Reference in a new issue