]> git.pld-linux.org Git - packages/gfcc.git/blobdiff - gfcc.spec
- lib64 fix, switched to vfolders
[packages/gfcc.git] / 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)
 
-
 %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
-rm -f missing
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__automake}
 %configure \
-       --with-ipfwc=/usr/lib
+       --with-ipfwc=/usr/%{_lib}
 %{__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
@@ -66,5 +65,5 @@ rm -rf $RPM_BUILD_ROOT
 %doc README
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/gfcc
-%{_applnkdir}/System/Administration/gfcc.desktop
+%{_desktopdir}/gfcc.desktop
 %{_pixmapsdir}/*
This page took 0.057477 seconds and 4 git commands to generate.