]> git.pld-linux.org Git - packages/firestarter.git/blobdiff - firestarter.spec
- updated to 0.5.0.
[packages/firestarter.git] / firestarter.spec
index 50f948f0aefb78a262447effd921044692f8ceec..d9d543f5b14466aa635f02e284b14a862b50ac65 100644 (file)
@@ -1,10 +1,12 @@
 Summary:       A GNOME firewall tool
 Name:          firestarter
-Version:       0.2.2
+Version:       0.5.0
 Release:       1
 License:       GPL
-Group:         Applications/Internet
-Source0:       http://download.sourceforge.com/firestarter/firestarter-%{version}.tar.gz
+Group:         X11/Applications/Networking
+Group(de):     X11/Applikationen/Netzwerkwesen
+Group(pl):     X11/Aplikacje/Sieciowe
+Source0:       ftp://download.sourceforge.net/pub/sourceforge/firestarter/%{name}-%{version}.tar.gz
 URL:           http://firestarter.sourceforge.net/
 BuildRequires: gettext-devel
 BuildRequires: gtk+-devel >= 1.2.5
@@ -26,25 +28,23 @@ features with your old firewall scripts.
 
 %build
 gettextize --copy --force
-LDFLAGS="-s"; export LDFLAGS
 %configure
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install \
+%{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
        Productivitydir=%{_applnkdir}/System
 
 gzip -9nf README ChangeLog AUTHORS TODO CREDITS
 
-#%find_lang %{name}
+%find_lang %{name}
 
 %clean
-rm -r $RPM_BUILD_ROOT
+rm -rf $RPM_BUILD_ROOT
 
-%files
-# -f %{name}.lang
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc *gz
 %attr(755,root,root) %{_bindir}/firestarter
This page took 0.053372 seconds and 4 git commands to generate.