Author: blues                        Date: Mon Feb 28 14:58:02 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial release

---- Files affected:
SPECS:
   libifp.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/libifp.spec
diff -u /dev/null SPECS/libifp.spec:1.1
--- /dev/null   Mon Feb 28 15:58:02 2005
+++ SPECS/libifp.spec   Mon Feb 28 15:57:57 2005
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+Summary:       iRiver driver library
+Summary(pl):   Biblioteka sterownika iRiver
+Name:          libifp
+Version:       1.0.0.1
+Release:       0.1
+License:       GPL v2
+Group:         Libraries
+Source0:       http://dl.sourceforge.net/ifp-driver/%{name}-%{version}.tar.gz
+# Source0-md5: 3b692cc224391b5714f5a8fbb8abf85b
+URL:           http://ifp-driver.sourceforge.net/libifp/
+BuildRequires: libusb-devel
+Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+An interface for IRiver's flash-based portable music players
+
+%package devel
+Summary:       The files needed for development of applications that use libifp
+Group:         Development/Libraries
+Requires:      %{name}-%{version}-%{release}
+
+%description devel
+Headers and libraries needed for development of applications that use
+libifp
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README ChangeLog TODO
+%attr(755,root,root) %{_bindir}/ifpline
+%{_libdir}/libifp.so.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%{_libdir}/*.so
+%{_libdir}/*.a
+%{_libdir}/*.la
+%{_includedir}/*.h
+%{_mandir}/man3/*.3*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/02/28 14:57:57  blues
+- initial release
+
================================================================

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to