summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Fulbright <drmike@src.gnome.org>1999-02-21 18:21:06 +0000
committerMichael Fulbright <drmike@src.gnome.org>1999-02-21 18:21:06 +0000
commitb4d0d3d7ebcb78733d1b67bbc4bcd353a9892387 (patch)
tree1ecc625df861bd56fa0187a5175cae2043a3a823
parent96e8b1ae3722b35a5b7aa57510caa683ab174e52 (diff)
downloadgnome-control-center-b4d0d3d7ebcb78733d1b67bbc4bcd353a9892387.tar.gz
I have made control-center.spec a generated file, and I also updated
the template specfile. Dr Mike <drmike@redhat.com>
-rw-r--r--ChangeLog3
-rw-r--r--Makefile.am5
-rw-r--r--configure.in1
-rw-r--r--control-center.spec.in (renamed from control-center.spec)57
4 files changed, 52 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index a880bfae0..d4ef14e76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+1999-02-21 Michael Fulbright <drmike@redhat.com>
+ * Made control-center.spec a generated file, updated spec file
+
1999-02-19 Jonathan Blandford <jrb@redhat.com>
* capplets/screensaver-properties/callbacks.c
diff --git a/Makefile.am b/Makefile.am
index 22694691c..8ec1ad635 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,10 @@ SUBDIRS = intl po macros \
#DIST_SUBDIRS = intl po macros $(always_built_SUBDIRS)
-EXTRA_DIST = control-center.spec
+EXTRA_DIST = control-center.spec.in
+
+dist-hook:
+ cp control-center.spec $(distdir)
## to automatically rebuild aclocal.m4 if any of the macros in `macros/' change
@MAINT@include macros/macros.dep
diff --git a/configure.in b/configure.in
index d2274ce93..eee04c321 100644
--- a/configure.in
+++ b/configure.in
@@ -86,6 +86,7 @@ echo "ftp://ftp.labs.redhat.com/pub/imlib/"
AC_MSG_ERROR([Fatal Error: no Imlib detected.])])
AC_OUTPUT([
+control-center.spec
Makefile
po/Makefile.in
macros/Makefile
diff --git a/control-center.spec b/control-center.spec.in
index a060b8222..2b8a2e838 100644
--- a/control-center.spec
+++ b/control-center.spec.in
@@ -1,6 +1,6 @@
# Note that this is NOT a relocatable package
-%define ver 0.99.5
-%define rel SNAP
+%define ver @VERSION@
+%define rel 1
%define prefix /usr
Summary: GNOME control center
@@ -10,14 +10,17 @@ Release: %rel
Copyright: LGPL
Group: X11/Libraries
Source: ftp://ftp.gnome.org/pub/control-center-%{ver}.tar.gz
-BuildRoot: /var/tmp/control-center-root
+
+BuildRoot: /var/tmp/control-center-%{PACKAGE_VERSION}-root
Obsoletes: gnome
-Packager: Jonathan Blandford <jrb@redhat.com>
+
URL: http://www.gnome.org
Docdir: %{prefix}/doc
+
+
Requires: xscreensaver >= 2.34
-Requires: gnome-core >= 0.99
-Requires: ORBit >= 0.3.0
+Requires: gnome-libs >= 0.99.8
+Requires: ORBit >= 0.3.97
%description
A Configuration tool for easily setting up your GNOME environment.
@@ -36,8 +39,34 @@ Capplet development stuff
%changelog
-* Wed Dec 16 1998 Jonathan Blandford <jrb@redhat.com>
+* Mon Feb 15 1999 Michael Fulbright <drmike@redhat.com>
+- version 0.99.8.1
+- added etc/CORBA/servers/* to file list
+
+* Fri Feb 12 1999 Michael Fulbright <drmike@redhat.com>
+- update to 0.99.8
+- added /usr/lib/cappletConf.sh
+
+* Mon Feb 08 1999 The Rasterman <raster@redhat.com>
+- update to 0.99.5.1
+* Wed Feb 03 1999 Michael Fulbright <drmike@redhat.com>
+- update to 0.99.5
+
+* Mon Jan 20 1999 Michael Fulbright <drmike@redhat.com>
+- update to 0.99.3.1
+
+* Mon Jan 18 1999 Michael Fulbright <drmike@redhat.com>
+- update to 0.99.3
+- seems like patch for non-standard xscreensaver placement was already in
+ prestine sources(?)
+
+* Wed Jan 06 1999 Jonathan Blandford <jrb@redhat.com>
+- updated to 0.99.1
+- temporary hack patch to get path to work to non-standard placement
+ of xscreensaver binaries in RH 5.2
+
+* Wed Dec 16 1998 Jonathan Blandford <jrb@redhat.com>
- Created for the new control-center branch
@@ -45,7 +74,9 @@ Capplet development stuff
%setup
%build
-CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix
+
+CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix
+make
%install
rm -rf $RPM_BUILD_ROOT
@@ -53,7 +84,7 @@ rm -rf $RPM_BUILD_ROOT
make prefix=$RPM_BUILD_ROOT%{prefix} install
%clean
-#rm -rf $RPM_BUILD_ROOT
+rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
@@ -64,18 +95,18 @@ make prefix=$RPM_BUILD_ROOT%{prefix} install
%doc AUTHORS COPYING ChangeLog NEWS README
%{prefix}/bin/*
-%{prefix}/etc/CORBA/servers/gnomecc.gnorba
%{prefix}/lib/lib*.so.*
+%{prefix}/etc/CORBA/servers/*
%{prefix}/share/control-center
+%{prefix}/share/pixmaps/*
%{prefix}/share/locale/*/*/*
-%{prefix}/share/apps/System/gnomecc.desktop
-%{prefix}/share/pixmaps/control-center.png
+%{prefix}/share/apps/System/*
%files devel
%defattr(-, root, root)
%{prefix}/lib/lib*.so
-%{prefix}/lib/*sh
%{prefix}/lib/*a
+%{prefix}/lib/*Conf.sh
%{prefix}/share/idl
%{prefix}/include/*