]> git.pld-linux.org Git - packages/dx.git/commitdiff
- added static subpackage auto/ac/dx-4_3_2-2
authorTomasz Pala <gotar@pld-linux.org>
Sun, 16 Nov 2003 10:23:13 +0000 (10:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dx.spec -> 1.27

dx.spec

diff --git a/dx.spec b/dx.spec
index 31ad3112638b7f92efb68278cc48f8b53eb73f27..a95eb686838819acbd0cd31c66379fada61de143 100644 (file)
--- a/dx.spec
+++ b/dx.spec
@@ -1,6 +1,5 @@
 #
 # TODO: - add samples
-#      - make static subpackage
 #      - add desktop file
 #
 Summary:       Excellent tool for making visualization of data
@@ -70,6 +69,18 @@ OpenDX development files.
 %description devel -l pl
 Pliki nag³ówkowe OpenDX oraz inne pliki, potrzebne do budowania.
 
+%package static
+Summary:       OpenDX static libraries
+Summary(pl):   Biblioteki statyczne OpenDX
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}
+
+%description static
+OpenDX static libraries.
+
+%description static -l pl
+Biblioteki statyczne OpenDX.
+
 %package doc
 Summary:       OpenDX documentation
 Summary(pl):   Dokumentacja OpenDX
@@ -95,7 +106,7 @@ rm -f missing aclocal.m4
 %configure \
        --prefix=%{_datadir} \
        --enable-shared \
-       --disable-static \
+       --enable-static \
        --disable-dependency-tracking \
        --enable-smp-linux \
        --enable-new-keylayout \
@@ -142,6 +153,7 @@ rm -rf $RPM_BUILD_ROOT
 %exclude %{_libdir}/dx/*.mak
 %exclude %{_libdir}/dx/*.la
 %exclude %{_libdir}/dx/*.so
+%exclude %{_libdir}/dx/*.a
 
 %files devel
 %defattr(644,root,root,755)
@@ -150,6 +162,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/dx/*.la
 %{_libdir}/dx/*.so
 
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/dx/*.a
+
 %files doc
 %defattr(644,root,root,755)
 %{_datadir}/dx/h*
This page took 0.112235 seconds and 4 git commands to generate.