]> git.pld-linux.org Git - SPECS.git/blob - maemo-providers-data.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / maemo-providers-data.spec
1 %define snap 20070601
2 Summary:        Maemo Data provider definitions
3 Summary(pl.UTF-8):      Definicje dostawców danych dla Maemo
4 Name:           maemo-providers-data
5 Version:        0.0.%{snap}
6 Release:        1
7 License:        BSD
8 Group:          Development/Libraries
9 Source0:        %{name}-%{snap}.tar.bz2
10 # Source0-md5:  c1ab996d299cd2cc10678ee797fb1097
11 URL:            http://modest.garage.maemo.org/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  intltool
15 BuildRequires:  libtool
16 #BuildRequires: python-devel
17 #BuildRequires: xulrunner-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Data provider definitions for the Maemo platform.
22
23 %description -l pl.UTF-8
24 Definicje dostawców danych dla platformy Maemo.
25
26 %package devel
27 Summary:        pkgconfig file for Maemo data provider definitions
28 Summary(pl.UTF-8):      Plik pkgconfig dla definicji dostawców danych dla Maemo
29 Group:          Development/Libraries
30
31 %description devel
32 pkgconfig file for Maemo data provider definitions.
33
34 %description devel -l pl.UTF-8
35 Plik pkgconfig dla definicji dostawców danych dla Maemo.
36
37 %prep
38 %setup -q -n %{name}
39
40 %build
41 %{__libtoolize}
42 %{__aclocal}
43 %{__autoconf}
44 %{__automake}
45 %configure
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 %{__make} install \
52         DESTDIR=$RPM_BUILD_ROOT
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %doc AUTHORS ChangeLog NEWS README
60 %dir %{_datadir}/modest/provider-data
61 %{_datadir}/modest/provider-data/provider-data.keyfile
62
63 %files devel
64 %defattr(644,root,root,755)
65 %{_pkgconfigdir}/maemo-providers-data.pc
This page took 0.097722 seconds and 3 git commands to generate.