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

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Thu Jul 7 21:13:49 UTC 2005


Author: ivazquez

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

Modified Files:
	.cvsignore sources 
Added Files:
	libifp.spec 
Log Message:
auto-import libifp-1.0.0.1-1 on branch devel from libifp-1.0.0.1-1.src.rpm


--- NEW FILE libifp.spec ---
Name:           libifp
Version:        1.0.0.1
Release:        1
Summary:        A general-purpose library-driver for iRiver's iFP portable audio players

Group:          System Environment/Base
License:        GPL
URL:            http://ifp-driver.sourceforge.net/
Source0:        http://dl.sourceforge.net/ifp-driver/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libusb-devel doxygen

%description
libifp is a general-purpose library-driver for iRiver's iFP (flash-based)
portable audio players. The source code is pure C and is fairly portable.

Also included is a console app that uses the library.

%package        devel
Summary:        Headers and libraries for developing with libifp
Group:          Development/Libraries
Requires:       %{name}=%{version}-%{release}

%description    devel
This package contains headers and libraries for developing apps that use
libifp.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

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

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

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

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

%changelog
* Wed Jun 29 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.0.0.1-1
- Initial RPM release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libifp/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Jul 2005 21:13:01 -0000	1.1
+++ .cvsignore	7 Jul 2005 21:13:47 -0000	1.2
@@ -0,0 +1 @@
+libifp-1.0.0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libifp/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Jul 2005 21:13:01 -0000	1.1
+++ sources	7 Jul 2005 21:13:47 -0000	1.2
@@ -0,0 +1 @@
+3b692cc224391b5714f5a8fbb8abf85b  libifp-1.0.0.1.tar.gz




More information about the fedora-extras-commits mailing list