]> git.pld-linux.org Git - packages/gfcc.git/commitdiff
- release 3: added package icon adnd icon for desktop file.
authorkloczek <kloczek@pld-linux.org>
Wed, 25 Oct 2000 07:01:34 +0000 (07:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gfcc.spec -> 1.10

gfcc.spec

index 3736ec0cad4e847cb18603e78f49b3ec359bcdfd..2265719679c629e601ffd5eb7e0ec372aac808a9 100644 (file)
--- a/gfcc.spec
+++ b/gfcc.spec
@@ -2,15 +2,17 @@ Summary:      GTK firewall control center
 Summary(pl):   Centrum kontroli firewalla
 Name:          gfcc
 Version:       0.7.4
-Release:       2
+Release:       3
 License:       GPL
 Group:         X11/Applications/Networking
 Group(de):     X11/Applikationen/Netzwerkwesen
 Group(pl):     X11/Aplikacje/Sieciowe
 Source0:       http://icarus.autostock.co.kr/%{name}-%{version}.tar.gz
 Source1:       %{name}.desktop
+Source2:       %{name}.png
 Patch0:                %{name}-inc.patch
 Patch1:                %{name}-gtkrc.patch
+Icon:          %{name}.xpm
 URL:           http://account.joayo.net/~tri/index.html
 BuildRequires: gtk+-devel >= 1.2.0
 BuildRequires: libipfwc
@@ -38,11 +40,12 @@ GTK+, kt
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_applnkdir}/Administration
+install -d $RPM_BUILD_ROOT{%{_applnkdir}/Administration,%{_datadir}/pixmaps}
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Administration
+install %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps
 
 gzip -9nf README
 
@@ -54,5 +57,5 @@ rm -rf $RPM_BUILD_ROOT
 %doc README.gz
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/gfcc
-
 %{_applnkdir}/Administration/gfcc.desktop
+%{_datadir}/pixmaps/*
This page took 0.070246 seconds and 4 git commands to generate.