]> git.pld-linux.org Git - packages/cocom.git/commitdiff
- cleanups, descs
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 17 Jun 2004 21:24:48 +0000 (21:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cocom.spec -> 1.4

cocom.spec

index 64aab5721eb8c3a1f4a23bb37be0b865f99d9941..b34eb89051bf5cc58ed3650e448ffe61601c78b3 100644 (file)
@@ -1,57 +1,73 @@
-Summary:       cocom
-Summary(pl):   cocom
+# TODO: revise packaging?
+Summary:       COCOM tool set
+Summary(pl):   Zestaw narzêdzi COCOM
 Name:          cocom
 Version:       0.995
 Release:       0.2
 License:       GPL
-Group:         Base
-Source0:       http://osdn.dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-# Source0-md5:
-#BuildRequires:
-#Requires:
+Group:         Development/Languages
+Source0:       http://dl.sourceforge.net/cocom/%{name}-%{version}.tar.gz
+# Source0-md5: 94040380e63afd6cb12d2abacb87f8c8
 URL:           http://cocom.sourceforge.net/
 Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
--- empty --
+This is COCOM tool set (Russian Armoury) oriented onto the creation
+of compilers, cross-compilers, interpreters, and other language
+processors. The distribution also contains interpreter of language
+DINO as an example of the tool set usage. The tool set is aimed to
+use on Unixes of different flavors. COCOM also has been ported also
+into WIN32 environment.
 
 %description -l pl
--- pusty --
+To jest zestaw narzêdzi COCOM (arsena³ rosyjski), zorientowany na
+tworzenie kompilatorów, kompilatorów skro¶nych, interpreterów i
+innych procesorów jêzyków. Pakiet zawiera tak¿e interpreter jêzyka
+DINO jako przyk³ad u¿ycia tego zestawu narzêdzi. Narzêdzia s±
+przeznaczone do u¿ywania na ró¿nych uniksach, ale zosta³y sportowane
+tak¿e do ¶rodowiska Win32.
 
 %package devel
-Summary:       cocom-devel
-Group:         Base
-Requires:      %{name} = %{epoch}:%{version}-%{release}
+Summary:       COCOM header files
+Summary(pl):   Pliki nag³ówkowe COCOM
+Group:         Development/Languages
+Requires:      %{name} = %{version}-%{release}
+
 %description devel
+COCOM header files.
+
 %description devel -l pl
+Pliki nag³ówkowe COCOM.
 
 %prep
 %setup -q
 
-#%patch
-
 %build
-./configure --prefix=%{_prefix}
-%{__make} RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
+%configure2_13
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} prefix=$RPM_BUILD_ROOT%{_prefix} install
 
-%post
-%postun
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc
+%doc CHANGES README armoury.html cocom.html *.jpg
 %attr(755,root,root) %{_bindir}/*
-%attr(644,root,root) %{_libdir}/*
-%attr(644,root,root) %{_libdir}/*/*
+%{_libdir}/libcocom*.a
+%{_libdir}/*.sprut
+%dir %{_libdir}/dino-*
+%attr(755,root,root) %{_libdir}/dino-*/*.so
+%{_libdir}/dino-*/lib*.a
+%{_libdir}/dino-*/*.d
+%{_mandir}/man1/*.1*
 
 %files devel
 %defattr(644,root,root,755)
-%doc
-%attr(644,root,root) %{_includedir}/*
+%{_includedir}/*.h
+%{_includedir}/dino-*
This page took 0.082418 seconds and 4 git commands to generate.