]> git.pld-linux.org Git - packages/atk.git/blob - atk.spec
-initial spec.
[packages/atk.git] / atk.spec
1 Summary:        ATK - Accessibility Toolkit
2 Summary(pl):    ATK - 
3 Name:           atk
4 Version:        0.1
5 Release:        1
6 Copyright:      GPL
7 Group:          Libraries
8 Group(pl):      Biblioteki
9 Source:         ftp://ftp.gtk.org/pub/gtk/v1.3/%{name}-%{version}.tar.gz
10 BuildRequires:  pkgconfig
11 BuildRequires:  glib-devel
12 BuildRequires:  pango
13 #Requires:      
14 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define _prefix /usr/X11R6
17 %define _pkgconfigdir /usr/lib/pkgconfig
18
19 %description
20
21 %description -l pl
22
23 %package devel
24 Summary:        ATK - header and development documentation.
25 Summary(pl):    Pliki naglowkowe i dokumentacj.
26 Group:          development/libraries
27 Group(pl):      programowanie/biblioteki
28 %description devel
29 %description -l pl devel
30
31 %package static
32 Summary:        ATK static library
33 Summary(pl):    Biblioteki statyczne ATK
34 Group:          development/libraries
35 Group(pl):      programowanie/biblioteki
36 %description static
37 %description -l pl static
38
39 %prep
40 %setup -q
41
42
43 #%patch
44
45 %build
46 ./configure --prefix=%{_prefix}
47 %{__make} RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51 %{__make} DESTDIR=$RPM_BUILD_ROOT pkgconfigdir=%{_pkgconfigdir} install
52
53 %post
54 %postun
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 #%doc
62 %attr(755,root,root) %{_libdir}/libatk.so.0.*
63
64 %files devel
65 %defattr(644,root,root,755)
66 %attr(644,root,root) %{_libdir}/libatk*so
67 %attr(644,root,root) %{_libdir}/libatk*so.0
68 %dir %{_includedir}/atk*
69 %attr(644,root,root) %{_includedir}/atk*/atk/*
70 %attr(644,root,root) %{_pkgconfigdir}/atk*
71
72 %files static
73 %defattr(644,root,root,755)
74 %attr(644,root,root) %{_libdir}/*.la
This page took 0.025375 seconds and 3 git commands to generate.