]> git.pld-linux.org Git - packages/crossdjgpp-platform.git/commitdiff
- unified master
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 9 Feb 2008 01:08:49 +0000 (01:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossdjgpp-platform.spec -> 1.16

crossdjgpp-platform.spec

index 1700ebde82dfb299dba40c9ec324dfb0a95aa4c7..d0d26528f7f4aebedf1f51eeb1ccecd163f74cfa 100644 (file)
@@ -6,12 +6,11 @@ Release:      2
 Epoch:         1
 License:       GPL
 Group:         Development/Libraries
-URL:           http://www.delorie.com/djgpp/
 Source0:       http://www.delorie.com/pub/djgpp/current/v2/djcrx%{version}.zip
 # Source0-md5: dbaceb26365a14e702f2e1c9def16afc
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+URL:           http://www.delorie.com/djgpp/
 BuildRequires: unzip
-PreReq:                fix-info-dir
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                target          i386-pc-msdosdjgpp
 %define                arch            %{_prefix}/%{target}
@@ -64,14 +63,18 @@ install stubify stubedit $RPM_BUILD_ROOT%{_bindir}
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post  -p      /sbin/postshell
+%post  -p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
-%postun        -p      /sbin/postshell
+%postun        -p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
 %files
 %defattr(644,root,root,755)
-%{arch}
-%{_infodir}/*
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/stubedit
+%attr(755,root,root) %{_bindir}/stubify
+%dir %{arch}
+%{arch}/bin
+%{arch}/include
+%{arch}/lib
+%{_infodir}/djgpp-libc.info*
This page took 0.074133 seconds and 4 git commands to generate.