]> git.pld-linux.org Git - packages/libglade.git/commitdiff
- updated to 0.8, libglade-0_8-1
authorkloczek <kloczek@pld-linux.org>
Fri, 19 Nov 1999 00:39:25 +0000 (00:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- more rpm macros.

Changed files:
    libglade.spec -> 1.7

libglade.spec

index 3ee2167112bc6206070f8d52d1fd057a9e872ab7..4efd929b6d325a374283a652e9ae4f196686ee18 100644 (file)
@@ -1,22 +1,19 @@
 Summary:       libglade library
 Name:          libglade
-Version:       0.7
+Version:       0.8
 Release:       1
 Copyright:     LGPL
 Group:         X11/Libraries
 Source:                ftp://ftp.daa.com.au/pub/james/gnome/%{name}-%{version}.tar.gz
 BuildRequires: gnome-libs-devel
 BuildRequires: gtk+-devel >= 1.2.0
-BuildRequires: libxml-devel
+BuildRequires: libxml-devel >= 1.7.2
 BuildRequires: XFree86-devel
-URL:           http://www.gnome.org
+URL:           http://www.gnome.org/
 BuildRoot:     /tmp/%{name}-%{version}-root
 
 %define                _prefix         /usr/X11R6
 
-Requires: gtk+
-Requires: libxml >= 1.3
-
 %description
 This library allows you to load user interfaces in your program, which are
 stored externally. This allows alteration of the interface without
@@ -55,7 +52,7 @@ install -d $RPM_BUILD_ROOT/usr/src/examples/%{name}
 
 make install \
        DESTDIR=$RPM_BUILD_ROOT \
-       m4datadir=/usr/share/aclocal
+       m4datadir=%{_datadir}/aclocal
 
 strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
 
@@ -86,7 +83,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/lib*.la
 %{_includedir}/glade
 
-/usr/share/aclocal/*
+%{_datadir}/aclocal/*
 
 /usr/src/examples/%{name}
 
This page took 0.031603 seconds and 4 git commands to generate.