Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gnumeric
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
355
Issues
355
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gnumeric
Commits
db156066
Commit
db156066
authored
May 15, 2000
by
Karl Eichwalder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gnumeric.spec.in: Use %{version}, %{name} and %{sysconfdir} more consistently. Avoid long lines.
parent
6f3a5a00
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
48 additions
and
7 deletions
+48
-7
ChangeLog
ChangeLog
+5
-0
ChangeLog-2000-10-10
ChangeLog-2000-10-10
+5
-0
OChangeLog-2000-10-10
OChangeLog-2000-10-10
+5
-0
OChangeLog-2001-06-26
OChangeLog-2001-06-26
+5
-0
OChangeLog-2002-01-22
OChangeLog-2002-01-22
+5
-0
OChangeLog-2003-12-23
OChangeLog-2003-12-23
+5
-0
OChangeLog-2005-11-14
OChangeLog-2005-11-14
+5
-0
gnumeric.spec.in
gnumeric.spec.in
+13
-7
No files found.
ChangeLog
View file @
db156066
2000-05-16 Karl Eichwalder <ke@suse.de>
* gnumeric.spec.in: Use %{version}, %{name} and %{sysconfdir} more
consistently. Avoid long lines.
2000-05-15 Jesus Bravo Alvarez <jba@pobox.com>
* configure.in: Added gl (Galician) to ALL_LINGUAS
...
...
ChangeLog-2000-10-10
View file @
db156066
2000-05-16 Karl Eichwalder <ke@suse.de>
* gnumeric.spec.in: Use %{version}, %{name} and %{sysconfdir} more
consistently. Avoid long lines.
2000-05-15 Jesus Bravo Alvarez <jba@pobox.com>
* configure.in: Added gl (Galician) to ALL_LINGUAS
...
...
OChangeLog-2000-10-10
View file @
db156066
2000-05-16 Karl Eichwalder <ke@suse.de>
* gnumeric.spec.in: Use %{version}, %{name} and %{sysconfdir} more
consistently. Avoid long lines.
2000-05-15 Jesus Bravo Alvarez <jba@pobox.com>
* configure.in: Added gl (Galician) to ALL_LINGUAS
...
...
OChangeLog-2001-06-26
View file @
db156066
2000-05-16 Karl Eichwalder <ke@suse.de>
* gnumeric.spec.in: Use %{version}, %{name} and %{sysconfdir} more
consistently. Avoid long lines.
2000-05-15 Jesus Bravo Alvarez <jba@pobox.com>
* configure.in: Added gl (Galician) to ALL_LINGUAS
...
...
OChangeLog-2002-01-22
View file @
db156066
2000-05-16 Karl Eichwalder <ke@suse.de>
* gnumeric.spec.in: Use %{version}, %{name} and %{sysconfdir} more
consistently. Avoid long lines.
2000-05-15 Jesus Bravo Alvarez <jba@pobox.com>
* configure.in: Added gl (Galician) to ALL_LINGUAS
...
...
OChangeLog-2003-12-23
View file @
db156066
2000-05-16 Karl Eichwalder <ke@suse.de>
* gnumeric.spec.in: Use %{version}, %{name} and %{sysconfdir} more
consistently. Avoid long lines.
2000-05-15 Jesus Bravo Alvarez <jba@pobox.com>
* configure.in: Added gl (Galician) to ALL_LINGUAS
...
...
OChangeLog-2005-11-14
View file @
db156066
2000-05-16 Karl Eichwalder <ke@suse.de>
* gnumeric.spec.in: Use %{version}, %{name} and %{sysconfdir} more
consistently. Avoid long lines.
2000-05-15 Jesus Bravo Alvarez <jba@pobox.com>
* configure.in: Added gl (Galician) to ALL_LINGUAS
...
...
gnumeric.spec.in
View file @
db156066
%define ver @VERSION@
%define RELEASE 1
%define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}
%define prefix /usr
...
...
@@ -6,13 +5,13 @@
Summary: the GNOME spreadsheet
Name: gnumeric
Version:
%ver
Version:
@VERSION@
Release: %rel
Copyright: GPL
Group: Applications/Spreadsheets
Source: ftp://ftp.gnome.org/pub/GNOME/sources/gnumeric/gnumeric-%{ver}.tar.gz
Source: ftp://ftp.gnome.org/pub/GNOME/sources/gnumeric/gnumeric-%{ver
sion
}.tar.gz
Url: http://www.gnome.org/gnumeric
BuildRoot: /var/tmp/
gnumeric
-%{PACKAGE_VERSION}-root
BuildRoot: /var/tmp/
%{name}
-%{PACKAGE_VERSION}-root
Docdir: %{prefix}/doc
Requires: gtk+ >= 1.2.7
...
...
@@ -40,7 +39,9 @@ usability. Hopefully we left the bugs behind :).
MYARCH_FLAGS="--host=alpha-redhat-linux"
%endif
# Configure only showing me failures.
CFLAGS="$RPM_OPT_FLAGS" ./configure --quiet --prefix=%prefix --without-bonobo --without-gb $MYARCH_FLAGS --sysconfdir=/etc
CFLAGS="$RPM_OPT_FLAGS" \
./configure --quiet --prefix=%prefix --sysconfdir=%{sysconfdir} \
--without-bonobo --without-gb $MYARCH_FLAGS
if [ "$SMP" != "" ]; then
make -j$SMP "MAKE=make -j$SMP"
...
...
@@ -51,13 +52,14 @@ fi
%install
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
make prefix=$RPM_BUILD_ROOT%{prefix} sysconfdir=$RPM_BUILD_ROOT
/etc
install
make prefix=$RPM_BUILD_ROOT%{prefix} sysconfdir=$RPM_BUILD_ROOT
%{sysconfdir}
install
#
# Auto detect the lang files.
#
if [ -f /usr/lib/rpm/find-lang.sh ] ; then
/usr/lib/rpm/find-lang.sh $RPM_BUILD_ROOT %name
sed "s:(644, root, root, 755):(444, bin, bin, 555):" %{name}.lang >tmp.lang && mv tmp.lang %{name}.lang
sed "s:(644, root, root, 755):(444, bin, bin, 555):" %{name}.lang \
>tmp.lang && mv tmp.lang %{name}.lang
fi
...
...
@@ -93,6 +95,10 @@ fi
%doc HACKING AUTHORS ChangeLog NEWS README COPYING TODO
%changelog
* Mon May 15 2000 Karl Eichwalder <ke@suse.de>
- Use %{version}, %{name} and %{sysconfdir} more consistently.
- Avoid long lines.
* Thu Mar 29 2000 Kjartan Maraas <kmaraas@online.no>
- Removed gnome-gnumeric-xl.png since it is nowhere to be found.
- Added --without-bonobo and --without-gb.
...
...
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