~ubuntu-branches/ubuntu/natty/freecell-solver/natty

« back to all changes in this revision

Viewing changes to freecell-solver.spec.in

  • Committer: Bazaar Package Importer
  • Author(s): RISKO Gergely
  • Date: 2005-03-30 20:12:47 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050330201247-8qdt6jhg7kxr3gjy
Tags: 2.8.10-1
* New upstream release
* fixed override disparity

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
Source: http://vipe.technion.ac.il/~shlomif/freecell-solver/freecell-solver-%{version}.tar.gz
7
7
Buildroot: %{_tmppath}/freecell-solver-root
8
8
URL: http://vipe.technion.ac.il/~shlomif/freecell-solver/
9
 
%define LIBVER 0.3.0
10
 
Serial: 7
 
9
%define LIBVER_MAJOR 0
 
10
%define LIBVER %{LIBVER_MAJOR}.5.0
11
11
Requires: freecell-solver-libs = %{PACKAGE_VERSION}
12
12
Summary: The Freecell Solver Executable
13
13
 
22
22
%package libs
23
23
Summary: The Freecell Solver dynamic libraries for solving Freecell games
24
24
Group: Amusement/Games
25
 
Serial: 4
26
25
 
27
26
%description libs
28
27
Contains the Freecell Solver libraries that are used by some programs to solve
34
33
Summary: The Freecell Solver development tools for solving Freecell games
35
34
Group: Amusement/Games
36
35
Requires: freecell-solver-libs = %{PACKAGE_VERSION}
37
 
Serial: 4
38
36
 
39
37
%description devel
40
38
Freecell Solver is a library for automatically solving boards of Freecell and
67
65
make install prefix=$RPM_BUILD_ROOT/usr mandir=$RPM_BUILD_ROOT/%{_mandir}
68
66
strip -R .comments --strip-unneeded $RPM_BUILD_ROOT/usr/lib/libfreecell-solver.so.%{LIBVER}
69
67
strip -R .comments --strip-unneeded $RPM_BUILD_ROOT/usr/bin/fc-solve
 
68
strip -R .comments --strip-unneeded $RPM_BUILD_ROOT/usr/bin/freecell-solver-range-parallel-solve
70
69
strip -R .comments --strip-unneeded $RPM_BUILD_ROOT/usr/lib/libfreecell-solver.a
71
 
 
72
 
cd $RPM_BUILD_ROOT/%{_mandir}
73
 
cd man6
74
 
 
 
70
rm -f $RPM_BUILD_ROOT/usr/bin/make-microsoft-freecell-board
75
71
 
76
72
%post -p /sbin/ldconfig
77
73
 
78
74
%postun -p /sbin/ldconfig
79
75
 
80
76
%files libs
 
77
/usr/lib/libfreecell-solver.so
 
78
/usr/lib/libfreecell-solver.so.%{LIBVER_MAJOR}
81
79
/usr/lib/libfreecell-solver.so.%{LIBVER}
 
80
/usr/lib/libfreecell-solver.la
 
81
/usr/share/freecell-solver/presetrc
 
82
/usr/share/freecell-solver/presets/*
82
83
 
83
84
%files
84
85
%defattr(-,root,root)
94
95
%files devel
95
96
%defattr(-,root,root)
96
97
/usr/lib/libfreecell-solver.a
 
98
/usr/include/freecell-solver/fcs_cl.h
97
99
/usr/include/freecell-solver/fcs_user.h
98
100
/usr/include/freecell-solver/fcs_enums.h
99
101
/usr/include/freecell-solver/fcs_move.h
103
105
rm -rf $RPM_BUILD_ROOT
104
106
 
105
107
%changelog
 
108
* Fri Jul 30 2004 Shlomi Fish <shlomif@vipe.technion.ac.il> 2.8.7-1
 
109
- Added some unpackaged files
 
110
- deleted make-microsoft-freecell-board so it won't be reported as
 
111
  unpacked
 
112
- removed some old cd's that are now useless
 
113
- removed the serial tags - they are just trouble.
 
114
 
 
115
* Mon Sep 02 2002 Shlomi Fish <shlomif@vipe.technion.ac.il> 2.7.15-1
 
116
- Used strip on the range solver
 
117
- Added the presets' related files
 
118
 
106
119
* Sat Feb 16 2002 Shlomi Fish <shlomif@vipe.technion.ac.il> 2.1.10-1
107
120
- updated to version 2.1.10
108
121
- removed the man pages symlinks (they were superceded by the ".so" links).