]> git.pld-linux.org Git - packages/gfax.git/commitdiff
- updated URLs, cleanup
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 25 Mar 2005 15:05:54 +0000 (15:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gfax.spec -> 1.41

gfax.spec

index eb73d30f4470db7991f425879bbe3d7165c17a25..38ccdcb30c0929a4c1daa873d2786e800bbbf6c0 100644 (file)
--- a/gfax.spec
+++ b/gfax.spec
@@ -5,16 +5,16 @@ Version:      0.6.4
 Release:       4
 License:       GPL
 Group:         Applications/Communications
-Source0:       http://www.cowlug.org/gfax/%{name}-%{version}.tar.gz
+Source0:       http://gfax.cowlug.org/%{name}-%{version}.tar.gz
 # Source0-md5: 9ec7185ed012607fa529b5758e02e0d2
 Patch0:                %{name}-destdir.patch
 Patch1:                %{name}-amd64.patch
 Patch2:                %{name}-desktop.patch
-URL:           http://www.cowlug.org/gfax/
-BuildRequires: mono-csharp
+URL:           http://gfax.cowlug.org/
 BuildRequires: dotnet-gtk-sharp-devel
-Requires:      mono >= 0.93
+BuildRequires: mono-csharp
 Requires:      dotnet-gtk-sharp >= 0.93
+Requires:      mono >= 0.93
 ExcludeArch:   alpha
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -35,14 +35,11 @@ ich na drukarce faksowej. Gfax dzia
 %patch2 -p1
 
 %build
-rm -f missing
-
 %{__make} schema
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir},%{_sysconfdir}/gconf/schemas,%{_var}/spool/gfax}
 
 %{__make} install \
@@ -50,6 +47,9 @@ install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir},%{_sysconfdir}/gconf/sc
 
 install -m 644 data/gfax.schema $RPM_BUILD_ROOT%{_sysconfdir}/gconf/schemas/gfax.schemas
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %post
 %gconf_schema_install
 %{_datadir}/gfax/printer-setup.sh --install
@@ -57,13 +57,9 @@ install -m 644 data/gfax.schema $RPM_BUILD_ROOT%{_sysconfdir}/gconf/schemas/gfax
 %preun
 %{_datadir}/gfax/printer-setup.sh --remove
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644,root,root,755)
-%config %{_sysconfdir}/gconf/schemas/*.schemas
-%doc AUTHORS COPYING ChangeLog README INSTALL NEWS TODO
+%doc AUTHORS ChangeLog README INSTALL NEWS TODO
 %attr(755,root,root) %{_bindir}/gfax
 %attr(755,root,root) %{_bindir}/gfaxlpr
 %attr(755,root,root) %{_bindir}/mono-gfax.exe
@@ -73,4 +69,5 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_datadir}/gfax/printer-setup.sh
 %{_pixmapsdir}/*
 %{_desktopdir}/*
+%{_sysconfdir}/gconf/schemas/*.schemas
 %attr(1777,root,root) %dir %{_var}/spool/gfax
This page took 0.037813 seconds and 4 git commands to generate.