summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2001-04-16 17:10:03 +0000
committerDarin Adler <darin@src.gnome.org>2001-04-16 17:10:03 +0000
commit0b78c242885cd0be8dc74eec3e4896b278881288 (patch)
treee75fc95841798d97ce64e359b26fa4f3dfdbca40
parent06598487dbe14b3ca360ecd65f5d8a32d11692ff (diff)
downloadgnome-common-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
-rw-r--r--ChangeLog5
-rw-r--r--gnome-common.spec.in34
2 files changed, 5 insertions, 34 deletions
diff --git a/ChangeLog b/ChangeLog
index d965573..9534945 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-16 Darin Adler <darin@eazel.com>
+
+ * gnome-common.spec.in: A cut at updating the spec file now that
+ the pkgconfig stuff and support stuff has gone away.
+
2001-04-14 Martin Baulig <baulig@suse.de>
* gnome-common.pc.in, gnome-common-2.0.pc.in: Removed.
diff --git a/gnome-common.spec.in b/gnome-common.spec.in
index f826316..aba8ca4 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*