]> git.pld-linux.org Git - packages/percona-server.git/log
packages/percona-server.git
11 years ago- merge MYSQL_3_23 branch to HEAD.
kloczek [Thu, 25 Jan 2001 16:21:07 +0000 (16:21 +0000)]
- merge MYSQL_3_23 branch to HEAD.

Changed files:
    mysql.spec -> 1.63

11 years ago- release 12
Jan Rękorajski [Thu, 28 Dec 2000 15:04:47 +0000 (15:04 +0000)]
- release 12
- added opt patch (don't mess with CFLAGS)

Changed files:
    mysql.spec -> 1.62

11 years ago- removed fancy games with CFLAGS
Jan Rękorajski [Thu, 28 Dec 2000 14:41:30 +0000 (14:41 +0000)]
- removed fancy games with CFLAGS

Changed files:
    mysql-opt.patch -> 1.1

11 years ago- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
michuz [Sat, 23 Dec 2000 00:48:45 +0000 (00:48 +0000)]
- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
  (now it's more C like)

Changed files:
    mysql.spec -> 1.61

11 years ago- file owners fixed (semi-automatically)
Jacek Konieczny [Sat, 9 Dec 2000 17:55:14 +0000 (17:55 +0000)]
- file owners fixed (semi-automatically)
  (no special user (like http/news) should own his home directory nor
  files it doesn't create)

Changed files:
    mysql.spec -> 1.60

11 years agousing update-db is obsolete; removed
Arkadiusz Miśkiewicz [Mon, 27 Nov 2000 22:57:16 +0000 (22:57 +0000)]
using update-db is obsolete; removed

Changed files:
    mysql.spec -> 1.59

11 years ago- in initialisation part of mysql.init PRIMARY KEY was too long - it caused
alchemyx [Fri, 24 Nov 2000 23:08:58 +0000 (23:08 +0000)]
- in initialisation part of mysql.init PRIMARY KEY was too long - it caused
  MANY problems with privileges;

Changed files:
    mysql.spec -> 1.58

11 years ago- please !!! DO CHECK !!! if something you are putting, works...
alchemyx [Fri, 24 Nov 2000 23:07:08 +0000 (23:07 +0000)]
- please !!! DO CHECK !!! if something you are putting, works...

Changed files:
    mysql.init -> 1.17

11 years ago- revert upgrade under main trunk, 3.23.x series is prepared under
mis [Thu, 26 Oct 2000 10:03:37 +0000 (10:03 +0000)]
- revert upgrade under main trunk, 3.23.x series is prepared under
  MYSQL_3_23 branch(!)

Changed files:
    mysql.spec -> 1.57

11 years ago- updated to 3.23.27
yaro [Thu, 26 Oct 2000 05:24:44 +0000 (05:24 +0000)]
- updated to 3.23.27

Changed files:
    mysql.spec -> 1.56

11 years ago- release 10.
kloczek [Wed, 18 Oct 2000 19:46:03 +0000 (19:46 +0000)]
- release 10.

Changed files:
    mysql.spec -> 1.55

11 years ago- updated for 3.23.XX
Sebastian Zagrodzki [Tue, 17 Oct 2000 12:29:19 +0000 (12:29 +0000)]
- updated for 3.23.XX

Changed files:
    mysql.init -> 1.16

11 years ago- revert upgrade to 3.23.25 - ready to use 3.23.25 version is on
mis [Fri, 13 Oct 2000 15:30:51 +0000 (15:30 +0000)]
- revert upgrade to 3.23.25 - ready to use 3.23.25 version is on
  MYSQL_3_23 branch

Changed files:
    mysql.spec -> 1.54

11 years ago- removed patching configure.in~.
kloczek [Thu, 12 Oct 2000 21:03:34 +0000 (21:03 +0000)]
- removed patching configure.in~.

Changed files:
    mysql-gethostbyname_r_is_in_libc_aka_no_libnsl.patch -> 1.2

11 years ago- updated to 2.23.25 - should build, but not tested yet
Sebastian Zagrodzki [Thu, 12 Oct 2000 20:26:09 +0000 (20:26 +0000)]
- updated to 2.23.25 - should build, but not tested yet

Changed files:
    mysql.spec -> 1.53

11 years ago- do not build pdf docs
Sebastian Zagrodzki [Thu, 12 Oct 2000 20:25:37 +0000 (20:25 +0000)]
- do not build pdf docs

Changed files:
    mysql-docs_make.patch -> 1.1

11 years ago- release 9: use rpm new automation suit.
kloczek [Wed, 4 Oct 2000 00:09:00 +0000 (00:09 +0000)]
- release 9: use rpm new automation suit.

Changed files:
    mysql.spec -> 1.52

11 years ago- bug fixed (s|$MYSQLD_CONFIG|/etc/mysqd.conf|)
mis [Mon, 4 Sep 2000 09:05:25 +0000 (09:05 +0000)]
- bug fixed (s|$MYSQLD_CONFIG|/etc/mysqd.conf|)

Changed files:
    mysql.logrotate -> 1.7

11 years ago- release 8
Jan Rękorajski [Fri, 1 Sep 2000 13:51:28 +0000 (13:51 +0000)]
- release 8
- fixed logrotate config

Changed files:
    mysql.spec -> 1.51

11 years ago- added olddir definitions
Jan Rękorajski [Fri, 1 Sep 2000 13:46:42 +0000 (13:46 +0000)]
- added olddir definitions

Changed files:
    mysql.logrotate -> 1.6

11 years ago- spec adapterized,
kloczek [Tue, 22 Aug 2000 07:38:41 +0000 (07:38 +0000)]
- spec adapterized,
- added gethostbyname_r_is_in_libc_aka_no_libnsl patch - this causes not
  linking with libnsl.

Changed files:
    mysql.spec -> 1.50

11 years ago- patch for lookup for gethostbyname_r() is in libc first and if no after
kloczek [Tue, 22 Aug 2000 07:36:56 +0000 (07:36 +0000)]
- patch for lookup for gethostbyname_r() is in libc first and if no after
  this try find this function in libnsl. On system with libc 6 with NSS
  support this causes cut linking libraries list (no linking with libnsl on
  Linux).

Changed files:
    mysql-gethostbyname_r_is_in_libc_aka_no_libnsl.patch -> 1.1

11 years ago- fix: whitespaces in variable definition are not allowed
mis [Mon, 21 Aug 2000 11:11:00 +0000 (11:11 +0000)]
- fix: whitespaces in variable definition are not allowed

Changed files:
    mysqld.conf -> 1.2

11 years ago- mysql-extras splitted to extras and extras-perl
mis [Fri, 18 Aug 2000 23:32:19 +0000 (23:32 +0000)]
- mysql-extras splitted to extras and extras-perl

Changed files:
    mysql.spec -> 1.49

11 years ago- cosmeticts
mis [Thu, 17 Aug 2000 10:32:35 +0000 (10:32 +0000)]
- cosmeticts

Changed files:
    mysql.init -> 1.15

11 years ago- more perl scripts moved to extras subpackage, mysql-client is Perl
mis [Thu, 17 Aug 2000 10:26:34 +0000 (10:26 +0000)]
- more perl scripts moved to extras subpackage, mysql-client is Perl
  independent now

Changed files:
    mysql.spec -> 1.48

11 years ago- insert FQDN into user table, mysqld matches hosts in FQDN form during
mis [Thu, 17 Aug 2000 10:06:24 +0000 (10:06 +0000)]
- insert FQDN into user table, mysqld matches hosts in FQDN form during
  connection

Changed files:
    mysql.init -> 1.14

11 years ago- typo
mis [Thu, 17 Aug 2000 09:49:19 +0000 (09:49 +0000)]
- typo

Changed files:
    mysql.spec -> 1.47

11 years ago- removed perl* dependency from mysql - new package mysql-extras is created;
mis [Thu, 17 Aug 2000 09:37:38 +0000 (09:37 +0000)]
- removed perl* dependency from mysql - new package mysql-extras is created;
- removed unneeded errmsg.txt from main and comp_err from devel package;
- added several logfiles /var/mysql/{err,log,update,isamlog};
- removed -m option from useradd call (/var/lib/mysql is included in
  package);
- added /etc/mysqld.conf;
- system readline is used instead of mysql's one;
- removed unneeded _*dir redefines;
- some cosmetits;
- release 7

Changed files:
    mysql.spec -> 1.46

11 years ago- added mysqladmin mysqld.conf usage to flush the logs
mis [Thu, 17 Aug 2000 09:29:53 +0000 (09:29 +0000)]
- added mysqladmin mysqld.conf usage to flush the logs
- more logs

Changed files:
    mysql.logrotate -> 1.5

11 years ago- added /etc/mysqld.conf usage instead of mysqld switches
mis [Thu, 17 Aug 2000 09:27:56 +0000 (09:27 +0000)]
- added /etc/mysqld.conf usage instead of mysqld switches
- hostname is used instead of resolveip;
- more sanity checks;
- mysql database is created by mysqld instead of mkdired it manually;
- removed creation of anonymous access to test* databases;
- changed default created mysqluser to mysql, not root;
- added mysql_logrotate mysqluser with perm to flush logs (needed
  for log rotating);
- some cosmetics.

Changed files:
    mysql.init -> 1.13

11 years ago- new from scratch
mis [Thu, 17 Aug 2000 09:26:24 +0000 (09:26 +0000)]
- new from scratch

Changed files:
    mysqld.conf -> 1.1

11 years ago- release 6
Jan Rękorajski [Thu, 13 Jul 2000 23:16:39 +0000 (23:16 +0000)]
- release 6
- rebuild with ncurses 5.1

Changed files:
    mysql.spec -> 1.45

11 years ago- added using %%{__make} macro.
kloczek [Fri, 9 Jun 2000 07:23:26 +0000 (07:23 +0000)]
- added using %%{__make} macro.

Changed files:
    mysql.spec -> 1.44

11 years ago- spec adapterized.
kloczek [Wed, 7 Jun 2000 03:47:22 +0000 (03:47 +0000)]
- spec adapterized.

Changed files:
    mysql.spec -> 1.43

11 years ago- changed [ -x ... ] && to [ ! -x ... ] ||
Sebastian Zagrodzki [Wed, 24 May 2000 16:50:46 +0000 (16:50 +0000)]
- changed [ -x ... ] && to [ ! -x ... ] ||

Changed files:
    mysql.spec -> 1.42

11 years ago- removed Prereq: /usr/sbin/fix-info-dir
Sebastian Zagrodzki [Mon, 1 May 2000 20:11:41 +0000 (20:11 +0000)]
- removed Prereq: /usr/sbin/fix-info-dir
- fix-info-dir in %pre/post is executed only when info is already
  installed

Changed files:
    mysql.spec -> 1.41

11 years agofix permision to /var/lib/mysql
Artur Frysiak [Tue, 25 Apr 2000 20:10:00 +0000 (20:10 +0000)]
fix permision to /var/lib/mysql

Changed files:
    mysql.spec -> 1.40

11 years ago- release++
Jan Rękorajski [Tue, 25 Apr 2000 16:16:48 +0000 (16:16 +0000)]
- release++
- FHS 2.1, /var/state -> /var/lib

Changed files:
    mysql.spec -> 1.39

11 years ago- FHS 2.1 /var/state -> /var/lib
Jan Rękorajski [Tue, 25 Apr 2000 16:15:50 +0000 (16:15 +0000)]
- FHS 2.1 /var/state -> /var/lib

Changed files:
    mysql.init -> 1.12

11 years ago- after log rotation, singnal the server with `mysqladmin flush-logs'
kravietz [Thu, 20 Apr 2000 01:48:19 +0000 (01:48 +0000)]
- after log rotation, singnal the server with `mysqladmin flush-logs'
  instead of reloading the whole server

Changed files:
    mysql.logrotate -> 1.4

11 years ago- release 4,
kloczek [Sat, 1 Apr 2000 19:22:20 +0000 (19:22 +0000)]
- release 4,
- added Requires: rc-scripts >= 0.2.0 for rewrited rc script (waszi).

Changed files:
    mysql.spec -> 1.38

11 years ago- changed all BuildRoot definitons
Sebastian Zagrodzki [Sat, 1 Apr 2000 11:14:58 +0000 (11:14 +0000)]
- changed all BuildRoot definitons
- removed all applnkdir defs
- changed some prereqs/requires
- removed duplicate empty lines

Changed files:
    mysql.spec -> 1.37

11 years ago- rewrited for rc-scripts-0.2.0
waszi [Sat, 1 Apr 2000 10:24:00 +0000 (10:24 +0000)]
- rewrited for rc-scripts-0.2.0

Changed files:
    mysql.init -> 1.11

11 years ago- translated kloczkish into english
Jan Rękorajski [Tue, 28 Mar 2000 16:54:42 +0000 (16:54 +0000)]
- translated kloczkish into english

Changed files:
    mysql.spec -> 1.36

11 years ago- rewert last patch
Artur Frysiak [Wed, 8 Mar 2000 09:02:22 +0000 (09:02 +0000)]
- rewert last patch

Changed files:
    mysql.init -> 1.10

11 years ago- use --user option
waszi [Wed, 8 Mar 2000 06:48:46 +0000 (06:48 +0000)]
- use --user option

Changed files:
    mysql.init -> 1.9

11 years ago- standarized %post,
kloczek [Fri, 25 Feb 2000 12:04:18 +0000 (12:04 +0000)]
- standarized %post,
- added missing remove user and group mysql in %preun,
- fixed add user and group mysql in %pre,
- removed safe_mysqld script (we have own procedure starting mysqld in init
  scripts for mysql).

Changed files:
    mysql.spec -> 1.35

11 years ago- removed hashed line (not used),
kloczek [Fri, 25 Feb 2000 11:55:50 +0000 (11:55 +0000)]
- removed hashed line (not used),
- fixed typo on creating mysql database directory (in init).

Changed files:
    mysql.init -> 1.8

11 years ago- small fixes
Artur Frysiak [Thu, 24 Feb 2000 15:23:50 +0000 (15:23 +0000)]
- small fixes

Changed files:
    mysql.init -> 1.7

11 years ago- improved init script
Artur Frysiak [Thu, 24 Feb 2000 14:43:53 +0000 (14:43 +0000)]
- improved init script

Changed files:
    mysql.spec -> 1.34

11 years ago- whole mysql_init_db in mysql.init script
Artur Frysiak [Thu, 24 Feb 2000 14:43:13 +0000 (14:43 +0000)]
- whole mysql_init_db in mysql.init script

Changed files:
    mysql.init -> 1.6

11 years ago- changed start: run mysql by "nohup daemon /usr/sbin/mysqld -u mysql .."
kloczek [Thu, 24 Feb 2000 11:52:05 +0000 (11:52 +0000)]
- changed start: run mysql by "nohup daemon /usr/sbin/mysqld -u mysql .."
- beter init.

Changed files:
    mysql.init -> 1.5

11 years ago3.22.32
Artur Frysiak [Wed, 23 Feb 2000 17:54:27 +0000 (17:54 +0000)]
3.22.32

Changed files:
    mysql.spec -> 1.33

11 years ago- removed --enable-thread-safe-client from ./configure options
pius [Wed, 23 Feb 2000 15:22:33 +0000 (15:22 +0000)]
- removed --enable-thread-safe-client from ./configure options
  (if it's enabled, php+mysql doesn't work)

Changed files:
    mysql.spec -> 1.32

11 years ago- added init target with initalize database procedure (after initialize is
kloczek [Wed, 16 Feb 2000 22:43:40 +0000 (22:43 +0000)]
- added init target with initalize database procedure (after initialize is
  displayed message about setting up database administrator password and how
  to change them),
- on top start is now checked is database is initialized and if not script
  finish with "exit 1" and message about initializing database.

Changed files:
    mysql.init -> 1.4

11 years ago- check if exist database and create it
smyda [Wed, 9 Feb 2000 14:37:22 +0000 (14:37 +0000)]
- check if exist database and create it

Changed files:
    mysql.init -> 1.3

11 years ago- add user and group mysql with checking in files passwd, group
smyda [Wed, 9 Feb 2000 14:35:15 +0000 (14:35 +0000)]
- add user and group mysql with checking in files passwd, group
- mysql_install_db moving to mysql.init script
- fix polish summary

Changed files:
    mysql.spec -> 1.31

11 years ago- fixed generating dependencies for perl modules
pius [Fri, 4 Feb 2000 18:19:53 +0000 (18:19 +0000)]
- fixed generating dependencies for perl modules
- cosmetics

Changed files:
    mysql.spec -> 1.30

11 years ago- fixed generating dependencies for perl stuff
pius [Fri, 4 Feb 2000 18:16:25 +0000 (18:16 +0000)]
- fixed generating dependencies for perl stuff

Changed files:
    mysql-perldep.patch -> 1.1

11 years ago- changed permission on /var/state/mysql to 751 (sock is placed there)
alchemyx [Fri, 4 Feb 2000 10:12:32 +0000 (10:12 +0000)]
- changed permission on /var/state/mysql to 751 (sock is placed there)

Changed files:
    mysql.spec -> 1.29

11 years ago- now it works (I hope :>)
alchemyx [Fri, 4 Feb 2000 09:09:01 +0000 (09:09 +0000)]
- now it works (I hope :>)
- mysql ending still looks awful

Changed files:
    mysql.init -> 1.2

11 years ago- added generating of "mysql" database to %%postin
alchemyx [Thu, 3 Feb 2000 23:41:16 +0000 (23:41 +0000)]
- added generating of "mysql" database to %%postin

Changed files:
    mysql.spec -> 1.28

11 years ago- added "%include /usr/lib/rpm/macros.perl" and "BuildRequires:
kloczek [Mon, 31 Jan 2000 21:40:36 +0000 (21:40 +0000)]
- added "%include /usr/lib/rpm/macros.perl" and "BuildRequires:
  rpm-perlprov" for automate finding perl modules dependences between
  packages,
- added "Prereq: shadow" for main package,
- removed doc subpackage (the same documentation is in info pages),
- added %dir /var/state/mysql with 754 and mysql.mysql.
- changed to root.root on init script,
- added missing /etc/sysconfig/mysql as %config(noreplace),
- added "-fno-rtti -fno-exceptions" to CXXFLAGS (beter C++ optimization).

Changed files:
    mysql.spec -> 1.27

11 years ago- changed owner and permissions
alchemyx [Sat, 29 Jan 2000 14:55:09 +0000 (14:55 +0000)]
- changed owner and permissions

Changed files:
    mysql.logrotate -> 1.3

11 years ago- hacked for current version
alchemyx [Sat, 29 Jan 2000 14:54:09 +0000 (14:54 +0000)]
- hacked for current version

Changed files:
    mysql-info.patch -> 1.2

11 years ago- new version
alchemyx [Sat, 29 Jan 2000 14:53:25 +0000 (14:53 +0000)]
- new version
- added -doc subpackage
- mysql database currently removed
- patches hacked for current version
- removing mysql user and group in %%postun
- mysql.logrotate fixed (wrong owner and permissions)
- added /var/log/mysqld.log

Changed files:
    mysql.spec -> 1.26

11 years ago- changed owner of init scripts, now it should run ok from user mysql
alchemyx [Tue, 7 Dec 1999 14:36:11 +0000 (14:36 +0000)]
- changed owner of init scripts, now it should run ok from user mysql

Changed files:
    mysql.spec -> 1.25

11 years ago- added mysql.{init,sysconfig,logrotate} to Source,
kloczek [Wed, 1 Dec 1999 13:25:56 +0000 (13:25 +0000)]
- added mysql.{init,sysconfig,logrotate} to Source,
- mysqladmin moved to main package (is needed on rotating log and this is
  server side tool).

Changed files:
    mysql.spec -> 1.24

11 years ago- removed prerotate,
kloczek [Wed, 1 Dec 1999 10:19:35 +0000 (10:19 +0000)]
- removed prerotate,
- in postrotate run /etc/rc.d/init.d/mysql restart.

Changed files:
    mysql.logrotate -> 1.2

11 years ago- rewrited but still need more work (for handling some command line mysqld
kloczek [Wed, 1 Dec 1999 07:04:20 +0000 (07:04 +0000)]
- rewrited but still need more work (for handling some command line mysqld
  options).

Changed files:
    mysql.init -> 1.1

11 years ago- mysql sysconfig file.
kloczek [Wed, 1 Dec 1999 07:02:04 +0000 (07:02 +0000)]
- mysql sysconfig file.

Changed files:
    mysql.sysconfig -> 1.1

11 years ago- logrotate file for mysql.
kloczek [Wed, 1 Dec 1999 01:17:05 +0000 (01:17 +0000)]
- logrotate file for mysql.

Changed files:
    mysql.logrotate -> 1.1

11 years ago- changed UID and GID of MySQL
alchemyx [Mon, 29 Nov 1999 17:31:48 +0000 (17:31 +0000)]
- changed UID and GID of MySQL

Changed files:
    mysql.spec -> 1.23

11 years ago- mysql-client don't required main package
Artur Frysiak [Tue, 2 Nov 1999 12:08:23 +0000 (12:08 +0000)]
- mysql-client don't required main package

Changed files:
    mysql.spec -> 1.22

11 years ago- added %%clean section
Artur Frysiak [Fri, 29 Oct 1999 08:48:20 +0000 (08:48 +0000)]
- added %%clean section

Changed files:
    mysql.spec -> 1.21

11 years ago- small reorder in bench subpackage preamble
Artur Frysiak [Fri, 29 Oct 1999 07:58:42 +0000 (07:58 +0000)]
- small reorder in bench subpackage preamble
- fixed group for devel subpackage

Changed files:
    mysql.spec -> 1.20

11 years ago- added proper Requires rules for all subpackages,
kloczek [Fri, 29 Oct 1999 07:54:48 +0000 (07:54 +0000)]
- added proper Requires rules for all subpackages,
- added Buildrequires rules,
- added --with-named-curses-libs="-lncurses" to ./configure parameters for
  force linking always mysql with ncurses,
- added requilding info index in %post/%postun.

Changed files:
    mysql.spec -> 1.19

11 years ago- s/Obsoletes: mysql/Obsoletes MySQL/
Artur Frysiak [Fri, 29 Oct 1999 07:30:27 +0000 (07:30 +0000)]
- s/Obsoletes: mysql/Obsoletes MySQL/
- added missing messages files

Changed files:
    mysql.spec -> 1.18

11 years ago- atch for not linking mysqld against libbind.
kloczek [Thu, 28 Oct 1999 20:32:37 +0000 (20:32 +0000)]
- atch for not linking mysqld against libbind.

Changed files:
    mysql-no_libbind.patch -> 1.1

11 years ago- added no_libbind patch for not linking mysqld against libbind.
kloczek [Thu, 28 Oct 1999 20:32:01 +0000 (20:32 +0000)]
- added no_libbind patch for not linking mysqld against libbind.

Changed files:
    mysql.spec -> 1.17

11 years ago- added fr Summary,
kloczek [Thu, 28 Oct 1999 19:18:59 +0000 (19:18 +0000)]
- added fr Summary,
- s/libexec/libexecdir/

Changed files:
    mysql.spec -> 1.16

11 years ago- mysql info index entry fix.
kloczek [Thu, 28 Oct 1999 18:40:10 +0000 (18:40 +0000)]
- mysql info index entry fix.

Changed files:
    mysql-info.patch -> 1.1

11 years ago- updated to 3.22.27,
kloczek [Thu, 28 Oct 1999 18:39:33 +0000 (18:39 +0000)]
- updated to 3.22.27,
- added fr translation from Mandrake spec,
- added static subpackage,
- amny simplfications in %build, %install and %files.

Changed files:
    mysql.spec -> 1.15

11 years ago- fixed bogus Group: field
Jan Rękorajski [Sun, 18 Jul 1999 14:53:24 +0000 (14:53 +0000)]
- fixed bogus Group: field

Changed files:
    mysql.spec -> 1.14

11 years ago- added using CVS keywords in %changelog (for automating them).
kloczek [Mon, 12 Jul 1999 23:06:10 +0000 (23:06 +0000)]
- added using CVS keywords in %changelog (for automating them).

Changed files:
    mysql.spec -> 1.13

11 years ago- added line on top spec file with cvs tags ($Revision:$ and $Date:$).
kloczek [Fri, 9 Jul 1999 16:22:04 +0000 (16:22 +0000)]
- added line on top spec file with cvs tags ($Revision:$ and $Date:$).

Changed files:
    mysql.spec -> 1.12

11 years agodrobne poprawki
Jan Rękorajski [Tue, 6 Jul 1999 16:34:42 +0000 (16:34 +0000)]
drobne poprawki

Changed files:
    mysql.spec -> 1.11

11 years agoworking but not finished
Arkadiusz Miśkiewicz [Tue, 1 Jun 1999 10:35:04 +0000 (10:35 +0000)]
working but not finished

Changed files:
    mysql.spec -> 1.10

11 years ago- standarized line with BuildRoot field:
kloczek [Mon, 24 May 1999 11:54:00 +0000 (11:54 +0000)]
- standarized line with BuildRoot field:
 s/^buildroot:.*/BuildRoot:\t/tmp/%{name}-%{version}-root/I

Changed files:
    mysql.spec -> 1.9

11 years agos-/usr/sbin-%{_sbindir}-
kloczek [Mon, 17 May 1999 23:39:56 +0000 (23:39 +0000)]
s-/usr/sbin-%{_sbindir}-
s-/usr/sbin-%{_includedir}-

Changed files:
    mysql.spec -> 1.8

11 years ago- s-/usr/bin-%{_bindir}-
kloczek [Mon, 17 May 1999 23:26:09 +0000 (23:26 +0000)]
- s-/usr/bin-%{_bindir}-

Changed files:
    mysql.spec -> 1.7

11 years ago- s-/usr/share-%{_datadir}-
kloczek [Mon, 17 May 1999 22:31:40 +0000 (22:31 +0000)]
- s-/usr/share-%{_datadir}-

Changed files:
    mysql.spec -> 1.6

11 years ago- "s-/usr/lib/-%{_libdir}-"
kloczek [Mon, 17 May 1999 21:41:24 +0000 (21:41 +0000)]
- "s-/usr/lib/-%{_libdir}-"

Changed files:
    mysql.spec -> 1.5

11 years ago- masive changes:
kloczek [Mon, 17 May 1999 10:23:23 +0000 (10:23 +0000)]
- masive changes:
s/\/usr\/man/\%{_mandir}/
s/\/usr\/share\/man/\%{_mandir}/
s/\/usr\/info/\%{_infodir}/
s/\/usr\/share\/info/\%{_infodir}/

Changed files:
    mysql.spec -> 1.4

11 years agoadded %{_target} macro
Artur Frysiak [Thu, 6 May 1999 17:07:03 +0000 (17:07 +0000)]
added %{_target} macro

Changed files:
    mysql.spec -> 1.3

11 years agoTo be compiliat with PLD spec coding style.
kloczek [Wed, 14 Apr 1999 14:28:32 +0000 (14:28 +0000)]
To be compiliat with PLD spec coding style.

Status: NFY.

Changed files:
    mysql.spec -> 1.2

11 years ago- initial version.
kloczek [Wed, 7 Apr 1999 16:32:41 +0000 (16:32 +0000)]
- initial version.

Changed files:
    mysql.spec -> 1.1

This page took 0.076201 seconds and 4 git commands to generate.