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

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Fri Mar 3 00:42:27 UTC 2006


Author: caillon

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

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


--- NEW FILE libipoddevice.spec ---
%define libgtop_ver 2.12.0
%define hal_ver 0.5.2

Name:    libipoddevice
Version: 0.4.1
Release: 1
Summary: Device-specific layer for the Apple iPod

Group:   Development/Libraries
License: LGPL
URL:     http://banshee-project.org/Subprojects/Libipoddevice
Source0: http://banshee-project.org/files/banshee/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: hal-devel >= %{hal_ver}
BuildRequires: libgtop2-devel >= %{libgtop_ver}
BuildRequires: udev

%description
libipoddevice is a device-specific layer for the Apple iPod
(http://www.apple.com/ipod). libipoddevice provides iPod-specific
HAL event notification to applications, and along with objects
representing an iPod, which gives the application access to
properties and features of an iPod.

%package devel
Summary: Libraries and headers for using libipoddevice
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: hal-devel >= %{hal_ver}
Requires: libgtop2-devel >= %{libgtop_ver}
Requires: udev

%description devel
This package contains various headers for using libipoddevice

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
%{__rm} -rf $RPM_BUILD_ROOT
%makeinstall

%clean
%{__rm} -rf $RPM_BUILD_ROOT

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

%files
%defattr(-,root,root,-)
%doc COPYING
%{_bindir}/ipod
%{_libdir}/libipoddevice.so.*

%files devel
%{_libdir}/libipoddevice.so
%{_libdir}/pkgconfig/ipoddevice.pc
%{_includedir}/ipoddevice/ipod-device.h
%{_includedir}/ipoddevice/ipod-device-event-listener.h
%exclude %{_libdir}/libipoddevice.a
%exclude %{_libdir}/libipoddevice.la


%changelog
* Tue Feb 21 2006 Christopher Aillon <caillon at redhat.com> 0.4.1-1
- Initial RPM


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libipoddevice/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Mar 2006 00:41:41 -0000	1.1
+++ .cvsignore	3 Mar 2006 00:42:27 -0000	1.2
@@ -0,0 +1 @@
+libipoddevice-0.4.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libipoddevice/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Mar 2006 00:41:41 -0000	1.1
+++ sources	3 Mar 2006 00:42:27 -0000	1.2
@@ -0,0 +1 @@
+000b3c7b82026bf052a16811ba34c515  libipoddevice-0.4.1.tar.gz




More information about the fedora-extras-commits mailing list