]> git.pld-linux.org Git - packages/gfcc.git/commitdiff
- lib64 fix, switched to vfolders auto/ac/gfcc-0_7_4-6
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 30 Mar 2004 08:03:29 +0000 (08:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gfcc.spec -> 1.28

gfcc.spec

index 567ff0bfe1cb030c91369ec222c54b8228852b71..bbf694668b4d885689c2df71a7a14f86449cefa1 100644 (file)
--- a/gfcc.spec
+++ b/gfcc.spec
@@ -21,7 +21,6 @@ BuildRequires:        libipfwc
 BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-
 %description
 gfcc (GTK+ Firewall Control Center) is a GTK+ application which can
 control Linux firewall policies and rules, based on ipchains package.
 %description
 gfcc (GTK+ Firewall Control Center) is a GTK+ application which can
 control Linux firewall policies and rules, based on ipchains package.
@@ -40,22 +39,22 @@ controlar pol
 %patch1 -p0
 
 %build
 %patch1 -p0
 
 %build
-rm -f missing
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__automake}
 %configure \
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__automake}
 %configure \
-       --with-ipfwc=/usr/lib
+       --with-ipfwc=/usr/%{_lib}
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_applnkdir}/System/Administration,%{_pixmapsdir}}
+install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
 
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/System/Administration
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 
 %clean
 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 
 %clean
@@ -66,5 +65,5 @@ rm -rf $RPM_BUILD_ROOT
 %doc README
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/gfcc
 %doc README
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/gfcc
-%{_applnkdir}/System/Administration/gfcc.desktop
+%{_desktopdir}/gfcc.desktop
 %{_pixmapsdir}/*
 %{_pixmapsdir}/*
This page took 0.444799 seconds and 4 git commands to generate.