]> git.pld-linux.org Git - packages/eel.git/blob - eel.spec
- cosmetics & translations
[packages/eel.git] / eel.spec
1 # Note that this is NOT a relocatable package
2
3 Summary:        Eazel Extensions Library
4 Summary(pl):    Biblioteka rozszerzeñ Eazel
5 Name:           eel
6 Version:        1.0.1
7 Release:        1
8 Vendor:         GNOME
9 License:        GPL
10 Group:          Libraries
11 Group(de):      Libraries
12 Group(es):      Bibliotecas
13 Group(fr):      Librairies
14 Group(pl):      Biblioteki
15 Source0:        ftp://ftp.gnome.org/pub/GNOME/stable/sources/eel/%{name}-%{version}.tar.bz2
16 URL:            http://nautilus.eazel.com/
17 BuildRequires:  glib-devel >= 1.2.9
18 BuildRequires:  gtk+-devel >= 1.2.9
19 BuildRequires:  libxml-devel >= 1.8.10
20 BuildRequires:  gnome-libs-devel >= 1.2.11
21 BuildRequires:  GConf-devel >= 0.12
22 BuildRequires:  oaf-devel >= 0.6.5
23 BuildRequires:  gnome-vfs-devel >= 1.0
24 BuildRequires:  gdk-pixbuf-devel >= 0.10.0
25 BuildRequires:  libpng-devel
26 BuildRequires:  librsvg-devel >= 1.0.0
27 BuildRequires:  xml-i18n-tools
28 BuildRequires:  freetype-devel >= 2.0.1
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %define _prefix         /usr/X11R6
32 %define _sysconfdir     /etc
33
34 %description
35 Eazel Extensions Library
36
37 %description -l pl
38 Biblioteka rozszerzeñ Eazel
39
40 %package devel
41 Summary:        Libraries and include files for developing with Eel.
42 Summary(pl):    Biblioteki i nag³ówki potrzebne do developing'u z u¿yciem Eel.
43 Group:          Development/Libraries
44 Group(de):      Entwicklung/Libraries
45 Group(fr):      Development/Librairies
46 Group(pl):      Programowanie/Biblioteki
47 Requires:       %name = %{version}
48
49 %description devel
50 This package provides the necessary development libraries and include
51 files to allow you to develop with Eel.
52
53 %description -l pl devel
54 Ten pakiet zawiera biblioteki oraz pliki nag³ówkowe niezbêdne do tworzenia 
55 oprogramowania z wykorzystaniem Eel.
56
57 %prep
58 %setup -q
59
60 %build
61 CFLAGS="$RPM_OPT_FLAGS"
62
63 %configure2_13 \
64         --disable-gtktest \
65         --prefix=%{_prefix} \
66         --sysconfdir=%{_sysconfdir} \
67 %ifarch alpha
68         --host=alpha-pld-linux
69 %endif
70
71
72 %install
73 rm -rf $RPM_BUILD_ROOT
74
75 %{__make} DESTDIR=$RPM_BUILD_ROOT install
76
77 for FILE in "$RPM_BUILD_ROOT/bin/*"; do
78         file "$FILE" | grep -q not\ stripped && strip $FILE
79 done
80
81 gzip -9nf AUTHORS ChangeLog NEWS
82
83 %clean
84 rm -rf $RPM_BUILD_ROOT
85
86 %post
87 /sbin/ldconfig
88
89 %postun -p /sbin/ldconfig
90
91 %files
92 %defattr(644,root,root,755)
93 %attr(755,root,root) %{_libdir}/*.so*
94 %{_datadir}/eel/fonts/urw/*.dir
95 %{_datadir}/eel/fonts/urw/*.pfb
96 %{_datadir}/eel/fonts/urw/*.afm
97 %{_datadir}/eel/fonts/urw/*.pfm
98 %doc *.gz
99
100
101 %files devel
102 %defattr(644,root,root,755)
103 %attr(755,root,root) %{_bindir}/eel-config
104 %{_includedir}/eel/*.h
105 %{_libdir}/*.la
106 %{_libdir}/*.sh
This page took 0.065828 seconds and 4 git commands to generate.