rpms/wdaemon/FC-6 wdaemon.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Aristeu Sergio Rozanski Filho (arozansk) fedora-extras-commits at redhat.com
Tue Sep 11 12:56:57 UTC 2007


Author: arozansk

Update of /cvs/pkgs/rpms/wdaemon/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20893

Modified Files:
	.cvsignore sources 
Added Files:
	wdaemon.spec 
Log Message:
* first version: 0.11-1




--- NEW FILE wdaemon.spec ---
Name:		wdaemon
Version:	0.11
Release:	1%{?dist}
Summary:	Hotplug helper for Wacom X.org driver

Group:		User Interface/X Hardware Support
License:	GPL
URL:		http://jake.ruivo.org/~aris/wdaemon/
Source0:	http://jake.ruivo.org/~aris/wdaemon/wdaemon-%{version}.tar.bz2

BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}
BuildRequires:	glibc-devel
Requires:	udev >= 030-21

%description
Helper application which emulates persistent input devices for Wacom tablets
so they can be plugged and unplugged while X.org server is running. This should
go away as soon X.org properly supports hotplugging.

%prep
%setup -q

%build
export CFLAGS="$RPM_OPT_FLAGS"
make

%install
rm -rf $RPM_BUILD_ROOT

make DESTDIR=$RPM_BUILD_ROOT bindir=%{_bindir} sysconfdir=%{_sysconfdir} install;
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/udev/scripts/
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/
install -m 0755 udev/is_uinput.sh $RPM_BUILD_ROOT%{_sysconfdir}/udev/scripts/
install -m 0644 udev/61-uinput-wacom.rules $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/
install -m 0644 udev/61-uinput-stddev.rules $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/

%clean
rm -rf $RPM_BUILD_ROOT

%post
if [ $1 = 1 ]; then
	/sbin/chkconfig --add %{name}
fi

%preun
if [ $1 = 0 ]; then
	/sbin/service %{name} stop > /dev/null 2>&1
	/sbin/chkconfig --del %{name}
fi

%postun
if [ $1 -ge 1 ]; then
	/sbin/service %{name} condrestart >/dev/null 2>&1
fi

%files
%defattr(-,root,root,-)
%doc AUTHORS LICENSE Changelog README simple.conf
%{_bindir}/wdaemon
%config(noreplace) %{_sysconfdir}/udev/rules.d/61-uinput-wacom.rules
%config(noreplace) %{_sysconfdir}/udev/rules.d/61-uinput-stddev.rules
%{_sysconfdir}/rc.d/init.d/wdaemon
%{_sysconfdir}/udev/scripts/is_uinput.sh

%changelog
* Wed Aug 01 2007 Aristeu Rozanski <arozansk at redhat.com> 0.11-1
- Updated to version 0.11

* Tue Jul 24 2007 Aristeu S. Rozanski F. <arozansk at redhat.com> 0.10-3
- More problems found by Jarod Wilson fixed:
- Removing exclusive architectures, it used to be in sync with linuxwacom
  package
- marking udev rules as non-replaceable config files
- using install on makefile

* Mon Jul 23 2007 Aristeu S. Rozanski F. <arozansk at redhat.com> 0.10-2
- Fixing the problems found by Jarod Wilson:
- Fixing make install target
- Fixing Makefile so it honors the provided CFLAGS
- not using makeinstall macro
- installing is_uinput.sh as 755 instead of changing later with attr

* Fri Jul 20 2007 Aristeu S. Rozanski F. <arozansk at redhat.com> 0.10-1
* upgrading to version 0.10

* Thu Jul 19 2007 Aristeu S. Rozanski F. <arozansk at redhat.com> 0.09-1
- first release 



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/wdaemon/FC-6/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Aug 2007 19:59:40 -0000	1.1
+++ .cvsignore	11 Sep 2007 12:56:25 -0000	1.2
@@ -0,0 +1 @@
+wdaemon-0.11.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/wdaemon/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Aug 2007 19:59:40 -0000	1.1
+++ sources	11 Sep 2007 12:56:25 -0000	1.2
@@ -0,0 +1 @@
+ccf216d77a096613aa7ddc9da7976102  wdaemon-0.11.tar.bz2




More information about the fedora-extras-commits mailing list