]> git.pld-linux.org Git - packages/cd.git/commitdiff
- new auto/ac/cd-1_3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 1 Jan 2004 23:11:13 +0000 (23:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cd.spec -> 1.1

cd.spec [new file with mode: 0644]

diff --git a/cd.spec b/cd.spec
new file mode 100644 (file)
index 0000000..620667b
--- /dev/null
+++ b/cd.spec
@@ -0,0 +1,90 @@
+#
+# TODO: shared/static scheme
+# (if something more than plplot driver uses it, little sense otherwise...)
+Summary:       CGM Draw library and tools
+Summary(pl):   Biblioteka i narzêdzia CGM Draw
+Name:          cd
+Version:       1.3
+Release:       1
+License:       free (see cd.html)
+Group:         Libraries
+Source0:       http://www.pa.msu.edu/ftp/pub/unix/%{name}%{version}.tar.gz
+# Source0-md5: 5484b3fe667170c221eb8871ea2bb332
+URL:           http://www.pa.msu.edu/reference/cgmdraw_ref.html
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+CGM Draw is a freely available library for generating CGM files from a
+C program. It has been tested on Solaris, Ultrix, Linux, IRIX, AIX,
+OpenVMS, and DOS. CGM (Computer Graphics Metafile) is a vector
+graphics format that can be read by many popular packages. With CGM
+Draw your code can quickly draw images complete with lines, arcs,
+rectangles, polygons, and text. CGM Draw is ideal for creating CGM
+files on the fly when you have a rapidly changing data set (such as in
+response to database queries.)
+
+%description -l pl
+CGM Draw to wolnodostêpna biblioteka do generowania plików CGM z
+poziomu programu w C. By³a testowana pod Solarisem, Ultriksem,
+Linuksem, IRIX-em, AIX-em, OpenVMS-em oraz DOS-em. CGM (Computer
+Graphics Metafile) to wektorowy format graficzny czytany przez wiele
+popularnych pakietów. Przy pomocy CGM Draw kod mo¿e szybko rysowaæ
+obrazki z linii, ³uków, prostok±tów, wielok±tów oraz tekstu. CGM Draw
+sprawdza siê przy tworzeniu plików CGM w locie z szybko zmieniaj±cych
+siê zbiorów danych (takich jak odpowiedzi na zapytania do baz danych).
+
+%package devel
+Summary:       Header file and static CGM Draw library
+Summary(pl):   Pliki nag³ówkowe i statyczna biblioteka CGM Draw
+Group:         Development/Libraries
+
+%description devel
+CGM Draw is a freely available library for generating CGM files from a
+C program. It has been tested on Solaris, Ultrix, Linux, IRIX, AIX,
+OpenVMS, and DOS. CGM (Computer Graphics Metafile) is a vector
+graphics format that can be read by many popular packages. With CGM
+Draw your code can quickly draw images complete with lines, arcs,
+rectangles, polygons, and text. CGM Draw is ideal for creating CGM
+files on the fly when you have a rapidly changing data set (such as in
+response to database queries.)
+
+This package contains the header file and static CGM Draw library.
+
+%description devel -l pl
+CGM Draw to wolnodostêpna biblioteka do generowania plików CGM z
+poziomu programu w C. By³a testowana pod Solarisem, Ultriksem,
+Linuksem, IRIX-em, AIX-em, OpenVMS-em oraz DOS-em. CGM (Computer
+Graphics Metafile) to wektorowy format graficzny czytany przez wiele
+popularnych pakietów. Przy pomocy CGM Draw kod mo¿e szybko rysowaæ
+obrazki z linii, ³uków, prostok±tów, wielok±tów oraz tekstu. CGM Draw
+sprawdza siê przy tworzeniu plików CGM w locie z szybko zmieniaj±cych
+siê zbiorów danych (takich jak odpowiedzi na zapytania do baz danych).
+
+Ten pakiet zawiera plik nag³ówkowy i statyczn± bibliotekê CGM Draw.
+
+%prep
+%setup -q -n %{name}%{version}
+
+%build
+%{__make} \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags} -Wall -pedantic"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_libdir},%{_includedir},%{_examplesdir}/%{name}-%{version}}
+
+install libcd.a $RPM_BUILD_ROOT%{_libdir}
+install cd.h $RPM_BUILD_ROOT%{_includedir}
+install cdexpert.c cdmulti.c cdsimple.c cdtest.c cdtext.c color16.c \
+       $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files devel
+%defattr(644,root,root,755)
+%doc cd.announce cd.html readme
+%{_libdir}/libcd.a
+%{_includedir}/cd.h
+%{_examplesdir}/%{name}-%{version}
This page took 0.079164 seconds and 4 git commands to generate.