rpms/ifplugd/devel ifplugd.spec,1.9,1.10

José Abílio Oliveira Matos (jamatos) fedora-extras-commits at redhat.com
Wed Sep 27 13:58:37 UTC 2006


Author: jamatos

Update of /cvs/extras/rpms/ifplugd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11928

Modified Files:
	ifplugd.spec 
Log Message:
* Wed Sep 27 2006 José Matos <jamatos[AT]fc.up.pt> - 0.28-2
- Apply patch to src/interface.c



Index: ifplugd.spec
===================================================================
RCS file: /cvs/extras/rpms/ifplugd/devel/ifplugd.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ifplugd.spec	27 Sep 2006 13:26:20 -0000	1.9
+++ ifplugd.spec	27 Sep 2006 13:58:37 -0000	1.10
@@ -1,14 +1,15 @@
-Summary: Detect and take action when an ethernet cable is unplugged
-Name: ifplugd
-Version: 0.28
-Release: 1
-
-License: GPL
-Group: System Environment/Daemons
-URL: http://0pointer.de/lennart/projects/ifplugd
-Source0: http://0pointer.de/lennart/projects/ifplugd/%{name}-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires: libdaemon
+Summary:       Detect and take action when an ethernet cable is unplugged
+Name:          ifplugd
+Version:       0.28
+Release:       2
+
+License:       GPL
+Group:         System Environment/Daemons
+URL:           http://0pointer.de/lennart/projects/ifplugd
+Source0:       http://0pointer.de/lennart/projects/ifplugd/%{name}-%{version}.tar.gz
+Patch0:        interface_c.patch
+BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Requires:      libdaemon
 BuildRequires: libdaemon-devel, pkgconfig
 
 %description
@@ -20,7 +21,7 @@
 
 %prep
 %setup -q
-
+%patch -p1
 
 %build
 %configure --prefix=/ --disable-lynx --disable-xmltoman --disable-subversion
@@ -58,6 +59,9 @@
 /sbin/chkconfig --del ifplugd
 
 %changelog
+* Wed Sep 27 2006 José Matos <jamatos[AT]fc.up.pt> - 0.28-2
+- Apply patch to src/interface.c
+
 * Wed Sep 27 2006 José Matos <jamatos[AT]fc.up.pt> - 0.28-1
 - New upstream version
 




More information about the fedora-extras-commits mailing list