]> git.pld-linux.org Git - packages/gnome-desktop.git/blob - gnome-desktop.spec
- updated to 2.4.0
[packages/gnome-desktop.git] / gnome-desktop.spec
1 # TODO:
2 # play with --with-kde-datadir
3 Summary:        The core programs for the GNOME2 GUI desktop environment
4 Summary(pl):    Podstawowe programy ¶rodowiska graficznego GNOME2
5 Name:           gnome-desktop
6 Version:        2.4.0
7 Release:        1
8 License:        LGPL
9 Group:          X11/Applications
10 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/2.4/%{name}-%{version}.tar.bz2
11 # Source0-md5:  183c14d192bdd41bd34578e8e7dc55f1
12 #Patch0:                %{name}-locale-sr.patch
13 URL:            http://www.gnome.org/
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  gnome-vfs2-devel >= 2.4.0
17 BuildRequires:  gtk+2-devel >= 2.2.4
18 BuildRequires:  libgnomeui-devel >= 2.4.0.1
19 BuildRequires:  libgnomecanvas-devel >= 2.4.0
20 BuildRequires:  libtool
21 BuildRequires:  startup-notification-devel >= 0.5
22 Requires:       libgnomeui >= 2.4.0.1
23 Conflicts:      gnome-core
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 GNOME2 (GNU Network Object Model Environment) is a user-friendly set
28 of applications and desktop tools to be used in conjunction with a
29 window manager for the X Window System. GNOME2 is similar in purpose
30 and scope to CDE and KDE, but GNOME2 is based completely on free
31 software.
32
33 This package contains applications related to GNOME2 desktop.
34
35 %description -l pl
36 GNOME2 (GNU Network Object Model Environment) jest zestawem
37 przyjaznych dla u¿ytkownika programów i narzêdzi biurkowych, których
38 u¿ywa siê wraz z zarz±dc± okien systemu X Window. GNOME2 przypomina
39 wygl±dem i zakresem funkcjonalno¶ci CDE i KDE, jednak GNOME2 opiera
40 siê w ca³o¶ci na wolnym oprogramowaniu.
41
42 Ten pakiet zawiera aplikacje zwi±zane w desktopem GNOME2.
43
44 %package devel
45 Summary:        GNOME2 desktop includes
46 Summary(pl):    Pliki nag³ówkowe bibliotek GNOME2 desktop
47 Group:          X11/Development/Libraries
48 Requires:       %{name} = %{version}
49 Requires:       libgnomeui-devel >= 2.4.0.1
50 Requires:       startup-notification-devel >= 0.5
51
52 %description devel
53 GNOME2 desktop header files.
54
55 %description devel -l pl
56 Pliki nag³ówkowe bibliotek GNOME2 desktop.
57
58 %package static
59 Summary:        GNOME2 desktop static libraries
60 Summary(pl):    Statyczne biblioteki GNOME2 desktop
61 Group:          X11/Development/Libraries
62 Requires:       %{name} = %{version}
63
64 %description static
65 GNOME2 desktop static libraries.
66
67 %description static -l pl
68 Statyczne biblioteki GNOME2 desktop.
69
70 %prep
71 %setup -q
72 #%patch0 -p1
73
74 # sr_YU is latin2, sr_YU@cyrillic is cyrillic in glibc
75 #mv -f po/{sr.po,sr@cyrillic.po}
76 #mv -f po/{sr@Latn.po,sr.po}
77
78 %build
79 %{__libtoolize}
80 %{__aclocal} -I %{_aclocaldir}/gnome2-macros
81 %{__autoconf}
82 %{__autoheader}
83 %{__automake}
84 %configure \
85         --with-gnome-distributor="PLD Linux Distribution"
86
87 %{__make}
88
89 %install
90 rm -rf $RPM_BUILD_ROOT
91
92 %{__make} install \
93         DESTDIR=$RPM_BUILD_ROOT
94
95 %find_lang %{name} --with-gnome --all-name
96
97 %clean
98 rm -fr $RPM_BUILD_ROOT
99
100 %post   -p /sbin/ldconfig
101 %postun -p /sbin/ldconfig
102
103 %files -f %{name}.lang
104 %defattr(644,root,root,755)
105 %doc AUTHORS ChangeLog NEWS README
106 %attr(755,root,root) %{_bindir}/*
107 %attr(755,root,root) %{_libdir}/lib*.so.*.*
108 %doc %{_mandir}/man1/*
109 %{_datadir}/gnome/vfolders
110 %{_datadir}/gnome-about
111 %{_pixmapsdir}/*
112
113 %files devel
114 %defattr(644,root,root,755)
115 %attr(755,root,root) %{_libdir}/lib*.so
116 %{_libdir}/lib*.la
117 %{_includedir}/gnome-desktop-2.0
118 %{_pkgconfigdir}/*.pc
119
120 %files static
121 %defattr(644,root,root,755)
122 %{_libdir}/*.a
This page took 0.059169 seconds and 4 git commands to generate.