Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
f3f493ab
Commit
f3f493ab
authored
Feb 21, 1999
by
Michael Fulbright
Browse files
I've made the spec file autogenerated and I updated the file list
Dr Mike <drmike@redhat.com>
parent
25cdbd35
Changes
3
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
f3f493ab
...
...
@@ -7,7 +7,7 @@ bin_SCRIPTS = gtk-config
EXTRA_DIST
=
\
HACKING
\
gtk+.spec
\
gtk+.spec
.in
\
gtk.m4
\
makecopyright
\
TODO
\
...
...
@@ -97,6 +97,8 @@ EXTRA_DIST = \
examples/spinbutton/Makefile
\
examples/find-examples.sh
dist-hook
:
cp
gtk+.spec
$(distdir)
m4datadir
=
$(datadir)
/aclocal
m4data_DATA
=
gtk.m4
...
...
configure.in
View file @
f3f493ab
...
...
@@ -510,6 +510,7 @@ AC_SUBST(GTK_XIM_FLAGS)
AC_SUBST(GTK_LOCALE_FLAGS)
AC_OUTPUT([
gtk+.spec
Makefile
gtk-config
po/Makefile.in
...
...
gtk+.spec
→
gtk+.spec
.in
View file @
f3f493ab
# Note that this is NOT a relocatable package
%define ver
1.1.16
%define ver
@VERSION@
%define rel SNAP
%define prefix /usr
...
...
@@ -10,7 +10,7 @@ Release: %rel
Copyright: LGPL
Group: X11/Libraries
Source: ftp://ftp.gimp.org/pub/gtk/v1.1/gtk+-%{ver}.tar.gz
BuildRoot: /tmp/gtk-root
BuildRoot:
/var
/tmp/gtk-
%{PACKAGE_VERSION}-
root
Obsoletes: gtk
Packager: Christopher Blizzard <blizzard@redhat.com>
URL: http://www.gtk.org
...
...
@@ -37,6 +37,8 @@ Xlib to help automate things like dealing with different color depths,
and GTK is a widget set for creating user interfaces.
%changelog
* Sun Feb 21 1999 Michael Fulbright <drmike@redhat.com>
- updated spec file
* Sun Oct 25 1998 Shawn T. Amundson <amundson@gtk.org>
...
...
@@ -148,6 +150,9 @@ fi
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%{prefix}/lib/libgtk-1.1.so.*
%{prefix}/lib/libgdk-1.1.so.*
{prefix}/share/themes/Default
+%{prefix}/share/locale/*/*/*
%files devel
%defattr(-, root, root)
...
...
@@ -156,5 +161,6 @@ fi
%{prefix}/lib/*a
%{prefix}/include/*
%{prefix}/info/*
%{prefix}/man/man1/*
%{prefix}/share/aclocal/*
%{prefix}/bin/*
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment