]> git.pld-linux.org Git - packages/dotnet-ipod-sharp.git/blob - dotnet-ipod-sharp.spec
- fix registering with GAC
[packages/dotnet-ipod-sharp.git] / dotnet-ipod-sharp.spec
1 %include        /usr/lib/rpm/macros.mono
2 Summary:        .NET support for iPods
3 Summary(pl.UTF-8):      Obsługa iPodów z poziomu .NET
4 Name:           dotnet-ipod-sharp
5 Version:        0.8.0
6 Release:        1
7 # no real license information, just included COPYING
8 License:        LGPL v2
9 Group:          Libraries
10 Source0:        http://banshee-project.org/files/ipod-sharp/ipod-sharp-%{version}.tar.gz
11 # Source0-md5:  ecb58c18599035fca34935a1287584f3
12 Patch0:         %{name}-dep.patch
13 URL:            http://banshee-project.org/Subprojects/Ipod-sharp
14 BuildRequires:  autoconf >= 2.50
15 BuildRequires:  automake >= 1:1.9
16 BuildRequires:  dotnet-gtk-sharp2-devel >= 2.0
17 BuildRequires:  dotnet-ndesk-dbus-sharp-devel
18 BuildRequires:  dotnet-ndesk-dbus-glib-sharp-devel
19 BuildRequires:  mono-csharp >= 1.1.16.1
20 BuildRequires:  pkgconfig
21 BuildRequires:  rpmbuild(monoautodeps)
22 Suggests:       podsleuth >= 0.6.1
23 ExclusiveArch:  %{ix86} %{x8664} alpha arm hppa ia64 mips ppc s390 s390x sparc sparcv9
24 ExcludeArch:    i386
25 # can't be noarch because of pkgconfigdir (use /usr/share/pkgconfig?)
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 ipod-sharp provides support for high level features of Apple's iPod,
30 like support for audio content, including reading and writing of
31 the iTunes/iPod database, and syncing music. ipod-sharp also provides
32 a CIL wrapper for libipoddevice.
33
34 %description -l pl.UTF-8
35 ipod-sharp zapewnia obsługę wysokopoziomowych możliwości urządzeń
36 Apple iPod, takich jak obsługa danych dźwiękowych wraz z odczytem i
37 zapisem baz danych iTunes/iPod oraz synchronizacja muzyki. ipod-sharp
38 udostępnia także wrapper CIL dla libipoddevice.
39
40 %prep
41 %setup -q -n ipod-sharp-%{version}
42 %patch0 -p1
43
44 %build
45 %{__aclocal} -I .
46 %{__autoconf}
47 %{__automake}
48 %configure
49
50 %{__make} -j1
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files
62 %defattr(644,root,root,755)
63 %doc AUTHORS ChangeLog NEWS README
64 %{_prefix}/lib/ipod-sharp
65 #%files devel
66 %{_pkgconfigdir}/ipod-sharp.pc
67 %{_pkgconfigdir}/ipod-sharp-ui.pc
68 #%{_libdir}/monodoc/sources/ipod-sharp-docs.*
This page took 0.089306 seconds and 3 git commands to generate.