rpms/uread/devel uread.spec,1.2,1.3

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Wed Aug 29 19:59:11 UTC 2007


Author: pertusus

Update of /cvs/extras/rpms/uread/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23618

Modified Files:
	uread.spec 
Log Message:
* Wed Aug 29 2007 Patrice Dumas <pertusus at free.fr> 0-0.2.19981218
- correct license
- keep timestamps



Index: uread.spec
===================================================================
RCS file: /cvs/extras/rpms/uread/devel/uread.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- uread.spec	29 Aug 2007 19:03:54 -0000	1.2
+++ uread.spec	29 Aug 2007 19:58:38 -0000	1.3
@@ -2,11 +2,11 @@
 
 Name:           uread
 Version:        0
-Release:        0.1.%{stamp}%{?dist}
+Release:        0.2.%{stamp}%{?dist}
 Summary:        Utilities for unformatted fortran files
 
 Group:          Development/Tools
-License:        GPL
+License:        GPL+
 URL:            http://www.engineers.auckland.ac.nz/~snor007/software.html#uread
 Source0:        uread-%{stamp}.tar.gz
 # unversioned upstream source, downloaded with wget -N
@@ -32,7 +32,7 @@
 %setup -q -n uread
 %patch0 -p1
 
-cp %{SOURCE1} .
+cp -p %{SOURCE1} .
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
@@ -43,8 +43,8 @@
 rm -rf $RPM_BUILD_ROOT
 install -d -m755 $RPM_BUILD_ROOT%{_mandir}/man1/
 install -d -m755 $RPM_BUILD_ROOT%{_bindir}/
-install -m644 *.1 $RPM_BUILD_ROOT%{_mandir}/man1/
-install uread ustrip uswap $RPM_BUILD_ROOT%{_bindir}/
+install -p -m644 *.1 $RPM_BUILD_ROOT%{_mandir}/man1/
+install -m0755 uread ustrip uswap $RPM_BUILD_ROOT%{_bindir}/
 
 
 %clean
@@ -60,6 +60,10 @@
 %{_mandir}/man1/u*.1*
 
 %changelog
+* Wed Aug 29 2007 Patrice Dumas <pertusus at free.fr> 0-0.2.19981218
+- correct license
+- keep timestamps
+
 * Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 0-0.1.19981218
 - Rebuild for selinux ppc32 issue.
 - Use proper pre-release syntax in Release.




More information about the fedora-extras-commits mailing list