]> git.pld-linux.org Git - packages/gfcc.git/commitdiff
- added regenerate ac/am/lt files, gfcc-0_7_4-4
authorkloczek <kloczek@pld-linux.org>
Mon, 25 Feb 2002 20:42:08 +0000 (20:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- move desktop file to Systsm/Administration.

Changed files:
    gfcc.spec -> 1.16

gfcc.spec

index 3f695f108ee697249c9cbf8a104c71245471a729..2cd992be1b3fde191a9b3520773cc712fabb004b 100644 (file)
--- a/gfcc.spec
+++ b/gfcc.spec
@@ -12,8 +12,11 @@ Patch0:              %{name}-inc.patch
 Patch1:                %{name}-gtkrc.patch
 Icon:          gfcc.xpm
 URL:           http://account.joayo.net/~tri/index.html
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: gtk+-devel >= 1.2.0
 BuildRequires: libipfwc
+BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
@@ -32,18 +35,23 @@ GTK+, kt
 %patch1 -p0
 
 %build
-%configure2_13 \
+rm -f missing
+libtoolize --copy --force
+aclocal
+autoconf
+automake -a -c -f
+%configure \
        --with-ipfwc=/usr/lib
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_applnkdir}/Administration,%{_datadir}/pixmaps}
+install -d $RPM_BUILD_ROOT{%{_applnkdir}/System/Administration,%{_pixmapsdir}}
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Administration
-install %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps
+install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/System/Administration
+install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 
 gzip -9nf README
 
@@ -52,8 +60,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README.gz
+%doc *.gz
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/gfcc
-%{_applnkdir}/Administration/gfcc.desktop
-%{_datadir}/pixmaps/*
+%{_applnkdir}/System/Administration/gfcc.desktop
+%{_pixmapsdir}/*
This page took 0.0895010000000001 seconds and 4 git commands to generate.