Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a0ee38d8fc |
2 changed files with 5 additions and 29 deletions
|
|
@ -1,24 +0,0 @@
|
|||
diff -Nrbu irda-utils-0.9.18/Makefile irda-utils-0.9.18-OK/Makefile
|
||||
--- irda-utils-0.9.18/Makefile 2011-07-15 20:16:14.000000000 +0400
|
||||
+++ irda-utils-0.9.18-OK/Makefile 2011-07-15 20:15:38.000000000 +0400
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
TARGET = test
|
||||
|
||||
-DIRS = irattach irdaping etc man irnetd psion tekram findchip irdadump smcinit
|
||||
+DIRS = irattach irdaping etc man irnetd psion tekram findchip irdadump
|
||||
CFLAGS = -O2 -W -Wall
|
||||
INCLUDES = -I/usr/include/glib-2.0 -I./include -I.
|
||||
|
||||
diff -Nrbu irda-utils-0.9.18/man/Makefile irda-utils-0.9.18-OK/man/Makefile
|
||||
--- irda-utils-0.9.18/man/Makefile 2006-07-11 10:16:06.000000000 +0400
|
||||
+++ irda-utils-0.9.18-OK/man/Makefile 2011-07-15 20:16:01.000000000 +0400
|
||||
@@ -18,7 +18,7 @@
|
||||
MANPAGES4=irnet.4.gz
|
||||
MANPAGES7=irda.7.gz
|
||||
MANPAGES8=irattach.8.gz irdaping.8.gz irdadump.8.gz irpsion5.8.gz \
|
||||
- findchip.8.gz irnetd.8.gz smcinit.8.gz tosh1800-smcinit.8.gz
|
||||
+ findchip.8.gz irnetd.8.gz
|
||||
|
||||
# Man pages generated by DOCBOOK
|
||||
SGMLMAN=irattach.8 irdaping.8 irdadump.8 irpsion5.8 findchip.8
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
Summary: Utilities for infrared communication between devices
|
||||
Name: irda-utils
|
||||
Version: 0.9.18
|
||||
Release: 17%{?dist}
|
||||
Release: 18%{?dist}
|
||||
Url: http://irda.sourceforge.net
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
|
|
@ -15,10 +15,9 @@ Patch1: irda-utils-0.9.17-rootonly.patch
|
|||
Patch2: irda-utils-0.9.15-rh1.patch
|
||||
Patch3: irda-utils-0.9.16-io.patch
|
||||
Patch4: irda-utils-0.9.17-makefile.patch
|
||||
Patch5: irda-utils-0.9.18-smcdisable.patch
|
||||
Patch6: irda-utils-0.9.18-root.patch
|
||||
Patch7: irda-utils-0.9.18-man.patch
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: glib2-devel, pciutils-devel
|
||||
BuildRequires: systemd-units
|
||||
|
||||
Requires(post): systemd-units
|
||||
|
|
@ -50,7 +49,6 @@ actually implemented outside the kernel.
|
|||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
%patch6 -p1
|
||||
gunzip man/irnet.4.gz man/irda.7.gz
|
||||
%patch7 -p1
|
||||
|
|
@ -113,13 +111,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_sbindir}/*
|
||||
%{_bindir}/*
|
||||
%{_mandir}/*/*
|
||||
#%{_initrddir}/irda
|
||||
%{_unitdir}/*
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/irda
|
||||
%doc README* etc/ifcfg-irlan0 etc/modprobe.conf.irda
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 14 2017 Dmitry Butskoy <Dmitry@Butskoy.name> - 0.9.18-18
|
||||
- re-enable smcinit (#1421387)
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.18-17
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue