rpms/libsynaptics/devel libsynaptics.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Mon Jul 31 15:56:51 UTC 2006


Author: orion

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

Modified Files:
	.cvsignore sources 
Added Files:
	libsynaptics.spec 
Log Message:
auto-import libsynaptics-0.14.6b-1.fc5 on branch devel from libsynaptics-0.14.6b-1.fc5.src.rpm


--- NEW FILE libsynaptics.spec ---
Name:           libsynaptics
Version:        0.14.6b
Release:        1%{?dist}
Summary:        Synaptics touchpad driver library

Group:          Development/Libraries
License:        GPL
URL:            http://qsynaptics.sourceforge.net/
Source0:        http://qsynaptics.sourceforge.net/libsynaptics-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
A small C++ library usable by the synaptics driver.
The version numbering will follow any driver releases, the appended letter
marks releases due to bug fixing.


%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}

%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%prep
%setup -q


%build
%configure --disable-static
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING README TODO
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%{_includedir}/*
%{_libdir}/*.so


%changelog
* Fri Jul 28 2006 - Orion Poplawski <orion at cora.nwra.com> - 0.14.6b-1
- Initial Fedora Extras version


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libsynaptics/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	31 Jul 2006 15:56:23 -0000	1.1
+++ .cvsignore	31 Jul 2006 15:56:50 -0000	1.2
@@ -0,0 +1 @@
+libsynaptics-0.14.6b.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libsynaptics/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	31 Jul 2006 15:56:23 -0000	1.1
+++ sources	31 Jul 2006 15:56:50 -0000	1.2
@@ -0,0 +1 @@
+6ea2b72829df76138a9a1f03faeda438  libsynaptics-0.14.6b.tar.bz2




More information about the fedora-extras-commits mailing list