]> git.pld-linux.org Git - packages/xdelta.git/blob - xdelta.spec
- removed xdelta.magic from doc (this is now included in latest file packa).
[packages/xdelta.git] / xdelta.spec
1 Summary:        XDELTA - version control system
2 Summary(pl):    XDELTA - system kontroli wersji
3 Name:           xdelta
4 Version:        1.0.0
5 Release:        3d
6 Copyright:      GPL
7 Group:          Development/Version Control
8 Group(pl):      Programowanie/Kontrola Wersji
9 Source:         ftp://www.xcf.berkeley.edu/pub/xdelta/%{name}-%{version}.tar.gz                                  
10 Patch0:         xdelta-info.patch
11 URL:            http://www.XCF.Berkeley.EDU/~jmacd/xdelta.html                                                   
12 PreReq:         /sbin/install-info
13 BuildRoot:      /tmp/%{name}-%{version}-root
14
15 %description
16 XDELTA (`X' for XCF) is a version-control library and file-format designed as
17 a replacement for RCS.  The XDELTA library performs its work independently of
18 the actual file-format used to encode the version-file and is intended to be
19 used by various higher-level programs such as PRCS.
20
21 XDELTA uses a binary file-delta algorithm to replace the standard diff
22 program used by RCS.
23
24 %description -l pl
25 XDELTA (`X' od XCF) jest bibliotek± systemu kontroli wersji tworzona jako
26 zamiennik RCS. Biblioteka XDELTA wykonuje ró¿ne czynno¶ci niezale¿nie od
27 bierz±cego formatu plików, u¿ywanych do kodowania plików baz danych, systemu
28 kontroli wersji i zaprojektowana jest do u¿ywania w ró¿nych wysoko-poziomowych
29 systemach kontroli wersji jak PRCS.
30
31 XDELTA u¿ywa binarnego formatu zamiast standardowego diif-a u¿ywanego przez
32 RCS.
33
34 %package devel
35 Summary:        XDELTA - header files
36 Summary(pl):    XDELTA - pliki nag³ówkowe
37 Group:          Development/Libraries
38 Group(pl):      Programowanie/Biblioteki
39 Requires:       %{name} = %{version}
40
41 %description devel
42 This package contains the XDELTA header files required to develop
43 XDELTA-based applications.
44
45 %description -l pl devel
46 Pakiet ten zawiera pliki nag³ówkowe potrzebne przy tworzeniu aplikacji
47 bazuj±cych na XDELTA.
48
49 %package static
50 Summary:        XDELTA - static library
51 Summary(pl):    XDELTA - biblioteka statyczna
52 Group:          Development/Libraries
53 Group(pl):      Programowanie/Biblioteki
54 Requires:       %{name}-devel = %{version}
55
56 %description static
57 This package contains the XDELTA static libraries
58
59 %description -l pl static
60 Pakiet ten zawiera bibliotekê statyczn± XDELTA.
61
62 %prep
63 %setup -q
64 %patch0 -p1
65
66 %build
67 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
68 ./configure \
69         --prefix=/usr \
70         --x-includes=/usr/X11R6/lib/glib/include
71 make
72
73 %install
74 rm -rf $RPM_BUILD_ROOT
75 install -d $RPM_BUILD_ROOT/usr/info
76
77 make prefix=$RPM_BUILD_ROOT/usr install-strip
78
79 install doc/xdelta.info $RPM_BUILD_ROOT/usr/info
80
81 gzip -9nf $RPM_BUILD_ROOT/usr/{info/*.info*,man/man1/*}
82
83 bzip2 -9 NEWS READ* xdelta.magic ChangeLog
84
85 %post   -p /sbin/ldconfig
86 %postun -p /sbin/ldconfig
87
88 %post devel
89 /sbin/install-info /usr/info/xdelta.info.gz /etc/info-dir
90
91 %preun devel
92 if [ $1 = 0 ]; then
93         /sbin/install-info --delete /usr/info/xdelta.info.gz /etc/info-dir
94 fi
95
96 %clean
97 rm -rf $RPM_BUILD_ROOT
98
99 %files
100 %defattr(644,root,root,755)
101
102 %attr(755,root,root) /usr/bin/*
103 %attr(755,root,root) /usr/lib/*.so.*
104 %attr(644,root, man) /usr/man/man1/*
105
106 %files devel
107 %defattr(644,root,root,755)
108 %doc NEWS.bz2 READ* xdelta.magic.bz2 ChangeLog.bz2
109
110 /usr/include/*
111 /usr/info/xdelta.*
112
113 %attr(755,root,root) /usr/lib/*.so
114
115 %files static
116 %attr(755,root,root) /usr/lib/lib*.a
117
118 %changelog
119 * Sat Jan 23 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
120   [1.0.0-3d]
121 - removed xdelta.magic from doc (this is now included in latest file packa).
122 - changed --x-includes to /usr/X11R6/lib/glib/include,
123 - standarized {un}registering info pages (added xdelta-info.patch),
124 - gzipping instead bzipping2 man pages.
125
126 * Sat Jan 23 1999 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
127 - added Group(pl),  
128 - compressed man pages && documentation (bizp2),
129 - fixed %post && %preun,
130 - fixed static-subpackage.
131
132 * Wed Dec 23 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
133   [1.0.0-3]
134 - standarized {un}registering info pages,
135 - xdelta info pages moved to section "Version Control:",
136 - added gzipping man pages,
137 - added URL,
138 - added using LDFLAGS="-s" to ./configure enviroment.
139
140 * Thu Nov 26 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
141   [1.0.0-2]
142 - fixed: removed /usr/info/dir from devel,
143 - removed xdelta.magic and non existing doc/xdelta.txt from %doc,
144 - fixed --entry text on {un}registering info page for libtool in %post
145   %preun in devel.
146
147 * Sat Oct 03 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
148   [0.23-1d]
149 - build against Tornado,
150 - fixed pl translation,
151 - fixed files permissions,
152 - minor modifications of the spec file.
153
154 * Mon Aug 10 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
155   [0.22-2]
156 - added pl translation,
157 - added static subpackage,
158 - all %doc moved to devel,
159 - cosmetic changes in %files.
160
161 * Tue Jul 07 1998 Arne Coucheron <arneco@online.no>
162   [0.22-1]
163 - removed running of automake, problem fixed in sources
164
165 * Sat Jul 04 1998 Arne Coucheron <arneco@online.no>
166   [0.21-1]
167 - added xdelta.magic to %doc
168 - added running of automake before configure to make this version build
169 - changed %defattr
170
171 * Sat Jun 27 1998 Arne Coucheron <arneco@online.no>
172   [0.20-1]
173
174 * Sun Jun  7 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
175   [0.19-3]
176 - fixed configuring sources by add --x-includes=/usr/lib/glib/include
177   configure parameter (for glibconfig.h),
178 - changed Source url to ftp://www.xcf.berkeley.edu/pub/xdelta/
179 - fixed %defattr macros (thanks to René Wuttke <Rene.Wuttke@gmx.net>).
180
181 * Wed May  6 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
182   [0.19-2]
183 - %%{version} macro instead %%{PACKAGE_VERSION},
184 - added -q %setup parameter,
185 - added using %%{name} macro in Buildroot, Source and Rquires in devel
186   fields.
187
188 * Sun May 03 1998 Arne Coucheron <arneco@online.no>
189   [0.19-1]
190 - removed some older changelogs
191
192 * Wed Apr 28 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
193   [0.18-2]
194 - removed COPYING from %doc (copyright statment is in Copyright field),
195 - /sbin/ldconfig is now -p parameter in %post, %postun,
196 - replaced "mkdir -p" with "install -d" in %install,
197 - added "Requires: xdelta = %%{PACKAGE_VERSION}" for devel,
198 - added using %defattr macro in %files (requires rpm >= 2.4.99),
199 - added using predefined macro %%{PACKAGE_VERSION} instead %{version},
200 - changed permission on /usr/lib/lib*.so links to 644,
201 - removed /usr/lib/libxdelta.la from devel,
202 - added striping /usr/lib/lib*.so.*.* libs,
203 - Buildroot changed to /tmp/xdelta-%%{PACKAGE_VERSION}-root.
204
205 * Fri Apr 24 1998 Arne Coucheron <arneco@online.no>
206   [0.18-1]
207 - removed the fakeglib patch
208
209 * Wed Apr 08 1998 Arne Coucheron <arneco@online.no>
210   [0.15-2]
211 - splitted the package into a main and devel package
212
213 * Sat Apr 04 1998 Arne Coucheron <arneco@online.no>
214   [0.15-1]
This page took 0.542179 seconds and 3 git commands to generate.