diff options
author | Darin Adler <darin@src.gnome.org> | 2001-04-16 17:10:03 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2001-04-16 17:10:03 +0000 |
commit | 0b78c242885cd0be8dc74eec3e4896b278881288 (patch) | |
tree | e75fc95841798d97ce64e359b26fa4f3dfdbca40 /gnome-common.spec.in | |
parent | 06598487dbe14b3ca360ecd65f5d8a32d11692ff (diff) | |
download | shared-mime-info-0b78c242885cd0be8dc74eec3e4896b278881288.tar.gz |
A cut at updating the spec file now that the pkgconfig stuff and support
* gnome-common.spec.in: A cut at updating the spec file now that
the pkgconfig stuff and support stuff has gone away.
svn path=/trunk/; revision=1697
Diffstat (limited to 'gnome-common.spec.in')
-rw-r--r-- | gnome-common.spec.in | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/gnome-common.spec.in b/gnome-common.spec.in index f826316b..aba8ca4c 100644 --- a/gnome-common.spec.in +++ b/gnome-common.spec.in @@ -22,25 +22,6 @@ Docdir: %{prefix}/doc %description gnome-common is for developing various GNOME modules that have to do similar things -%package devel -Summary: Libraries and include files for developing gnome-common based tools -Group: Development/Libraries -Requires: %name = %{PACKAGE_VERSION} -Obsoletes: %{name}-devel - -%package support -Summary: gnome-common support applications -Group: Development/Tools -Requires: %name = %{PACKAGE_VERSION} -Obsoletes: %{name}-devel - -%description devel -This package provides the necessary development libraries and include -files to allow you to develop components that make use of gnome-common source - -%description support -These are supporting applications for using gnome-common - %changelog * Mon Mar 26 2000 Robin * Slomkowski <rslomkow@rslomkow.org> - created this thing, and replaced the generic specfile @@ -97,20 +78,5 @@ fi %{prefix}/bin/* %defattr (0444, bin, bin) -%{prefix}/lib/pkgconfig/*common*.pc %{prefix}/share/aclocal/gnome-macros/* %{prefix}/share/aclocal/gnome2-macros/* - -%files devel - -%defattr(0555, bin, bin) -%{prefix}/lib/*support*a - -%files support - -%defattr(0444, bin, bin) -%{prefix}/include/gnome/*/*support*.h -%{prefix}/lib/pkgconfig/*support*.pc - -%defattr(0555, bin, bin) -%{prefix}/lib/*support*.so* |