]> git.pld-linux.org Git - packages/gfax.git/commitdiff
- release 4, gfax-0_4_2-4
authorkloczek <kloczek@pld-linux.org>
Sun, 16 Jun 2002 07:38:50 +0000 (07:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix building on latest libglade,
- use new %doc,
- include in %files languades dependent files.

Changed files:
    gfax.spec -> 1.22

gfax.spec

index 810b8d4f36b6851379983ed323ca39b54f6ca208..af533006b432c9e28b53c89fb77c191803d5173e 100644 (file)
--- a/gfax.spec
+++ b/gfax.spec
@@ -2,7 +2,7 @@ Summary:        The GNOME Fax Application
 Summary(pl):   Aplikacja GNOME do faksów
 Name:          gfax
 Version:       0.4.2
-Release:       3
+Release:       4
 License:       GPL
 Group:         Applications/Communications
 Source0:       http://www.cowlug.org/gfax/%{name}-%{version}.tar.gz
@@ -41,6 +41,7 @@ ich na drukarce faksowej. Gfax dzia
 rm -f missing
 gettextize --copy --force
 aclocal -I macros
+CFLAGS="%{optflags} `pkg-config libglade-gnome --cflags`"
 %{__autoconf}
 %{__automake}
 
@@ -54,16 +55,14 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT \
        Applicationsdir=%{_applnkdir}/Office/Misc
 
-gzip -9nf AUTHORS ChangeLog NEWS README FAQ-gfax
-
 %find_lang %{name} --with-gnome
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS ChangeLog NEWS README FAQ-gfax
 %attr(755,root,root) %{_bindir}/gfax
 %{_datadir}/gfax
 %{_pixmapsdir}/*
This page took 0.113456 seconds and 4 git commands to generate.