]> git.pld-linux.org Git - packages/gfontview.git/blobdiff - gfontview.spec
- use new %doc.
[packages/gfontview.git] / gfontview.spec
index 887ca23bfc532ae9a688e3a31ecb3b524b807ee1..09beb1d511baaa07faa51f7fa668efbaf8218ee5 100644 (file)
@@ -2,7 +2,7 @@ Summary:        A font viewer for Type 1 and TrueType fonts
 Summary(pl):   PrzeglĀ±darka czcionek Type 1 i TrueType
 Name:          gfontview
 Version:       0.5.0
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Applications
 Source0:       ftp://download.sourceforge.net/pub/sourceforge/gfontview/%{name}-%{version}.tar.gz
@@ -51,8 +51,8 @@ w formacie GIF.
 %build
 gettextize --copy --force
 aclocal -I .
-automake -a -c -f
-autoconf
+%{__automake}
+%{__autoconf}
 autoheader
 CXXFLAGS="%{rpmcflags} -I/usr/include/freetype \
        -fno-rtti -fno-exceptions -fno-implicit-templates"
@@ -70,8 +70,6 @@ install -d $RPM_BUILD_ROOT{%{_datadir}/misc,%{_applnkdir}/Utilities}
 install gfontviewrc $RPM_BUILD_ROOT%{_datadir}/misc/gfontviewrc
 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Utilities
 
-gzip -9nf README ChangeLog AUTHORS NEWS TODO
-
 %find_lang %{name}
 
 %clean
@@ -79,7 +77,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc {README,ChangeLog,AUTHORS,NEWS,TODO}.gz
+%doc README ChangeLog AUTHORS NEWS TODO
 %attr(755,root,root) %{_bindir}/gfontview
 
 %config(noreplace) %verify(not size mtime md5) %{_datadir}/misc/gfontviewrc
This page took 0.081231 seconds and 4 git commands to generate.