]> git.pld-linux.org Git - packages/gnome-vfs2.git/commitdiff
- added full regenerate ac/am/lt files,
authorkloczek <kloczek@pld-linux.org>
Tue, 14 May 2002 21:02:23 +0000 (21:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- add am15 patch,
- added rm_GNOME_COMMON_INIT_and_GNOME_PLATFORM_GNOM_2 patch which removes
  from configure.in using macrs:
-- GNOME_COMMON_INIT: defines wariables by this which isn't enywhere used,
-- GNOME_PLATFORM_GNOM_2: using this macro is dumb because gnome-vfs2 can't
   be used without GNOME 2.x librariies and rest configure.in do not uses
   conditionaly for detecting libraties pkgconfig or not (always is used
   pkgconfig),
- move gzipping %doc files to %build (now spec file is --short-circuit ready).

Changed files:
    gnome-vfs2.spec -> 1.14

gnome-vfs2.spec

index f50e5e94de0e2718864c963ddf63ed6e08fb6826..3babff800a19519a73d843bb47fc24cdd62e3c5d 100644 (file)
@@ -6,6 +6,8 @@ Release:        0.1
 License:       GPL
 Group:         X11/Applications
 Source0:       ftp://ftp.gnome.org:/pub/GNOME/pre-gnome2/sources/gnome-vfs/gnome-vfs-%{version}.tar.bz2
+Patch0:                %{name}-am15.patch
+Patch1:                %{name}-rm_GNOME_COMMON_INIT_and_GNOME_PLATFORM_GNOME_2.patch
 URL:           http://www.gnome.org/
 BuildRequires: GConf2-devel >= 1.1.10
 BuildRequires: ORBit2-devel >= 2.3.108
@@ -60,17 +62,21 @@ Pakiet ten zawiera biblioteki statyczne gnome-vfs2.
 
 %prep
 %setup -q -n gnome-vfs-%{version}
+%patch0 -p1
+%patch1 -p1
 
 %build
-#rm -f missing acinclude.m4
+rm -f missing
 libtoolize --copy --force
-#aclocal
+aclocal
 autoconf
-#automake -a -c -f
+automake -a -c -f
 %configure \
        --disable-gtk-doc
 %{__make}
 
+gzip -9nf AUTHORS ChangeLog NEWS README
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -78,8 +84,6 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT \
        pkgconfigdir=%{_pkgconfigdir}
 
-gzip -9nf AUTHORS ChangeLog NEWS README
-
 %find_lang gnome-vfs-2.0
 
 %clean
This page took 0.058714 seconds and 4 git commands to generate.