]> git.pld-linux.org Git - packages/control-center.git/commitdiff
- updated to 1.2.3, control-center-1_2_3-1
authorkloczek <kloczek@pld-linux.org>
Tue, 20 Feb 2001 01:54:10 +0000 (01:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated patches list,
- added regenerate am/ac files for allow build in automake > 1.4 enviroment.

Changed files:
    control-center.spec -> 1.43

control-center.spec

index f83c11503c91db023b3a7de3e4db63ba4b426e0c..44591a27e19c2e77c7633202960f520db56f0ea7 100644 (file)
@@ -1,8 +1,8 @@
 Summary:       GNOME control center
 Summary(pl):   Centrum kontroli GNOME
 Name:          control-center
-Version:       1.2.2
-Release:       8
+Version:       1.2.3
+Release:       1
 Epoch:         1
 License:       GPL
 Group:         X11/Applications
@@ -13,19 +13,18 @@ Patch0:             %{name}-nosound.patch
 Patch1:                %{name}-esdrelease.patch
 Patch2:                %{name}-bgcolor1.patch
 Patch3:                %{name}-fsbgpath.patch
-Patch4:                %{name}-dontstartesd.patch
-Patch5:                %{name}-limitedbgs.patch
-Patch6:                %{name}-applnk.patch
+Patch4:                %{name}-applnk.patch
 Icon:          control-center.gif
 Requires:      xscreensaver >= 2.34
 BuildRequires: ORBit-devel
+BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: esound-devel >= 0.2.5
+BuildRequires: gdk-pixbuf-devel
 BuildRequires: gnome-libs-devel
 BuildRequires: gtk+-devel >= 1.1.16
 BuildRequires: imlib-devel >= 1.8.2
 BuildRequires: zlib-devel
-BuildRequires: gdk-pixbuf-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     gnome
 
@@ -80,12 +79,12 @@ Statyczne biblioteki dla centrum kontroli GNOME.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-#%patch5 -p1
-%patch6 -p1
 
 %build
 gettextize --force --copy
-automake
+aclocal -I macros
+autoconf
+automake -a -c
 %configure 
 
 %{__make}
This page took 0.030715 seconds and 4 git commands to generate.