]> git.pld-linux.org Git - packages/erikyyyphone.git/commitdiff
- use more macros, some cosmetics, added missing "rm -f missing" and use new %doc
authorkloczek <kloczek@pld-linux.org>
Wed, 9 Oct 2002 13:14:21 +0000 (13:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    erikyyyphone.spec -> 1.10

erikyyyphone.spec

index 2338785545942d9da209e85e3b1365f12f24691d..783f22cf0c525c3deca2fbd75433423096e12575 100644 (file)
@@ -7,6 +7,7 @@ Group:          Applications/Communications
 License:       GPL
 Source0:       http://www.erikyyy.de/erikyyyphone/%{name}-%{version}.tar.gz
 Patch0:                %{name}-make.patch
 License:       GPL
 Source0:       http://www.erikyyy.de/erikyyyphone/%{name}-%{version}.tar.gz
 Patch0:                %{name}-make.patch
+BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libgsm-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 BuildRequires: automake
 BuildRequires: libgsm-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -22,7 +23,9 @@ G
 %patch0 -p1
 
 %build
 %patch0 -p1
 
 %build
-aclocal
+rm -f missing
+%{__aclocal}
+%{__autoconf}
 %{__automake}
 CPPFLAGS="-I%{_includedir}/ncurses" ; export CPPFLAGS
 %configure
 %{__automake}
 CPPFLAGS="-I%{_includedir}/ncurses" ; export CPPFLAGS
 %configure
@@ -31,8 +34,6 @@ CPPFLAGS="-I%{_includedir}/ncurses" ; export CPPFLAGS
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-gzip -9nf AUTHORS README TODO
-
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 %clean
@@ -40,5 +41,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 
 %files
 %defattr(644,root,root,755)
-%doc {AUTHORS,README,TODO}.gz
+%doc AUTHORS README TODO
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_bindir}/*
This page took 0.067691 seconds and 4 git commands to generate.