/[packages]/cauldron/libgpod/current/SPECS/libgpod.spec
ViewVC logotype

Diff of /cauldron/libgpod/current/SPECS/libgpod.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 882255 by fwang, Mon Sep 14 04:53:31 2015 UTC revision 882256 by daviddavid, Tue Sep 22 18:42:30 2015 UTC
# Line 11  Line 11 
11  Summary:        Library to access an iPod audio player  Summary:        Library to access an iPod audio player
12  Name:           libgpod  Name:           libgpod
13  Version:        0.8.3  Version:        0.8.3
14  Release:        %mkrel 11  Release:        %mkrel 12
15    License:        LGPLv2+
16    Group:          System/Libraries
17    Url:            http://www.gtkpod.org/
18  Source0:        http://prdownloads.sourceforge.net/gtkpod/%{name}-%{version}.tar.bz2  Source0:        http://prdownloads.sourceforge.net/gtkpod/%{name}-%{version}.tar.bz2
19  Patch0:         libgpod-fixswig.patch  Patch0:         libgpod-fixswig.patch
20  Patch1:         libgpod-0.8.3-mono4.patch  Patch1:         libgpod-0.8.3-mono4.patch
21  Patch2:         libgpod-0.8.3-disable-tests.patch  Patch2:         libgpod-0.8.3-disable-tests.patch
22  License:        LGPLv2+  Patch3:         libgpod-0.8.3-fix-segfault-and-some-typos.patch
 Group:          System/Libraries  
 Url:            http://www.gtkpod.org/  
23  BuildRequires:  gtk+2-devel  BuildRequires:  gtk+2-devel
24  BuildRequires:  pkgconfig(libudev)  BuildRequires:  pkgconfig(libudev)
25  BuildRequires:  pkgconfig(dbus-glib-1)  BuildRequires:  pkgconfig(dbus-glib-1)
# Line 86  Summary:       Mono binding to libgpod for iPo Line 87  Summary:       Mono binding to libgpod for iPo
87  BuildRequires:  pkgconfig(mono)  BuildRequires:  pkgconfig(mono)
88  BuildRequires:  gtk-sharp2  BuildRequires:  gtk-sharp2
89  BuildRequires:  pkgconfig(gapi-2.0)  BuildRequires:  pkgconfig(gapi-2.0)
90  Requires:       %libname = %{version}-%{release}  Requires:       %{libname} = %{version}-%{release}
91    
92  %description sharp  %description sharp
93  libgpod is a library meant to abstract access to an iPod content. It  libgpod is a library meant to abstract access to an iPod content. It
# Line 97  This is a Mono binding for libgpod. Line 98  This is a Mono binding for libgpod.
98  %endif  %endif
99    
100  %prep  %prep
101  %autosetup -p1 -q  %setup -q
102    %autopatch -p1
103    
104  %build  %build
105  autoreconf -fi  autoreconf -fi
106  %configure2_5x \  %configure2_5x \
107          --disable-static \          --disable-static \
108          --enable-udev --with-udev-dir=%{_prefix}/lib/udev \          --enable-udev \
109            --with-udev-dir=%{_prefix}/lib/udev \
110          --without-hal          --without-hal
111    
112  %make  %make
# Line 139  rm -f %{buildroot}/%{_libdir}/pkgconfig/ Line 142  rm -f %{buildroot}/%{_libdir}/pkgconfig/
142    
143  %if %{with python}  %if %{with python}
144  %files -n python-gpod  %files -n python-gpod
145  %{py_platsitedir}/gpod/  %{python2_sitearch}/gpod/
146  %endif  %endif
147    
148  %if %{with sharp}  %if %{with sharp}

Legend:
Removed from v.882255  
changed lines
  Added in v.882256

  ViewVC Help
Powered by ViewVC 1.1.30