]> git.pld-linux.org Git - packages/cisilia.git/commitdiff
- fixed doc (FHS) and optflags, standardized License field
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 8 Jul 2003 12:32:07 +0000 (12:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cisilia.spec -> 1.9

cisilia.spec

index 8e1b295bec9e7425af05da97d91c1d2e7ee116a3..508f1f1d500a2b641291a496bb595d80bb9934a8 100644 (file)
@@ -4,11 +4,11 @@ Summary(es):  Un sistema escalable de obtenci
 Name:          cisilia
 Version:       0.7.3
 Release:       1
 Name:          cisilia
 Version:       0.7.3
 Release:       1
-License:       GNU GPL version 2
+License:       GPL v2+
 Group:         Applications/System
 Source0:       http://www.cisiar.org/proyectos/cisilia/files/versiones/tar/%{name}-%{version}.tar.gz
 # Source0-md5: c36824988a86da60b01081a8b3082699
 Group:         Applications/System
 Source0:       http://www.cisiar.org/proyectos/cisilia/files/versiones/tar/%{name}-%{version}.tar.gz
 # Source0-md5: c36824988a86da60b01081a8b3082699
-URL:           http://www.cisiar.org
+URL:           http://www.cisiar.org/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -71,11 +71,12 @@ puede incrementar la velocidad total de procesamiento.
 %build
 %configure
 
 %build
 %configure
 
-%{__make}
+%{__make} \
+       CFLAGS="%{rpmcflags} -Wall"
 
 %install
 
 %install
-
 rm -rf $RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
@@ -86,7 +87,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
+%doc AUTHORS ChangeLog
 %attr(755,root,root) %{_bindir}/%{name}
 %{_includedir}/%{name}
 %{_mandir}/man1/%{name}.*
 %attr(755,root,root) %{_bindir}/%{name}
 %{_includedir}/%{name}
 %{_mandir}/man1/%{name}.*
-%doc %{_prefix}/doc/%{name}
This page took 0.087707 seconds and 4 git commands to generate.