]> git.pld-linux.org Git - packages/gconf-editor.git/commitdiff
- use _desktopdir macro, other minor changes where needed
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 7 Jul 2003 13:03:14 +0000 (13:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gconf-editor.spec -> 1.16

gconf-editor.spec

index a1a854fc03f92bb6782b130d92608d9661aa6835..a6dc7bcbd07dabd1f539c1ccca98a161c06c1367 100644 (file)
@@ -7,10 +7,10 @@ License:      GPL
 Group:         X11/Applications
 # Source0-md5: 3a267c5724d086d7d5f47691980faff1
 Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/0.5/%{name}-%{version}.tar.bz2
 Group:         X11/Applications
 # Source0-md5: 3a267c5724d086d7d5f47691980faff1
 Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/0.5/%{name}-%{version}.tar.bz2
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-BuildRequires: gtk+2-devel >= 2.0.1
 BuildRequires: GConf2-devel >= 1.2.1-10
 BuildRequires: GConf2-devel >= 1.2.1-10
-BuildRequires: Xft-devel >= 2.0-6
+BuildRequires: gtk+2-devel >= 2.0.1
+BuildRequires: xft-devel >= 2.0-6
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 An editor for the GConf configuration system.
 
 %description
 An editor for the GConf configuration system.
@@ -40,5 +40,5 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
-%{_datadir}/applications/*
+%{_desktopdir}/*
 %{_pixmapsdir}/*
 %{_pixmapsdir}/*
This page took 0.073332 seconds and 4 git commands to generate.