/[smeserver]/rpms/dar/sme8/dar.spec
ViewVC logotype

Diff of /rpms/dar/sme8/dar.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.5 by slords, Fri Mar 5 20:07:37 2010 UTC Revision 1.6 by wellsi, Sat Dec 7 01:38:55 2013 UTC
# Line 1  Line 1 
1  # $Id: dar.spec,v 1.4 2008/10/11 18:30:58 slords Exp $  # $Id: dar.spec,v 1.5 2010/03/05 20:07:37 slords Exp $
2    
3  #  #
4  # Specfile for DAR, the disk archiver  # Specfile for DAR, the disk archiver
# Line 15  Line 15 
15  # Basic descriptive tags for this package:  # Basic descriptive tags for this package:
16  #  #
17  Name:           dar  Name:           dar
18  Version:        2.3.8  Version:        2.4.11
19  Release:        1%{?dist}  Release:        1%{?dist}
20  Summary:        Software for making/restoring incremental CD/DVD backups  Summary:        Software for making/restoring incremental CD/DVD backups
21    
22  URL:            http://dar.linux.free.fr/  URL:            http://dar.linux.free.fr/
23  License:        GPL  License:        GPLv2+
24  Group:          Applications/Archiving  Group:          Applications/Archiving
25    
26  ################################################################################  ################################################################################
# Line 32  BuildRoot:      %{_tmppath}/%{name}-%{ve Line 32  BuildRoot:      %{_tmppath}/%{name}-%{ve
32    
33  ################################################################################  ################################################################################
34    
35    BuildRequires:  zlib-devel
36  BuildRequires:  bzip2-devel  BuildRequires:  bzip2-devel
37  BuildRequires:  openssl-devel  BuildRequires:  openssl-devel
38    BuildRequires:  libattr-devel
39  # Recommended, but no package yet in Epel.  BuildRequires:  e2fsprogs-devel
40  #Requires:       par2cmdline  #Requires:       par2cmdline
41    
42  ################################################################################  ################################################################################
# Line 111  disks for easier file retrieval. Line 112  disks for easier file retrieval.
112    
113  %configure --disable-build-html $STATIC  %configure --disable-build-html $STATIC
114    
115    # Remove Rpath
116    sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
117    sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
118    
119  make %{?_smp_mflags}  make %{?_smp_mflags}
120    
121  ################################################################################  ################################################################################
# Line 153  rm -rf $RPM_BUILD_ROOT Line 158  rm -rf $RPM_BUILD_ROOT
158    
159  %files -f %{name}.lang  %files -f %{name}.lang
160  %defattr(-,root,root,-)  %defattr(-,root,root,-)
161  %doc html/ ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO README.Fedora  %doc html/ AUTHORS ChangeLog COPYING NEWS README THANKS TODO README.Fedora
162    
163  %{_bindir}/dar  %{_bindir}/dar
164  %{_bindir}/dar_cp  %{_bindir}/dar_cp
165  %{_bindir}/dar_manager  %{_bindir}/dar_manager
166  %{_bindir}/dar_slave  %{_bindir}/dar_slave
167  %{_bindir}/dar_xform  %{_bindir}/dar_xform
168    %{_sysconfdir}/darrc
169  %{_mandir}/man1/*  %{_mandir}/man1/*
170    
171  ################################################################################  ################################################################################
# Line 172  rm -rf $RPM_BUILD_ROOT Line 178  rm -rf $RPM_BUILD_ROOT
178    
179  %files -n libdar-devel  %files -n libdar-devel
180  %defattr(-,root,root,-)  %defattr(-,root,root,-)
181  %{_includedir}/*  %{_includedir}/dar/
182  %{_libdir}/*.so  %{_libdir}/*.so
183    
184  ################################################################################  ################################################################################
# Line 193  rm -rf $RPM_BUILD_ROOT Line 199  rm -rf $RPM_BUILD_ROOT
199  %endif  %endif
200    
201  %changelog  %changelog
202    * Fri Dec 6 2013 Ian Wells <esmith@wellsi.com> - 2.4.11-1
203    - New Upstream version, 2.4.11 [SME: 8036]
204    
205    * Thu May 30 2013 Luis Bazan <lbazan@fedoraproject.org> - 2.4.10-1
206    - New Upstream version
207    
208    * Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 2.3.8-5
209    - rebuilt with new openssl
210    
211    * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.8-4
212    - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
213    
214    * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.8-3
215    - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
216    
217    * Thu Jan 15 2009 Tomas Mraz <tmraz@redhat.com> 2.3.8-2
218    - rebuild with new openssl
219    
220    * Mon Aug 04 2008 Marcin Garski <mgarski[AT]post.pl> 2.3.8-1
221    - Update to 2.3.8 (#434519, #438953)
222    - Own dar's include directory
223    - Remove Rpath
224    - Update BR's
225    
226    * Tue Jul 15 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.3.6-5
227    - fix license tag
228    
229    * Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.3.6-4
230    - Autorebuild for GCC 4.3
231    
232    * Wed Dec 05 2007 Chris Petersen <rpm@forevermore.net>                  2.3.6-3
233    - Add openssl requirement
234    
235  * Sat Oct 11 2008 Shad L. Lords <slords@mail.com>>                  2.3.8-1  * Sun Nov 18 2007 Chris Petersen <rpm@forevermore.net>                  2.3.6-2
236  - Update to 2.3.8  - failed "make tag"
237    
238  * Fri Nov 30 2007 Shad L. Lords <slords@mail.com>>                  2.3.6-1  * Sun Nov 18 2007 Chris Petersen <rpm@forevermore.net>                  2.3.6-1
239  - Update to 2.3.6  - Update to 2.3.6
240    
241  * Mon Sep 17 2007 Shad L. Lords <slords@mail.com>>                  2.3.5-1  * Mon Sep 17 2007 Shad L. Lords <slords@mail.com>>                  2.3.5-1


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed