]> git.pld-linux.org Git - packages/control-center.git/blobdiff - control-center.spec
- release 2,
[packages/control-center.git] / control-center.spec
index 240a3f9579fa26652d7a1d7140aa31d0a8b6a642..50357b1a64779de114355856d804e3b54e1b0be4 100644 (file)
@@ -1,8 +1,8 @@
 Summary:       GNOME control center
 Summary(pl):   Centrum kontroli GNOME
 Name:          control-center
-Version:       1.0.53
-Release:       1
+Version:       1.2.0
+Release:       2
 License:       GPL
 Group:         X11/GNOME
 Group(pl):     X11/GNOME
@@ -17,11 +17,12 @@ Patch6:             control-center-numwallpapers.patch
 Patch7:                control-center-applnk.patch
 Icon:          control-center.gif
 Requires:      xscreensaver >= 2.34
-BuildRequires: gtk+-devel >= 1.1.16
+BuildRequires: ORBit-devel
+BuildRequires: automake
 BuildRequires: esound-devel >= 0.2.5
-BuildRequires: imlib-devel >= 1.8.2
 BuildRequires: gnome-libs-devel
-BuildRequires: ORBit-devel
+BuildRequires: gtk+-devel >= 1.1.16
+BuildRequires: imlib-devel >= 1.8.2
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     gnome
@@ -30,17 +31,17 @@ Obsoletes:  gnome
 %define                _sysconfdir     /etc/X11/GNOME
 
 %description
-A Configuration tool for easily setting up your GNOME environment. GNOME
-is the GNU Network Object Model Environment. That's a fancy name but really
-GNOME is a nice GUI desktop environment. It makes using your computer easy,
-powerful, and easy to configure.
+A Configuration tool for easily setting up your GNOME environment.
+GNOME is the GNU Network Object Model Environment. That's a fancy name
+but really GNOME is a nice GUI desktop environment. It makes using
+your computer easy, powerful, and easy to configure.
 
 %description -l pl
 Narzêdzie do ³atwej konfiguracji twojego ¶rodowiska GNOME. GNOME to
-Obiektowe ¦rodowisko Sieciowe na licencji GNU (GNU Network Object Model
-Environment). Nazwa jest do¶æ dziwaczna, ale w rzeczywisto¶ci jest to mi³e
-¶rodowisko pracy. Powoduje, ¿e u¿ywanie komputera jest proste, wydajne i
-³atwe w konfiguracji.
+Obiektowe ¦rodowisko Sieciowe na licencji GNU (GNU Network Object
+Model Environment). Nazwa jest do¶æ dziwaczna, ale w rzeczywisto¶ci
+jest to mi³e ¶rodowisko pracy. Powoduje, ¿e u¿ywanie komputera jest
+proste, wydajne i ³atwe w konfiguracji.
 
 %package devel
 Summary:       GNOME control-center includes
@@ -66,7 +67,7 @@ Requires:     %{name}-devel = %{version}
 GNOME control-center static libraries.
 
 %description -l pl
-Statyczne biblioteki dla centrum kontroli GNOME
+Statyczne biblioteki dla centrum kontroli GNOME.
 
 %prep
 %setup -q
@@ -92,11 +93,14 @@ rm -rf $RPM_BUILD_ROOT
 
 make DESTDIR=$RPM_BUILD_ROOT install
 
+rm -f $RPM_BUILD_ROOT%{_datadir}/control-center/Desktop/screensaver-properties.desktop \
+       $RPM_BUILD_ROOT%{_applnkdir}/Settings/Desktop/screensaver-properties.desktop
+
 strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
 
 gzip -9nf AUTHORS ChangeLog NEWS README
 
-%find_lang %{name}
+%find_lang %{name} --with-gnome
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -125,4 +129,5 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/*
 
 %files static
-%attr(644,root,root) %{_libdir}/lib*.a
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
This page took 0.037197 seconds and 4 git commands to generate.