rpms/podsleuth/F-7 podsleuth.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

David Nielsen (dnielsen) fedora-extras-commits at redhat.com
Sat Mar 1 16:46:41 UTC 2008


Author: dnielsen

Update of /cvs/pkgs/rpms/podsleuth/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19960/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	podsleuth.spec 
Log Message:
Initial import



--- NEW FILE podsleuth.spec ---
%define		debug_package %{nil}

Name:		podsleuth
Version:	0.6.0
Release:	4%{?dist}
Summary:	Probes, identifies, and exposes properties and metadata bound to iPods
Group:		Applications/Multimedia
License:	MIT
URL:		http://banshee-project.org/PodSleuth
Source0:	http://banshee-project.org/files/%{name}/%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	mono-devel
BuildRequires:	hal-devel
BuildRequires:	ndesk-dbus-devel
BuildRequires:	sg3_utils-devel

# JIT only availible on these:
ExclusiveArch: %ix86 x86_64 ppc ia64 armv4l sparc alpha
# Disabled due to strange build failure:
# s390 s390x

%description
Podsleuth probes, identifies, and exposes properties
and metadata bound to iPods.

%package devel
Summary: .pc file for podsleuth
Group: Documentation
Requires:	%{name} = %{version}-%{release} 
Requires:	pkgconfig

%description devel
Development files for podsleuth

%prep
%setup -q

%build
%configure --with-hal-callouts-dir=%{_libexecdir}

# Breaks when smp flag is set
make

%install
%{__rm} -rf %{buildroot}
make DESTDIR=%{buildroot} install

%clean
%{__rm} -rf %{buildroot}

%files 
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%{_bindir}/podsleuth
%{_libdir}/podsleuth/
%{_libexecdir}/hal-podsleuth
%{_datadir}/hal/fdi/policy/20thirdparty/20-podsleuth.fdi

%files devel
%defattr(-,root,root,-)
%{_libdir}/pkgconfig/podsleuth.pc

%changelog
* Mon Feb 18 2008 David Nielsen <david at lovesunix.net> - 0.6.1-4
- Spec fixes 
- Make exclusive arch at the request of callion

* Fri Feb 01 2008 David Nielsen <david at lovesunix.net> - 0.6.0-3
- More spec fixes

* Tue Jan 22 2008 David Nielsen <david at lovesunix.net> - 0.6.0-2
- Wolfy owes me karma points 

* Fri Jan 18 2008 David Nielsen <david at lovesunix.net> - 0.6.0-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/podsleuth/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Feb 2008 20:15:28 -0000	1.1
+++ .cvsignore	1 Mar 2008 16:46:03 -0000	1.2
@@ -0,0 +1 @@
+podsleuth-0.6.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/podsleuth/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Feb 2008 20:15:28 -0000	1.1
+++ sources	1 Mar 2008 16:46:03 -0000	1.2
@@ -0,0 +1 @@
+35a50aec47d5a6138e582354fb43eebe  podsleuth-0.6.0.tar.bz2




More information about the fedora-extras-commits mailing list