Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4edaa3ffad | ||
|
|
e47bd69ac8 | ||
|
|
03365f6740 |
4 changed files with 1 additions and 101 deletions
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
This package was retired due to no active owner on 2010-08-27
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
f23f86bcfa12a80eaeb886ab9b3ee447 x2vnc-1.7.2.tar.gz
|
||||
82
x2vnc.spec
82
x2vnc.spec
|
|
@ -1,82 +0,0 @@
|
|||
Name: x2vnc
|
||||
Version: 1.7.2
|
||||
Release: 11%{?dist}
|
||||
Summary: Dual screen hack for VNC
|
||||
|
||||
Group: User Interface/X
|
||||
License: GPLv2+
|
||||
URL: http://fredrik.hubbe.net/x2vnc.html
|
||||
Source0: http://fredrik.hubbe.net/x2vnc/%{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Patch0: x2vnc_makefile.in.patch
|
||||
BuildRequires: libXxf86dga-devel, libXrandr-devel, libXinerama-devel
|
||||
BuildRequires: libXScrnSaver-devel
|
||||
|
||||
%description
|
||||
This program will let you use two screens on two different computers
|
||||
as if they were connected to the same computer even if
|
||||
one computer runs Windows.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -b .patch0
|
||||
#Fix a file-not-utf8 warning in rpmlint
|
||||
for file in README x2vnc.man ; do
|
||||
iconv -f ISO-8859-5 -t UTF-8 $file > $file.tmp && \
|
||||
mv $file.tmp $file || rm -f $file.tmp
|
||||
done
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README ChangeLog COPYING
|
||||
%{_bindir}/*
|
||||
%{_mandir}/man1/*
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.2-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.2-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Tue Aug 12 2008 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.7.2-9
|
||||
- Fix %%patch without corresponding "Patch:" tag error which broke the build.
|
||||
|
||||
* Tue Aug 12 2008 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.7.2-8
|
||||
- Fix license tag.
|
||||
|
||||
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.7.2-7
|
||||
- Autorebuild for GCC 4.3
|
||||
|
||||
* Sun Mar 04 2007 Michael Stahnke <mastahnke@gmail.com> - 1.7.2-6
|
||||
- Fixed a bug in spec
|
||||
|
||||
* Sun Mar 04 2007 Michael Stahnke <mastahnke@gmail.com> - 1.7.2-5
|
||||
- Cleaned up spec file
|
||||
|
||||
* Sat Mar 03 2007 Michael Stahnke <mastahnke@gmail.com> - 1.7.2-4
|
||||
- Removed ls and pwd from spec (was used for debugging).
|
||||
|
||||
* Sat Feb 24 2007 Michael Stahnke <mastahnke@gmail.com> - 1.7.2-3
|
||||
- Fixing a few more items presented in Bug #228434.
|
||||
|
||||
* Tue Feb 20 2007 Michael Stahnke <mastahnke@gmail.com> - 1.7.2-2
|
||||
- Fixing Items presented in Bug #228434.
|
||||
|
||||
* Tue Feb 12 2007 Michael Stahnke <mastahnke@gmail.com> - 1.7.2-1
|
||||
- Initial packaging.
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
--- Makefile.in 2007-02-12 14:53:13.000000000 -0600
|
||||
+++ Makefile.in.new 2007-02-12 14:53:42.000000000 -0600
|
||||
@@ -19,12 +19,12 @@
|
||||
install:: install.bin install.man
|
||||
|
||||
install.bin:
|
||||
- test -d "$(DESTDIR)$(BINDIR)" || mkdir "$(DESTDIR)$(BINDIR)"
|
||||
+ test -d "$(DESTDIR)$(BINDIR)" || mkdir -p "$(DESTDIR)$(BINDIR)"
|
||||
@INSTALL_PROGRAM@ x2vnc "$(DESTDIR)$(BINDIR)/x2vnc"
|
||||
|
||||
install.man:
|
||||
- test -d "$(DESTDIR)$(MANDIR)" || mkdir "$(DESTDIR)$(MANDIR)"
|
||||
- test -d "$(DESTDIR)$(MANDIR)/man1" || mkdir "$(DESTDIR)$(MANDIR)/man1"
|
||||
+ test -d "$(DESTDIR)$(MANDIR)" || mkdir -p "$(DESTDIR)$(MANDIR)"
|
||||
+ test -d "$(DESTDIR)$(MANDIR)/man1" || mkdir -p "$(DESTDIR)$(MANDIR)/man1"
|
||||
@INSTALL_DATA@ x2vnc.man "$(DESTDIR)$(MANDIR)/man1/x2vnc.1"
|
||||
|
||||
clean:
|
||||
Loading…
Add table
Add a link
Reference in a new issue