]> git.pld-linux.org Git - packages/bb.git/blobdiff - bb.spec
- release 3: use new %doc.
[packages/bb.git] / bb.spec
diff --git a/bb.spec b/bb.spec
index a86e5f708da6d232afdd0833e53af810390f83a6..9f74fb075f2ed0a89cd636490499a7bd1b29d006 100644 (file)
--- a/bb.spec
+++ b/bb.spec
@@ -2,11 +2,9 @@ Summary:       BB - the portable demo
 Summary(pl):   BB - przeno¶ne demo
 Name:          bb
 Version:       1.3rc1
-Release:       2
+Release:       3
 License:       GPL
 Group:         Applications/Terminal
-Group(de):     Applikationen/Terminal
-Group(pl):     Aplikacje/Terminal
 Source0:       ftp://download.sourceforge.net/pub/sourceforge/aa-project/%{name}-%{version}.tar.gz
 URL:           http://aa-project.sourceforge.net/bb/
 BuildRequires: autoconf
@@ -30,9 +28,9 @@ operacyjnych.
 
 %build
 rm -f missing
-aclocal
-autoconf
-automake -a -c
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
@@ -41,13 +39,12 @@ 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 AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/bb
 %{_mandir}/man1/*
This page took 0.050091 seconds and 4 git commands to generate.