]> git.pld-linux.org Git - packages/brlcad.git/commitdiff
- release 0.2,
authorcieciwa <cieciwa@pld-linux.org>
Wed, 17 May 2006 07:15:37 +0000 (07:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- separated devel and static subpackages.

Changed files:
    brlcad.spec -> 1.7

brlcad.spec

index 33fdfd033ae3fc80ff5665c027a1169af35b131c..72eaf76caf681f926675655a34bd8d609d26dcb1 100644 (file)
@@ -1,11 +1,13 @@
 #
-# TODO - build with system libs: 
+# TODO 
+#      - build with system libs: 
+#      
 #
 Summary:       BRL CAD
 Summary(pl):   BRL CAD
 Name:          brlcad
 Version:       7.8.0
-Release:       0.1
+Release:       0.2
 License:       GPL
 Group:         Applications/CAD
 Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
@@ -136,17 +138,17 @@ rm -rf $RPM_BUILD_ROOT
 #doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
 %{_bindir}/*
 %{_mandir}/man?/*
-%{_includedir}/*.h
+#{_includedir}/*.h
 %{_includedir}/brlcad
 %{_libdir}/*
 #%%{_libdir}/tk8.4
 #%%{_libdir}/iwidgets4.0.1
 %{_datadir}/%{name}
 
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/*.h
 
-%if %{with subpackage}
-%files subpackage
+%files static
 %defattr(644,root,root,755)
-#%doc extras/*.gz
-#%{_datadir}/%{name}-ext
-%endif
+%{_libdir}/*.la
This page took 0.091987 seconds and 4 git commands to generate.