]> git.pld-linux.org Git - packages/gfocustimer.git/blobdiff - gfocustimer.spec
- massive attack: adding Source-md5
[packages/gfocustimer.git] / gfocustimer.spec
index 45d9afc4f8c7fbec932debcdc6c33a8e3d0247a5..cfdc12b8e7a0a041b867bc6b6f1096d822c47ff7 100644 (file)
@@ -6,12 +6,8 @@ Version:       0.5
 Release:       1
 License:       GPL
 Group:         X11/Applications
-Group(de):     X11/Applikationen
-Group(es):     X11/Aplicaciones
-Group(pl):     X11/Aplikacje
-Group(pt_BR):  X11/Aplicações
-Group(pt):     X11/Aplicações
 Source0:       http://quozl.us.netrek.org/gfocustimer/%{name}-%{version}.tar.gz
+# Source0-md5: 3cccc94936aea479931c01f89a3bcd0b
 Patch0:                %{name}-DESTDIR.patch
 BuildRequires: autoconf
 BuildRequires: automake
@@ -19,8 +15,6 @@ BuildRequires:        gtk+-devel
 URL:           http://quozl.us.netrek.org/gfocustimer/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix         /usr/X11R6
-%define                _mandir         %{_prefix}/man
 
 %description
 gfocustimer captures information about which windows you are spending
@@ -47,9 +41,9 @@ zadaniami.
 
 %build
 rm -f missing
-aclocal
-autoconf
-automake -a -c
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
@@ -58,14 +52,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
-
-gzip -9nf AUTHORS ChangeLog NEWS README
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/gfocustimer
 %{_mandir}/man1/gfocustimer.1*
This page took 0.089898 seconds and 4 git commands to generate.