source: projects/specs/trunk/d/dar/dar-vl.spec @ 12262

Revision 12262, 6.5 KB checked in by tomop, 5 years ago (diff)

updated 4 packages

clamav-0.102.0-2

dar-2.6.6-1

thunderbird-68.1.2-1

unbound-1.9.4-1

Line 
1Name:           dar
2Summary:        Disk ARchive: Backup directory tree and files
3Summary(ja):    ディスクアーカイブ: ディレクトリツリーとファイルをバックアップ
4Version:        2.6.6
5Release:        1%{?_dist_release}
6Group:          Applications/Archiving
7
8Vendor:         Project Vine
9Distribution:   Vine Linux
10
11License:        GPLv2+
12URL:            http://dar.linux.free.fr/
13
14Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
15
16BuildRoot:      %{_tmppath}/%{name}-%{version}-root
17BuildRequires:  e2fsprogs-devel
18BuildRequires:  libattr-devel
19BuildRequires:  libgcrypt-devel
20BuildRequires:  openssl-devel
21BuildRequires:  lzo-devel
22BuildRequires:  zlib-devel
23BuildRequires:  bzip2-devel
24BuildRequires:  xz-devel
25
26Requires:       par2cmdline
27
28%description
29DAR is a command line tool to backup a directory tree and files. DAR is
30able to make differential backups, split them over a set of disks or files
31of a given size, use compression, filter files or subtrees to be saved or
32not saved, directly access and restore given files. DAR is also able
33to handle extented attributes, and can make remote backups through an
34ssh session for example. Finally, DAR handles save and restore of hard
35and symbolic links.
36
37%package -n libdar
38Summary:    Library providing support for the DAR API
39Summary(ja): DAR API をサポートするライブラリ
40Group:      System Environment/Libraries
41
42%description -n libdar
43Common library code for DAR.
44
45%package -n libdar-devel
46Summary:    Development files for libdar
47Summary(ja): libdar の開発用ファイル
48Group:      Development/Libraries
49Requires:   libdar = %{version}-%{release}
50
51%description -n libdar-devel
52This package contains the header files and libraries for developing
53programs that use the DAR API (libdar).
54
55%prep
56%setup -q
57
58%build
59%configure --disable-build-html --disable-dar-static --disable-static
60
61# Remove Rpath
62sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
63sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
64
65make %{?_smp_mflags}
66
67%install
68rm -rf $RPM_BUILD_ROOT html
69make install DESTDIR=$RPM_BUILD_ROOT
70
71# Remove the libtool archive files
72#rm -rf $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/
73rm -f  $RPM_BUILD_ROOT/%{_libdir}/*.la
74
75# Delete the sample files that we can't seem to disable
76rm -rf $RPM_BUILD_ROOT/%{_datadir}/dar/
77
78# Rename the documentation directory so it makes more sense after installation.
79cp -a doc html
80# Remove the doc makefiles so they don't get installed along with the other files.
81rm -f html/Makefile*
82rm -f html/*/Makefile*
83# Sample scripts should not be executable
84chmod 0644 html/samples/*
85
86%find_lang %{name}
87
88
89%clean
90rm -rf $RPM_BUILD_ROOT
91
92%post   -n libdar -p /sbin/ldconfig
93
94%postun -n libdar -p /sbin/ldconfig
95
96
97%files -f %{name}.lang
98%defattr(-,root,root,-)
99%license COPYING
100%doc html/ ABOUT-NLS AUTHORS ChangeLog INSTALL
101%doc NEWS README THANKS TODO
102%{_bindir}/dar
103%{_bindir}/dar_cp
104%{_bindir}/dar_manager
105%{_bindir}/dar_slave
106%{_bindir}/dar_split
107%{_bindir}/dar_xform
108%{_mandir}/man1/*
109%config(noreplace) %{_sysconfdir}/darrc
110
111%files -n libdar
112%defattr(-,root,root,-)
113%{_libdir}/*.so.*
114
115%files -n libdar-devel
116%defattr(-,root,root,-)
117%{_includedir}/dar/
118%{_libdir}/*.so
119%{_libdir}/pkgconfig/*.pc
120
121
122%changelog
123* Sat Oct 12 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.6.6-1
124- new upstream release.
125
126* Wed Jun 29 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.5.5-1
127- new upstream release.
128
129* Mon Apr  4 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.5.3-1
130- new upstream release.
131- enabled xz compression.
132
133* Tue Nov 11 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 2.4.15-1
134- new upstream release
135- built with libgcrypt 1.6.0
136
137* Sun Jan 12 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.4.11-2
138- rebuilt with current environment.
139
140* Thu Oct 24 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.4.11-1
141- new upstream release.
142- enabled lzo2 and strong encryption.
143
144* Sun Feb 06 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.3.10-2
145- rebuild with openssl-1.0.0c
146
147* Sun Oct 10 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.3.10-1
148- Initial build for VineLinux
149
150* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 2.3.8-5
151- rebuilt with new openssl
152
153* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.8-4
154- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
155
156* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.8-3
157- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
158
159* Thu Jan 15 2009 Tomas Mraz <tmraz@redhat.com> 2.3.8-2
160- rebuild with new openssl
161
162* Mon Aug 04 2008 Marcin Garski <mgarski[AT]post.pl> 2.3.8-1
163- Update to 2.3.8 (#434519, #438953)
164- Own dar's include directory
165- Remove Rpath
166- Update BR's
167
168* Tue Jul 15 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.3.6-5
169- fix license tag
170
171* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.3.6-4
172- Autorebuild for GCC 4.3
173
174* Wed Dec 05 2007 Chris Petersen <rpm@forevermore.net>                  2.3.6-3
175- Add openssl requirement
176
177* Sun Nov 18 2007 Chris Petersen <rpm@forevermore.net>                  2.3.6-2
178- failed "make tag"
179
180* Sun Nov 18 2007 Chris Petersen <rpm@forevermore.net>                  2.3.6-1
181- Update to 2.3.6
182
183* Tue Aug 28 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 2.3.4-2
184- Rebuild for selinux ppc32 issue.
185
186* Tue Jul 03 2007 Chris Petersen <rpm@forevermore.net>                  2.3.4-1
187- Update to 2.3.4
188
189* Mon May 28 2007 Chris Petersen <rpm@forevermore.net>                  2.3.3-1
190- Update to 2.3.3
191- Remove man.dar.patch, which was added upstream
192
193* Wed Nov 15 2006 Chris Petersen <rpm@forevermore.net>                  2.3.1-4
194- Change the main summary -- this is no longer a "collection of scripts"
195
196* Tue Nov 14 2006 Chris Petersen <rpm@forevermore.net>                  2.3.1-3
197- Fix/standardize Requires/Provides for libdar and libdar-devel
198- Remove redundant zlib-devel (covered by openssl-devel)
199- Update README.Fedora with my name/date, as requested in the ticket
200- Add a patch to fix a funky character in man/dar.1
201
202* Sat Nov 04 2006 Chris Petersen <rpm@forevermore.net>                  2.3.1-2
203- Add README.Fedora explaining why we do not include static binaries (upstream's request)
204- Add libdar-static-devel subpackage to hold the *.a files
205- Disable static subpackages by default, enabled via "--with static" for those who want to compile them
206
207* Thu May 11 2006 Chris Petersen <rpm@forevermore.net>                  2.3.1-1
208- Initial package, compiled from half a dozen third party packages
209
Note: See TracBrowser for help on using the repository browser.