Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gtk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,155
Issues
1,155
List
Boards
Labels
Service Desk
Milestones
Merge Requests
146
Merge Requests
146
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gtk
Commits
f3f493ab
Commit
f3f493ab
authored
Feb 21, 1999
by
Michael Fulbright
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
3 changed files
with
12 additions
and
3 deletions
+12
-3
Makefile.am
Makefile.am
+3
-1
configure.in
configure.in
+1
-0
gtk+.spec.in
gtk+.spec.in
+8
-2
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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