SPECS: brlcad.spec - release 0.2, - separated devel and static sub...
cieciwa
cieciwa at pld-linux.org
Wed May 17 09:15:43 CEST 2006
Author: cieciwa Date: Wed May 17 07:15:43 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- release 0.2,
- separated devel and static subpackages.
---- Files affected:
SPECS:
brlcad.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SPECS/brlcad.spec
diff -u SPECS/brlcad.spec:1.6 SPECS/brlcad.spec:1.7
--- SPECS/brlcad.spec:1.6 Tue May 16 15:01:05 2006
+++ SPECS/brlcad.spec Wed May 17 09:15:37 2006
@@ -1,12 +1,14 @@
# $Revision$, $Date$
#
-# 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
@@ -137,20 +139,20 @@
#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
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -158,6 +160,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2006/05/17 07:15:37 cieciwa
+- release 0.2,
+- separated devel and static subpackages.
+
Revision 1.6 2006/05/16 13:01:05 zbyniu
- install, files, cleanups, todo
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/brlcad.spec?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list