]> git.pld-linux.org Git - packages/c2ps.git/commitdiff
- added URL,
authorkloczek <kloczek@pld-linux.org>
Fri, 21 Jul 2000 18:59:54 +0000 (18:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- copy Summary to %description sections.

Changed files:
    c2ps.spec -> 1.2

c2ps.spec

index 7814aa9da6b17b7a78948f6386947c5ac676c88b..05183388e90fafe2b47ddac0bf280c025b0a01cf 100644 (file)
--- a/c2ps.spec
+++ b/c2ps.spec
@@ -8,29 +8,30 @@ Group(pl):    Narz
 License:       GPL
 Source0:       http://www.geocities.com/SiliconValley/Park/2055/%{name}-40.tgz
 Patch0:                c2ps-OPT_FLAGS.patch
+URL:           http://www.geocities.com/SiliconValley/Park/2055/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
+Tool for converting C/C++ sources to PostScript.
 
 %description -l pl
+Narzêdzie do konwersji ¼róde³ C/C++ na PostScript
 
 %prep
 %setup -q
 %patch0 -p1
 
 %build
-
 %{__make} OPT_FLAGS="$RPM_OPT_FLAGS"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 
 install c2ps   $RPM_BUILD_ROOT%{_bindir}
 install c2ps.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
-strip --strip-unneeded c2ps
+strip c2ps
 
 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* \
        README
@@ -40,6 +41,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc README.gz
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/*/*
-%doc README.gz
This page took 0.088422 seconds and 4 git commands to generate.