]> git.pld-linux.org Git - packages/gaby.git/commitdiff
- changes inpired by kloczek: URL upper-case
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 16 Jun 2003 19:46:20 +0000 (19:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- small other changes and cleanups

Changed files:
    gaby.spec -> 1.18

gaby.spec

index b6e225493a9af1ee29e8a2ce0847b74fa51a4e7d..e9a10265c5eda6636d99c5f81a54c5bf74a9fdf9 100644 (file)
--- a/gaby.spec
+++ b/gaby.spec
@@ -12,30 +12,28 @@ Summary(pl):        Gaby - ma
 Name:          gaby
 Version:       2.0.2
 Release:       1
-Group:         X11/Applications
 License:       GPL
-Url:           http://gaby.sourceforge.net/
+Group:         X11/Applications
 Source0:       http://gaby.sourceforge.net/archives/%{name}-%{version}.tar.gz
 # Source0-md5: 1203f7a548e46bc0bf5987fb2e1508ee
 Patch0:                %{name}-DESTDIR.patch
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-BuildRequires: libtool
+URL:           http://gaby.sourceforge.net/
 BuildRequires: bison
-%{!?_without_gui:BuildRequires:                gtk+-devel >= 1.2.0}
-%{!?_without_python:BuildRequires:     python-devel}
+%{!?_without_gdk_pixbuf:BuildRequires: gdk-pixbuf-devel}
 %{!?_without_gnome:BuildRequires:      gnome-libs-devel}
+%{!?_without_gui:BuildRequires:                gtk+-devel >= 1.2.0}
 %{!?_without_libglade:BuildRequires:   libglade-devel}
-# shouldn't this dependency be moved to libglade-devel ?
+BuildRequires: libtool
 %{!?_without_libglade:BuildRequires:   libxml-devel}
 %{!?_without_xml:BuildRequires:                libxml-devel}
-%{!?_without_gdk_pixbuf:BuildRequires: gdk-pixbuf-devel}
-%{!?_without_gui:Requires:     gtk+ >= 1.2.0}
-%{!?_without_python:Requires:  python}
-%{!?_without_gnome:Requires:   gnome-libs}
+%{!?_without_python:BuildRequires:     python-devel}
 # python-pygtk and gtk+-devel require to be installed with the same prefix
 # to be visible; currently not this case :(
 %{!?_without_python:%{!?_without_gui:Requires: python-pygtk}}
-
+%{!?_without_gnome:Requires:   gnome-libs}
+%{!?_without_gui:Requires:     gtk+ >= 1.2.0}
+%{!?_without_python:Requires:  python}
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Gaby is a small personal databases manager using GTK+ and Gnome (if
@@ -71,8 +69,9 @@ CFLAGS="%{rpmcflags}" ./configure \
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} prefix=$RPM_BUILD_ROOT%{_prefix} install
 
+%{__make} install \
+       prefix=$RPM_BUILD_ROOT%{_prefix}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.137208 seconds and 4 git commands to generate.