]> git.pld-linux.org Git - packages/control-center.git/blob - control-center.spec
- updated to 1.0.53,
[packages/control-center.git] / control-center.spec
1 Summary:        GNOME control center
2 Summary(pl):    Centrum kontroli GNOME
3 Name:           control-center
4 Version:        1.0.53
5 Release:        1
6 License:        GPL
7 Group:          X11/GNOME
8 Group(pl):      X11/GNOME
9 Source0:        ftp://ftp.gnome.org/pub/GNOME/stable/sources/control-center/%{name}-%{version}.tar.gz
10 Patch0:         control-center-nosound.patch
11 Patch1:         control-center-esdrelease.patch
12 Patch2:         control-center-bgcolor1.patch
13 Patch3:         control-center-fsbgpath.patch
14 Patch4:         control-center-dontstartesd.patch
15 Patch5:         control-center-limitedbgs.patch
16 Patch6:         control-center-numwallpapers.patch
17 Patch7:         control-center-applnk.patch
18 Icon:           control-center.gif
19 Requires:       xscreensaver >= 2.34
20 BuildRequires:  gtk+-devel >= 1.1.16
21 BuildRequires:  esound-devel >= 0.2.5
22 BuildRequires:  imlib-devel >= 1.8.2
23 BuildRequires:  gnome-libs-devel
24 BuildRequires:  ORBit-devel
25 BuildRequires:  XFree86-devel
26 BuildRequires:  zlib-devel
27 BuildRoot:      /tmp/%{name}-%{version}-root-%(id -u -n)
28 Obsoletes:      gnome
29
30 %define         _prefix         /usr/X11R6
31 %define         _sysconfdir     /etc/X11/GNOME
32
33 %description
34 A Configuration tool for easily setting up your GNOME environment. GNOME
35 is the GNU Network Object Model Environment. That's a fancy name but really
36 GNOME is a nice GUI desktop environment. It makes using your computer easy,
37 powerful, and easy to configure.
38
39 %description -l pl
40 Narzêdzie do ³atwej konfiguracji twojego ¶rodowiska GNOME. GNOME to
41 Obiektowe ¦rodowisko Sieciowe na licencji GNU (GNU Network Object Model
42 Environment). Nazwa jest do¶æ dziwaczna, ale w rzeczywisto¶ci jest to mi³e
43 ¶rodowisko pracy. Powoduje, ¿e u¿ywanie komputera jest proste, wydajne i
44 ³atwe w konfiguracji.
45
46 %package devel
47 Summary:        GNOME control-center includes
48 Summary(pl):    Pliki nag³ówkowe centrum kontroli GNOME
49 Group:          X11/Development/Libraries
50 Group(pl):      X11/Programowanie/Biblioteki
51 Requires:       %{name} = %{version}
52
53 %description devel
54 Capplet development stuff.
55
56 %description -l pl
57 Rzeczy potrzebne do kompilacji.
58
59 %package static
60 Summary:        GNOME control-center static libraries
61 Summary(pl):    Statyczne biblioteki dla centrum kontroli GNOME
62 Group:          X11/Development/Libraries
63 Group(pl):      X11/Programowanie/Biblioteki
64 Requires:       %{name}-devel = %{version}
65
66 %description static
67 GNOME control-center static libraries.
68
69 %description -l pl
70 Statyczne biblioteki dla centrum kontroli GNOME
71
72 %prep
73 %setup -q
74 %patch0 -p1
75 %patch1 -p1
76 %patch2 -p1
77 %patch3 -p1
78 %patch4 -p1
79 %patch5 -p1
80 %patch6 -p1
81 %patch7 -p1
82
83 %build
84 gettextize --force --copy
85 automake
86 LDFLAGS="-s"; export LDFLAGS 
87 %configure 
88
89 make
90
91 %install
92 rm -rf $RPM_BUILD_ROOT
93
94 make DESTDIR=$RPM_BUILD_ROOT install
95
96 strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
97
98 gzip -9nf AUTHORS ChangeLog NEWS README
99
100 %find_lang %{name}
101
102 %clean
103 rm -rf $RPM_BUILD_ROOT
104
105 %post   -p /sbin/ldconfig
106 %postun -p /sbin/ldconfig
107
108 %files -f %{name}.lang
109 %defattr(644,root,root,755)
110 %{_sysconfdir}/CORBA/servers/*
111 %attr(755,root,root) %{_bindir}/*
112 %attr(755,root,root) %{_libdir}/lib*.so.*.*
113
114 %{_datadir}/control-center
115 %{_applnkdir}/Settings
116 %dir %{_datadir}/gnome/wm-properties
117 %{_datadir}/pixmaps/*
118
119 %files devel
120 %defattr(644,root,root,755)
121 %doc *gz
122 %attr(755,root,root) %{_libdir}/lib*.so
123 %attr(755,root,root) %{_libdir}/lib*.la
124 %attr(755,root,root) %{_libdir}/*.sh
125 %{_datadir}/idl/*
126 %{_includedir}/*
127
128 %files static
129 %attr(644,root,root) %{_libdir}/lib*.a
This page took 0.067008 seconds and 4 git commands to generate.