~ubuntu-branches/ubuntu/edgy/e2fsprogs/edgy-security

« back to all changes in this revision

Viewing changes to e2fsprogs.spec

  • Committer: Bazaar Package Importer
  • Author(s): Tollef Fog Heen
  • Date: 2005-08-23 10:42:10 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050823104210-t15igvmgrkzea0dq
Tags: 1.38-2ubuntu1
* Merge with Debian.  (Ubuntu #13757)
* Remove tests/f_bad_disconnected_inode/image.gz to be able to build the
  package.  This will (hopefully) be in the next upstream version and is
  just used for testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
%define _root_sbindir   /sbin
2
2
%define _root_libdir    /%{_lib}
 
3
%define _root_localedir /usr/share/locale
3
4
 
4
5
Summary: Utilities for managing the second extended (ext2) filesystem.
5
6
Name: e2fsprogs
6
 
Version: 1.35
 
7
Version: 1.38
7
8
Release: 0
8
9
Copyright: GPL
9
10
Group: System Environment/Base
109
110
%{_root_libdir}/libss.so.*
110
111
%{_root_libdir}/libuuid.so.*
111
112
 
 
113
%{_libdir}/e2initrd_helper
 
114
 
112
115
%{_bindir}/chattr
113
116
%{_bindir}/lsattr
114
117
%{_bindir}/uuidgen
136
139
%{_mandir}/man8/tune2fs.8*
137
140
%{_mandir}/man8/filefrag.8*
138
141
 
 
142
%{_root_localedir}/cs/LC_MESSAGES/e2fsprogs.mo
 
143
%{_root_localedir}/de/LC_MESSAGES/e2fsprogs.mo
 
144
%{_root_localedir}/es/LC_MESSAGES/e2fsprogs.mo
 
145
%{_root_localedir}/it/LC_MESSAGES/e2fsprogs.mo
 
146
%{_root_localedir}/pl/LC_MESSAGES/e2fsprogs.mo
 
147
%{_root_localedir}/sv/LC_MESSAGES/e2fsprogs.mo
 
148
%{_root_localedir}/tr/LC_MESSAGES/e2fsprogs.mo
 
149
 
139
150
%files devel
140
151
%defattr(-,root,root)
141
152
%{_infodir}/libext2fs.info*
155
166
%{_libdir}/libuuid.a
156
167
%{_libdir}/libuuid.so
157
168
 
 
169
%{_libdir}/pkgconfig/blkid.pc
 
170
%{_libdir}/pkgconfig/com_err.pc
 
171
%{_libdir}/pkgconfig/e2p.pc
 
172
%{_libdir}/pkgconfig/ext2fs.pc
 
173
%{_libdir}/pkgconfig/ss.pc
 
174
%{_libdir}/pkgconfig/uuid.pc
 
175
 
158
176
%{_datadir}/et
159
177
%{_datadir}/ss
160
178
%{_includedir}/blkid
163
181
%{_includedir}/ext2fs
164
182
%{_includedir}/ss
165
183
%{_includedir}/uuid
 
184
%{_includedir}/e2p/e2p.h
166
185
%{_mandir}/man1/compile_et.1*
167
186
%{_mandir}/man1/mk_cmds.1*
168
187
%{_mandir}/man3/com_err.3*
169
188
%{_mandir}/man3/libblkid.3*
170
 
%{_mandir}/man3/libuuid.3*
 
189
%{_mandir}/man3/uuid.3*
171
190
%{_mandir}/man3/uuid_clear.3*
172
191
%{_mandir}/man3/uuid_compare.3*
173
192
%{_mandir}/man3/uuid_copy.3*