]> git.pld-linux.org Git - packages/gconf-editor.git/commitdiff
- updated to 0.2, RA-1_0 STABLE gconf-editor-0_2-1
authorkloczek <kloczek@pld-linux.org>
Tue, 21 May 2002 13:21:18 +0000 (13:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- more macros and use DESTDIR style install.

Changed files:
    gconf-editor.spec -> 1.4

gconf-editor.spec

index 4482e0d89344c61ca8ace43bfcd0162dfb9cffd4..b7a8a821b6e63e4e23e3751bd75e5af2d3f02396 100644 (file)
@@ -1,8 +1,8 @@
 Summary:       An editor for the GConf configuration system
 Summary(pl):   Edytor do systemu konfiguracji GConf
 Name:          gconf-editor
-Version:       0.1
-Release:       2
+Version:       0.2
+Release:       1
 License:       GPL
 Group:         X11/Applications
 Source0:       ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/%{name}/%{name}-%{version}.tar.bz2
@@ -29,7 +29,8 @@ gconf-edit to edytor do systemu konfiguracji GConf.
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%makeinstall
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %find_lang %{name}
 
@@ -40,4 +41,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/applications/*
-%{_datadir}/pixmaps/*
+%{_pixmapsdir}/*
This page took 0.030879 seconds and 4 git commands to generate.